Skip to content

Instantly share code, notes, and snippets.

@kunthar
Created March 28, 2020 10:24
Show Gist options
  • Save kunthar/01dc71782466f2e6b85eeae8bef0443e to your computer and use it in GitHub Desktop.
Save kunthar/01dc71782466f2e6b85eeae8bef0443e to your computer and use it in GitHub Desktop.
Linux sh*te can't remember on time @kunthar
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