When writing HTML make sure you draw out each section and figure out the
<div>
boxes before starting to write code
'! + enter' will autofill the basic structure of HTML
Linux was created in 1991 by Linus Torvals
Linux is an open source operating system used mainly to operate servers. It is fully compatible with unix.
The center of Linux. This section controls all of the hardware such as process management, memory management, file/device management.
The shell is a connector between the kernel and the user. Through the shell we can give command to the computer. BASH(Bourne-again Shell) used to be the most used but zsh(Z shell) is being used alot these days
The file system of Linux is organized in a tree.
Directories are the same as folders in windows
The root directory is expressed with a
/
and refers to the highest order directory.
The home directory is the directory in which the user can used and save information
cd
= change directory
cd
by iteself andcd ~
will both take you the the home directory
cd /
will take you the the root directory
pwd
= present working directory
ls
= list the elements within currernt directory
options
-l
= more info
-a
= show hidden files
Show environment variables
find files using which