Ubuntu18 常用软件(持续更新...)

在Ubuntu下进行工作的常用软件整理:

  • 开发工具软件

    • Visual Studio Code
    • vim (插件配置https://github.com/meetbill/Vim)
    • terminator
    • git
    • gitk
    • ctags
    • net-tools
    • ssh
    • x11vnc
    • dconf-editor
    • lrzsz
    • htop (系统遥测监控工具)
    • glances (系统遥测监控工具)
    • cutecom (串口调试工具)
  • 系统备份工具

    • systemback

    sudo add-apt-repository "deb http://ppa.launchpad.net/nemh/systemback/ubuntu xenial main"
    sudo apt install systemback

    • sensors (可以查看CPU温度)
    • psensor (监控系统温度)
  • 其他软件

  • Deepin ScreenShot (截图软件)
  • postman
  • Dia (绘制流程图)
  • GIMP (图片处理)
  • VLC (视频播放)
  • xmind (思维导图)
  • starDict (字典) (sudo apt install stardict)
  • chrome
  • Evolution (事务管理工具)(sudo apt install evolution)

你可能感兴趣的:(Ubuntu18 常用软件(持续更新...))