UP | HOME

我的linux软件列表

1 校正日期和时间

cp /usr/share/zoneinfo/Asia/ShangHai  /etc/localtime     #时区为亚洲/上海
  1. 网络校时
apt-get install ntpdate
ntpdate 210.72.145.44        # 中国国家时间服务器: 210.72.145.44
  1. 手动校时
sudo date -s 11/13/2019                #2019年11月13日
sudo date -s 10:05:30                  #10点05分30秒

2 安装的软件

2.1 install-sudo

su
apt-get install sudo

2.2 中文输入环境教程

  1. sudo apt-get install locales
  2. sudo apt-get install fonts-wqy-*
  3. sudo apt-get install ibus ibus-gtk ibus-pinyin
  4. sudo apt-get install ttf-dejavu
  5. sudo apt-get install ttf-wqy-microhei
  6. sudo apt-get install ttf-wqy-zenhei

2.3 浏览器

2.4 ebook

  • calibre-ebook

    wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sh /dev/stdin install_dir=~/calibre-bin isolated=y
    

2.5 聊天

  • xchat
  • Erc

2.6 email

  • thunderbird
  • gmail

2.7 下载工具

  • wget
  • aria2
  • curl
  • youtube-dl

2.8 文件管理

  • mc
  • thunar

2.9 多媒体

  • FFmpeg

    $sudo apt install ffmpeg
    
  • vlc
  • mplayer,SMPlayer
  • 网易云音乐
  • gimp
  • blender
  • imagemagick

2.10 网盘

  • mega
  • 百度云
  • 坚果云盘
  • google-drivebox
  • dropbox

2.11 办公

  • wps
  • libreoffice
  • youdao-dict
  • xpdf
  • chm2pdf
  • emacs

2.12 game

  • steam

2.13 free

  • pandevpn

2.14 虚拟机

  • virtualbox

2.15 fun

  • scrot 截图软件
  • neofetch 显示带图标的硬件信息
  • figlet
  • tree

    tree -a display all thefile
    tree -l N 多少层
  • asciiview 命令

    $sudo apt-get install aview imagemagick
    $asciiview shiyanlou.png -driver curses
    

    需要imagemagick支持

  • factor命令 分解因数

    $factor60
    
  • Bastet 命令行的俄罗斯方块

2.16 解压

  • unzip,unrar-free
  • 7zip

    $sudo apt-get install p7zip-full
    

2.17 系统相关

  • dpkg-dev
  • net-tools
  • gvfs-bin,python-gi,gir1.2-appindicator3-0.1
  • psensor 图形化温度显示器

    $sudo apt-get install lm-sensors
    $sudo apt-get install psensor
    #wpitchoune.net/psensor/
    
  • gparted 分区工具是parted的前端
  • Proxychains4 代理,目前没有设置,我都是需要代理的单独设置的

2.18 修复依赖

sudo apt-get –fix-broken install