this post was submitted on 27 Nov 2025
13 points (100.0% liked)

No Stupid Questions

3455 readers
35 users here now

There is no such thing as a Stupid Question!

Don't be embarrassed of your curiosity; everyone has questions that they may feel uncomfortable asking certain people, so this place gives you a nice area not to be judged about asking it. Everyone here is willing to help.


Reminder that the rules for lemmy.ca still apply!


Thanks for reading all of this, even if you didn't read all of this, and your eye started somewhere else, have a watermelon slice ๐Ÿ‰.


founded 3 years ago
MODERATORS
 

Doesnt have to be internet related, just useful shtuffs

you are viewing a single comment's thread
view the rest of the comments
[โ€“] sopularity_fax@sopuli.xyz 2 points 1 day ago (2 children)
[โ€“] tal@lemmy.today 3 points 1 day ago* (last edited 1 day ago)

I'm not at a Linux machine at the moment, but ip a is probably short for "ip addr", which shows the local machine's IP address with iproute2 (historically, one would have used OP's ifconfig).

I dunno -d off the top of my head, but du -h shows, using "human readable units"


like "M" for megabyte, etc, the size of all the files below each directory starting at the current one. It pairs well with sort -h, which can sort those units


du -h | sort -h is a nice way to get an overview of what is eating up your disk space.

[โ€“] 667@lemmy.radio 3 points 1 day ago

I managed to find this about ip and its various switches: https://www.man7.org/linux/man-pages/man8/ip.8.html