Detect user home directory
Use $HOME environment variable: echo “$HOME” This should work on most machines, but on some environments (this took place with […]
Use $HOME environment variable: echo “$HOME” This should work on most machines, but on some environments (this took place with […]
https://shkspr.mobi/blog/2014/04/submitting-trivial-linux-kernel-patches/
POSIX compatible systems have LOGNAME environment variable set whose value will equal to current user name: echo $LOGNAME This is […]
If you want to redirect your connection or pretend to appear from another host/location and have SSH account you can […]
http://commandlinefu.com/
When you often work on command line and often need to change directories, this tip can save you a lot […]
http://trololololololololololo.com/
http://choosealicense.com/
http://www.omgubuntu.co.uk/bash/ it really works, try it out: ls to view files and articles cd to change directory cat <file> to […]