所有文章阅读量
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. 中文输入环境教程

$sudo apt-get install locales
$sudo apt-get install fonts-wqy-*
$sudo apt-get install ibus ibus-gtk ibus-pinyin 
$sudo apt-get install ttf-dejavu
$sudo apt-get install ttf-wqy-microhei
$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. 下载工具

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 emacs/

2.12. game

  • steam

2.13. free

  • pandevpn

2.14. 虚拟机

  • virtualbox

2.15. 解压

  • unzip,unrar-free
  • 7zip

    $sudo apt-get install p7zip-full
    
  • tar相关 linux/tar.html

2.16. 系统相关

  • 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 代理,目前没有设置,我都是需要代理的单独设置的
  • lsblk列出块设备 lsblk -l

2.17. 修复依赖

sudo apt-get –fix-broken install

2.18. fun

  • scrot一个截图软件 默认最好用命令就是

    scrot -s -d 5
    

    https://boxmaking.github.io/linux/scrot.html linux/scrot.html

  • neofetch 显示带图标的硬件信息

    	  _,met$$$$$gg.          pengshao@10 
        ,g$$$$$$$$$$$$$$$P.       ----------- 
      ,g$$P"     """Y$$.".        OS: Debian GNU/Linux 12 (bookworm) x86_64 
     ,$$P'              `$$$.     Host: VirtualBox 1.2 
    ',$$P       ,ggs.     `$$b:   Kernel: 6.1.0-28-amd64 
    `d$$'     ,$P"'   .    $$$    Uptime: 5 hours, 38 mins 
     $$P      d$'     ,    $$P    Packages: 1947 (dpkg) 
     $$:      $$.   -    ,d$$'    Shell: bash 5.2.15 
     $$;      Y$b._   _,d$P'      Resolution: 1440x900 
     Y$$.    `.`"Y$$$$P"'         DE: Xfce 4.18 
     `$$b      "-.__              WM: Xfwm4 
      `Y$$                        WM Theme: Default 
       `Y$$.                      Theme: Xfce [GTK2], Adwaita [GTK3] 
         `$$b.                    Icons: Tango [GTK2], Adwaita [GTK3] 
           `Y$$b.                 Terminal: gnome-terminal 
    	  `"Y$b._             CPU: Intel i5-9400F (6) @ 2.904GHz 
    	      `"""            GPU: 00:02.0 VMware SVGA II Adapter 
    			      Memory: 2452MiB / 9944MiB 
    
    
  • figlet一个ASCII 字符艺术字

    pengshao@10:~$ figlet h e l l o 1 1
     _              _   _           _   _ 
    | |__     ___  | | | |   ___   / | / |
    | '_ \   / _ \ | | | |  / _ \  | | | |
    | | | | |  __/ | | | | | (_) | | | | |
    |_| |_|  \___| |_| |_|  \___/  |_| |_|
    
    
  • ASCII艺术框:box命令

    sudo apt-get install boxes
    echo "hello" | boxes -d dog
    
  • toilet也是艺术字 想学习的时候再找吧
  • tree输出目录树 https://boxmaking.github.io/linux/tree.html linux/tree.html
  • asciiview命令

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

    需要imagemagick支持

  • factor命令 分解因数

    $factor60
    
  • Bastet 命令行的俄罗斯方块
  • pi打印圆周率后小数点若干位

    $sudo apt-get install pi
    $pi 50
    
  • rev他可以反转字符很厉害

日期: <2020-04-29-120/Wednesday>

作者: pengshao

Created: 2025-02-17 Mon 23:20

Validate