|
|
|
|
|
by anikdas
2754 days ago
|
|
1. Tmux[1] - It helps me to manage my cli windows on my local machine and VMs. Do not need multiple ssh sessions opened at the same time. Yes, Screen can be alternative solution but tmux is what I like. 2. Gotop[2] - Graphical activity monitor for cli written in go. It's an alternative for htop with a better UI. Really liked it. 3. Aria2c[3] - It's a cli file download tool with multiple connection and resumable download support. Handy when downloading large files. 4. arp-scan[4] - Can find all the devices connected to the network. Helps me find my Raspberry Pi on the network. These are just few of them I use regularly. There are so many other good ones as well. [1] https://github.com/tmux/tmux
[2] https://github.com/cjbassi/gotop
[3] https://aria2.github.io/
[4] https://github.com/royhills/arp-scan |
|