SSH into Root
$ ssh root@123.123.123.123
Change Root Password
SSH into Root
$ ssh root@123.123.123.123
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 |