In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly introduces which Linux tools are easy to use, the article is very detailed, has a certain reference value, interested friends must read it!
Easy to use Linux tool
Ag: recursive search for file content faster than grep and ack.
Tig: interactively view git projects in character mode, instead of the git command.
Mycli:mysql client, support syntax highlighting and command completion, the effect is similar to ipython, can replace the mysql command.
Jq: json file processing and formatting display, support highlighting, can replace python-m json.tool.
Shellcheck:shell script static check tool, can identify syntax errors and non-standard writing.
Fzf: fuzzy search tool under the command line, which can interactively and intelligently search and select files or contents. It is perfect to cooperate with the terminal ctrl-r history command search.
PathPicker (fpp): automatically recognizes directories and files in command line output, supports interaction, and is useful in conjunction with git.
Run the following command:
Git diff HEAD~8-- stat | fpp
Htop: provides a more beautiful and convenient process monitoring tool to replace the top command.
Glances: a more powerful htop / top replacement.
Htop replaces top,glances instead of htop:
The information is much richer and more complete than htop, right? In addition to command-line viewing, glances also provides a page service that allows you to view the status of a server from the page at any time.
Axel: a multithreaded download tool that can replace curl and wget when downloading files.
Axel-n 20 http://centos.ustc.edu.cn/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1511.iso
Sz/rz: interactive file transfer, transfer files under the multi-springboard machine is very easy to use, without the need for level-by-level transfer.
Cloc: code statistics tool, can count the number of blank lines of code, comment lines, programming language.
Tmux: terminal reuse tool to replace screen and nohup.
Script/scriptreplay: terminal session recording.
# recording script-T2 > time.txt session.typescript # your commands # recording end exit # playback scriptreplay-t time.txt session.typescript
Multitail: multiple tail.
Usually you have more than one log file to monitor, what to do? Opening multiple tab in terminal software takes up too much space, you can try this tool:
These are all the contents of this article entitled "what are the good Linux tools?" Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 260
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.