ubuntu系统配置
最近在自己的笔记本安装了ubuntu16,记录一下环境配置,持续更新
软件安装
- chorme
- RedShift(如果不行的话考虑 护眼软件flux安装:先安装crossover,然后安装的windos下的flux)
- terminator
- ssr
- 输入法 sogo for Linux
- wine
- GoldenDict
- shutter
- smplayer
- draw.io
- kazam (录屏软件)
RedShift
首选挺好用的护眼工具 如果无法使用就用flux
sudo apt-get install redshift
gedit .config/redshift.conf # 对应修改相应配置文件
redshift -t 5700:3600 # 设置白天和黑夜对应温度 默认5000-4100
tldr redshift # 忘记命令可以使用tldr 或者cheat
terminator
终端分屏工具
安装
sudo apt-get install terminator
配置(没找到文件夹就创建一个)
cd ~/.config/terminator/ && sudo gedit config
修改配置文件
[global_config] focus = system suppress_multiple_term_dialog = True title_transmit_bg_color = "#d30102" [keybindings] close_term = <Primary><Alt>w [layouts] [[default]] [[[child1]]] parent = window0 profile = default type = Terminal [[[window0]]] parent = "" type = Window [plugins] [profiles] [[default]] background_color = "#2d2d2d" background_darkness = 0.85 background_image = None copy_on_selection = True cursor_color = "#EEE9E9" font = Ubuntu Mono 13 foreground_color = "#eee9e9" palette = "#2d2d2d:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#d3d0c8:#747369:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#f2f0ec" show_titlebar = False use_system_font = False
ssr
- 使用:双击electron-ssr
- 账号:
感谢他们的付出
wine
可以安装windows程序,这里我用于安装mathtype,写博客用公式就不同切换会windows了
sudo apt-get install wine
wine安装软件3中方式
wine xxx.exe
./xxx.exe
直接双击(可能需要选择wine打开)
winecfg (wine的设置~)
wine taskmgr (任务管理器)
wine uninstaller (卸载软件)
wine regedit (注册表)
wine notepad (记事本)
wineboot ( 重启wine)
GoldenDict
一款强大的翻译软件
安装
sudo apt install goldendict
配置
网络词典 Edit -> Dictionaries -> Sources -> Websites -> Add
常用的有:必应、有道、百度,选择一个就可以了,这里选择bing,(youdao的网页不能播放发音)
必应:https://cn.bing.com/dict/search?q=%GDWORD%
有道:https://dict.youdao.com/search?q=%GDWORD%&ue=utf8
百度:https://fanyi.baidu.com/#en/zh/%25GDWORD%25本地词典 Edit -> Dictionaries -> Sources -> Files -> Add
《牛津英汉双解美化版》 下载网址http://download.huzheng.org/zh_CN/
- 屏幕取词 Edit -> Preferences -> Scan Popup
词形匹配(如果主要使用网络词典,可以不用配置此项) Edit->Dictionaries->Morphology
下载英文构词法规则库,地址
- 使用
选中单词 Ctrl+C+C (可以设置)
shutter
截图软件
sudo apt install shutter
smplayer
视频播放软件 可倍速
sudo apt-get install smplayer #可选安装smplayer-skins smplayer-themes
# [ ] 分别减速加速
draw.io
- 支持谷歌浏览器app(推荐)
- 支持在线绘图,类似visio
- 桌面版本
导出jpg可设置更改缩放为1000%就可以有较好清晰度
资源
- 软件资源,提取码:87q8
开机启动软件设置
- 启动软件
- ps auxww |grep qq # 找到软件对应的命令
- 在startup里面添加对应命令
引用
- terminator配置
- Ubuntu桌面启动后自动执行指定的命令或程序的三种方法
- Ubuntu 18.04 LTS版本 GoldenDict安装与配置
- Ubuntu,Linux下goldendict词典安装及配置
- 强烈推荐:Goldendict 及其词典详述(5 月 26 日更新)
- Linux 下非常好用的字典 GoldenDict
- wine 安装(ubuntu中安装windows下软件)
转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以邮件至 yangbenbo@whu.edu.cn
文章标题:ubuntu系统配置
本文作者:杨本泊
发布时间:2019-07-14, 20:17:42
最后更新:2023-07-09, 07:10:12
原始链接:http://yangbenbo.github.io/2019/07/14/ubuntu系统配置/版权声明: "署名-非商用-相同方式共享 4.0" 转载请保留原文链接及作者。