Hey everybody I want to let you know that I have undertaken the grueling task of getting the heck away from WordPress. I was so sick of the problems and updates I had to do all the time. I am now using my ezbloo system and I am integrating all my old posts into the new system. It sucks, but in the end, I will save bundles of time. I needed to keep things simple and that is why I created ezbloo. I'll have more on this later for you guys after I am done with the total integration of my old posts here. So if you are looking for a post and need it faster, shoot me an email and I will make it a priority. [email protected]

This is a beginner lesson about terminal commands in a Mac. To get familiar please watch the video below. You too can practice the terminal commands on this page with your own Mac. Remember if you are having trouble you can always schedule a one on one with Max the web developer here.

FILE PATHS cd ls NAVIGATE TO 1 FOLDER ABOVE cd ../ MAKE A DIRECTORY mkdir MAKE A FILE touch REMOVE A FILE rm MOVE FILES mv CLEAR TERMINAL clear DOWNLOAD FILES OUTSIDE YOUR BROWSER cd ~/Downloads/ curl -O https://a1websitepro.com/uploads/2014/09/LogoA12.png CHANGE SCREENSHOT FILE FORMAT defaults write com.apple.screencapture type jpg CHANGE LOCATION OF SCREEN SHOTS defaults write com.apple.screencapture location ~/your/location/here killall SystemUIServer SEE HOW LONG MAC HAS BEEN RUNNING uptime KEEP YOUR MAC AWAKE caffeinate SET NUMBER OF SECONDS MAC KEEPS AWAKE caffeinate -u -t 5400 REFRESH MAC IF IT CRASHES sudo systemsetup -setrestartfreeze on HIDE NON ACTIVE APPS IN YOUR DOC defaults write com.apple.dock static-only -bool TRUE killall Dock