Sort:  

Thank you for this info. I bounce back and forth from Windows and Linux. As I have an older laptop I use Linux on that machine (Ubuntu) and the machine my sister watches TV on when she visits is also Linux (Kubuntu).

I used Fedora for a bit, but prefer Debian based OS to the Redhat Package Manager OS types. Not an expert in either, but I get by. Just a hobby.

Another cool post of tips.


When I get time, I'll compare ncdu to old faithful (it gets written on the last page of every notebook I have)

# Show the top 5 largest files in a directory.
du -a . | sort -n -r | head -n 5

yum just means you run Redhat/Centos type of distribution. Apt is for Debian based distribution.

Yep :) I use Redhat/Centos/Amazon Linux often.

I used to use Centos. I'm too broke to use RedHat.

Glad to learn about axel. I've always wondered if we had a CLI "download manager" for Linux that segments files for speed. Just checked and Fedora distributes the package :)

Wow! Super useful commands! Thanks

Posted using Partiko iOS

Cryptocurrency mining really got me into linux more than I was. Who wants to pay for windows licenses when you can do everything you need on Linux. Thanks for the tips

500k steem? I didnt know you have that much.

Didn't think it mattered.

Remind me to read this again in 12 hours.

Great post

I LOVE ncdu I use it all the time on VPS cause they usually have very limit storage.

Also, check out apt-get moo