TERMINAL COMMANDS ( COMMAND + spacebar : opens SPOTLIGHT and type terminal )
say whatever : this gets your mac to talk
if you want to send the output of a command somewhere use the pipe
and if you want to copy the content of the pipe to clip board type pbcopy after the pipe aka
to stop your mac from sleeping type caffeinate and to exit this type COMMAND + C to wakeup
defaults write com.apple.screencapture name "yesssss"
cd : directory manipulation
mv : move files
cp : copy files
df - h : how much space i have in my hd
nano : to edit a file on your terminal
CTRL + S, Y and Enter to save and get out of the new file
man nano : this tells you all about the nano command
open : open files - you can open anything
see if the website is running - so PING it
ifconfig