You had to type it twice. You were supposed to put it in your password safe. You were going to setup sudo but didn’t get a chance. You know it’s something to do with a Scooby Doo cartoon and that one blues band you like but now you just can’t remember your Linux root password. […]
Top Ten Things That Should Be In Your Dot Files
“Dot files” are Unix configuration files that live in your home directory. They’re often used to store user-specific choices and preferences. For example: .bash_profile is executed whenever you login via ssh (or any other method). It is typically used to control your Unix shell experience. .vimrc contains customizations for the Vim editor, while .emacs contains […]