Last active
September 4, 2023 22:10
-
-
Save sahilseth/1804b20bcf6ddd408222c8f2a2a85dda to your computer and use it in GitHub Desktop.
Linux Tips
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## cursor size: | |
settings >> universal access |
cursor size
settings >> universal access
kybd shortcuts
terminal:
- paste: you can either use Ctrl+Shift+V or use your mouse's middle click if there is one.
- copy: you can either use Ctrl+Shift+C or use your mouse to select the text of interest and then use its middle click to paste it.
unix mail
delete
mail
# You'll see a list of all your messages. From the mail prompt, do
? delete *
? q
check disk space
skip mounts
# -x skips mounted file systems
# BM size in a way sort can work
sudo du -shxBM * | sort -n
even after deleting some procs might be holding onto files:
lsof +L1
find procs using a mount
lsof | grep /media/whatever
disks
number and strategy on the disks
sudo lshw -class disk -short
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
installing sonos
search noson in ubuntu apps