Brief Encounter 15 Linux artifact, you may have never seen a

ag: more than grep, ack faster recursive search for the file contents.

Brief Encounter 15 Linux artifact, you may have never seen a

 

tig: character mode interactive viewing git project, you can replace git commands.

Brief Encounter 15 Linux artifact, you may have never seen a

 

mycli: mysql client that supports syntax highlighting and command completion, the effect is similar ipython, you can replace mysql command.

Brief Encounter 15 Linux artifact, you may have never seen a

 

jq: json file processing, and a display format, highlighting support, may be replaced python -m json.tool.

Brief Encounter 15 Linux artifact, you may have never seen a

 

 

shellcheck: shell script static checking tool that can identify grammatical errors and irregularities wording.

Brief Encounter 15 Linux artifact, you may have never seen a

 

 

fzf: Fuzzy Search command line tool that can search and select Interactive Intelligence documents or content, with the terminal ctrl-r command history search is simply perfect.

Brief Encounter 15 Linux artifact, you may have never seen a

 

 

PathPicker (fpp): automatic recognition on the command line in the output directory and file to support interactive, with git very useful.

Run the following command:

git diff HEAD~8 --stat | fpp

 

Brief Encounter 15 Linux artifact, you may have never seen a

 

 

htop: a more beautiful, more convenient process monitoring tool, replace the top command.

Brief Encounter 15 Linux artifact, you may have never seen a

 

 

glances: more powerful htop / top instead of who.

htop instead of the top, glances instead of htop:

Brief Encounter 15 Linux artifact, you may have never seen a

 

 

Information richer than htop a lot more full, right? In addition to the command line to see outside, glances page also provides service that lets you check the status of a page from the server at any time.

axel: can replace curl, wget multi-threaded download tool and download files.

-n axel 20 http://centos.ustc.edu.cn/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1511.iso

 

Brief Encounter 15 Linux artifact, you may have never seen a

 

 

sz / rz: interactive file transfer, in the multiple stepping stones to transfer files very easy to use, without a transmission level.

cloc: Code statistical tools, able to count the number of blank lines of code, comment lines, the programming language.

Brief Encounter 15 Linux artifact, you may have never seen a

 

 

tmux: multiplex terminal means, alternative screen, nohup.

Brief Encounter 15 Linux artifact, you may have never seen a

 

 

script / scriptreplay: terminal session recording.

# Recording 
Script -t 2> time.txt session.typescript
# your Commands
# Recording ends
Exit
# playback
scriptreplay -t time.txt session.typescript

 

 

multitail: Multiple tail.

Usually you want to monitor more than one log file, how to do? Terminal software in multiple tab opening up too much space, you can try this tool:

Brief Encounter 15 Linux artifact, you may have never seen a

 

Finally, I was for many years engaged in the development of a Python programmers old, currently doing his resignation Python customized private courses, I spent a month earlier this year put together a 2019 study of the most suitable for learning Python dry, you can given to every small partners like Python, you can add me want to get the penguin to learn Python team: 639 + 584 + 010, welcome to join, free to download.

Guess you like

Origin www.cnblogs.com/carriew/p/11429981.html