ubuntu系统配置

  1. 软件安装
    1. RedShift
    2. terminator
    3. ssr
    4. wine
    5. GoldenDict
    6. shutter
    7. smplayer
    8. draw.io
  2. 资源
  3. 开机启动软件设置
  4. 引用

最近在自己的笔记本安装了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

终端分屏工具

  1. 安装

     sudo apt-get install terminator
    
  2. 配置(没找到文件夹就创建一个)

     cd ~/.config/terminator/ && sudo gedit config
    
  3. 修改配置文件

     [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

  1. 使用:双击electron-ssr
  2. 账号:
    1. 免费账号:github
    2. 免费账号+服务器订阅:github

感谢他们的付出

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

一款强大的翻译软件

  1. 安装

     sudo apt install goldendict
    
  2. 配置

  3. 使用 
    选中单词 Ctrl+C+C (可以设置)

shutter

截图软件

    sudo apt install shutter  

smplayer

视频播放软件 可倍速

sudo apt-get install smplayer  #可选安装smplayer-skins smplayer-themes
# [ ] 分别减速加速    

draw.io

  • 支持谷歌浏览器app(推荐)
  • 支持在线绘图,类似visio
  • 桌面版本

导出jpg可设置更改缩放为1000%就可以有较好清晰度

draw.io

资源

  1. 软件资源,提取码:87q8

开机启动软件设置

  1. 启动软件
  2. ps auxww |grep qq # 找到软件对应的命令
  3. 在startup里面添加对应命令

引用

  1. terminator配置
  2. Ubuntu桌面启动后自动执行指定的命令或程序的三种方法
  3. Ubuntu 18.04 LTS版本 GoldenDict安装与配置
  4. Ubuntu,Linux下goldendict词典安装及配置
  5. 强烈推荐:Goldendict 及其词典详述(5 月 26 日更新)
  6. Linux 下非常好用的字典 GoldenDict
  7. 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" 转载请保留原文链接及作者。

目录