- How the browser renders the document
- Receives the data (bytes) from the server.
- Parses and converts into tokens (<, TagName, Attribute, AttributeValue, >).
- Turns tokens into nodes.
- Turns nodes into the
DOM
tree.
- Builds
CSSOM
tree from thecss rules
.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
SSH into Root
$ ssh [email protected]
Change Root Password