Linux——效率工具

tldr

Linux上当简单查询某条命令如何使用时,用man查看输入的东西实在太多,不方便阅读。那就来tldr。下载地址https://github.com/tldr-pages/tldr

143845-9c4114e253d8907f.png
image.png

安装步骤

# yum install epel-release -y
# yum install nodejs npm -y
# sudo npm install -g tldr
$ tldr ls
# ls                                                                                                                                                                                 
                                                                                                                                                                                     
  List directory contents.                                                                                                                                                           
                                                                                                                                                                                     
- List files one per line:                                                                                                                                                           
                                                                                                                                                                                     
  ls -1                                                                                                                                                                              
                                                                                                                                                                                     
- List all files, including hidden files:                                                                                                                                            
                                                                                                                                                                                     
  ls -a                                                                                                                                                                              
                                                                                                                                                                                     
- Long format list (permissions, ownership, size and modification date) of all files:                                                                                                
                                                                                                                                                                                     
  ls -la                                                                                                                                                                             
                                                                                                                                                                                     
- Long format list with size displayed using human readable units (KB, MB, GB):                                                                                                      
                                                                                                                                                                                     
  ls -lh                                                                                                                                                                             
                                                                                                                                                                                     
- Long format list sorted by size (descending):                                                                                                                                      
                                                                                                                                                                                     
  ls -lS                                                                                                                                                                             
                                                                                                                                                                                     
- Long format list of all files, sorted by modification date (oldest first):                                                                                                         
                                                                                                                                                                                     
  ls -ltr                     

thunderbird

143845-748b5a620eb2cb0e.png
image.png

uget

143845-e8b81ad326c70c49.png
image.png

VLC media player

视频播放器


143845-dbd31a6d67a35721.png
image.png

epel

EPEL 是 Extra Packages for Enterprise Linux 的缩写(EPEL),是用于 Fedora-based Red Hat Enterprise Linux (RHEL) 的一个高质量软件源
https://dl.fedoraproject.org/pub/epel/

143845-807a41c5d513ee6f.png
image.png

安装方式

yum install epel-release

unar

解压缩工具https://theunarchiver.com/command-line

143845-58362fa5b7ccf878.png
image.png

Ubuntu :

sudo apt-get install unar

gnome-tweak-tool

143845-7703c5f6a51f9499.png
image.png
143845-08972a7b05e26bae.png
image.png

Okular

https://okular.kde.org/

143845-26da703d1f02eb2b.png
image.png

FoxitReader福昕阅读器

https://www.foxitsoftware.cn/downloads/

143845-2a02ced5b575a2a0.png
image.png

Kchmviewer

kchmviewer是一个小巧的chm阅读器,http://www.ulduzsoft.com/linux/kchmviewer/

143845-8c3d63ac2016dadf.png
image.png

iso镜像制作工具

https://www.balena.io/etcher/

143845-c71c1ce401faa6d5.png
image.png

安装方式介绍
https://github.com/balena-io/etcher
143845-c64417e10ca44ec4.png
image.png

猜你喜欢

转载自blog.csdn.net/weixin_33785108/article/details/87259706