良心推荐Linux/Ubuntu下好用的工具

本篇博文主要记录个人在Ubuntu18.0(其他系统安装方法可参见开源地址的详细说明)下用过的好用工具,将不定期更新……

截图工具

动态截图工具「peek」

开源工具,GitHub repo—phw/peek4.7k Stars

工具特点:可以方便地动态截图,输出格式可选为GIF、APNG、WebM、MP4。

安装方法:

1
2
3
$ sudo add-apt-repository ppa:peek-developers/stable
$ sudo apt update
$ sudo apt install peek

可编辑截图工具「flameshot」

开源工具,GitHub repo—lupoDharkael/flameshot3.6k Stars

工具特点:能自定义截图区域,界面操作!

安装方法:

1
$ sudo apt install flameshot

定时闹钟工具「Alarm Clock」

工具特点:可自定义闹钟和计时器,一次延后提醒间隔5min

安装方法:打开Ubuntu Software,搜索Alarm Clock点击安装即可!

Ubuntu18.04 安装 mac os 主题

参考文章:给Ubuntu18.04(18.10)安装mac os主题

若文章失效,可下载保存的离线网页,文章内容最后更新于2019-07-02。

自动锁定/解锁控制面板 「Touchpad_Indicator」

工具特点:插上鼠标自动锁定控制面板,拔下鼠标自动解锁控制面板

安装方法:

1
2
3
sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install touchpad-indicator

卸载方法:

1
sudo apt-get remove --autoremove touchpad-indicator

清理工具「Ubuntu Cleaner」

工具特点:能够帮助清除浏览器、缩略图、APT 缓存,以及旧的内核文件、包的配置文件以及不需要的安装包

安装方法:

1
2
3
sudo add-apt-repository ppa:gerardpuig/ppa
sudo apt update
sudo apt install ubuntu-cleaner

卸载方法:

1
sudo apt remove ubuntu-cleaner && sudo apt autoremove

注意:该工具仅在 python 2 下工作,当将默认版本切换为 python 3 后将不工作!

Typora

工具特点:简洁强大的Markdown编辑器

安装方法(参见官网)

1
2
3
4
5
6
7
8
9
10
# or run:
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE
wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -

# add Typora's repository
sudo add-apt-repository 'deb https://typora.io/linux ./'
sudo apt-get update

# install typora
sudo apt-get install typora
码哥 wechat
欢迎关注个人订阅号:「码上行动GO」