Created
March 28, 2020 10:24
-
-
Save kunthar/01dc71782466f2e6b85eeae8bef0443e to your computer and use it in GitHub Desktop.
Linux sh*te can't remember on time @kunthar
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
vim line nums | |
================ | |
set nu | |
set nonumber | |
find greater than | |
================= | |
find . -type f -size +600MB | |
.bash_profile | |
function docker_kill_and_rm() { | |
/usr/local/bin/docker kill $1 && /usr/local/bin/docker rm $1 | |
} | |
show disks uuid/parts | |
=================== | |
lsblk -f | |
will be added more... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment