This is the list of cool and awesome Linux things. Using these can improve your productivity and may even save your day occasionally. I'm sure you've heard of some of these before, so I'll keep it short; this is still a good primer if you're new to the Linux command line and looking for advice.
btop
Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
https://github.com/aristocratos/btop
ranger
ranger is a console file manager with VI key bindings. It provides a
minimalistic and nice curses interface with a view on the directory hierarchy.
It ships with rifle
, a file launcher that is good at automatically finding
out which program to use for what file type.
https://github.com/ranger/ranger
trash cli
trash-cli trashes files recording the original path, deletion date, and permissions. It uses the same trashcan used by KDE, GNOME, and XFCE, but you can invoke it from the command line (and scripts).
https://github.com/andreafrancia/trash-cli
ncdu
sudo apt-get install ncdu
speedtest-cli
https://github.com/sivel/speedtest-cli
Command line interface for testing internet bandwidth using speedtest.net
No comments:
Post a Comment