Disclaimer: This is a work in progress and may not represent best practices.
Update Linux packages.
sudo apt-get update
| PRETTY FORMATS | |
| -------------- | |
| If the commit is a merge, and if the pretty-format | |
| is not 'oneline', 'email' or 'raw', an additional line is | |
| inserted before the 'Author:' line. This line begins with | |
| "Merge: " and the sha1s of ancestral commits are printed, | |
| separated by spaces. Note that the listed commits may not | |
| necessarily be the list of the *direct* parent commits if you | |
| have limited your view of history: for example, if you are |
| # Reset | |
| Color_Off='\e[0m' # Text Reset | |
| # Regular Colors | |
| Black='\e[0;30m' # Black | |
| Red='\e[0;31m' # Red | |
| Green='\e[0;32m' # Green | |
| Yellow='\e[0;33m' # Yellow | |
| Blue='\e[0;34m' # Blue | |
| Purple='\e[0;35m' # Purple |
SSH into Root
$ ssh [email protected]
Change Root Password
| # Add this to your .bash_profile, .bashrc, .zshrc or wherever you keep your bash functions and aliases. | |
| del() { | |
| RED="\e[31m" | |
| YELLOW="\e[33m" | |
| WHITE="\e[97m" | |
| if [[ $# -eq 0 ]] ; then | |
| echo -e "Sorry dude, I can't do anything with that. Nothing specified." | |
| else |
| .screenreader-only { | |
| border: 0; | |
| clip: rect(0 0 0 0); | |
| height: 1px; | |
| margin: -1px; | |
| overflow: hidden; | |
| padding: 0; | |
| position: absolute; | |
| width: 1px; | |
| transform: translatez(0); |