cls Clean the command line screen
cls
cd .. Move to parent Folder
cd ..
dir Folder List
dir
Shift + F6 Automatically change variables with the same name Ctrl + Shift Move to next line Ctrl + Alt + v Auto-complete variable types, names, and return codes Ctrl + Alt + L Reformat code Ctr...
✍️ Code with expresions arithmetic: +, -, x, /, % relational: ><(like if) logical: -a, -o ✍️ Command Line Arguments $sh hello.sh how are you $0 filename $1 first argument $2 ...
Updating and Installing Samba sudo apt-get update sudo apt-get install samba -y Creating Folders and Changing Permissions ls -al chmod 777 [folderName] ls -al mkdir [directory ...
Words to Modern Web App Development
Python grammar
A new version of content is available.