Here’s a tutorial on all those who were having trouble trying to set or change their profile picture icon on Mac OSX 10.9 Mavericks 2014. This video is also applies to OSX 10.8 Mountain Lion. Hint: There is no “browse” button…
Monthly Archives: September 2014
Symptoms: Can’t sign into the app store to update or install applications even though your Apple ID and Password information is inputted correctly. This message comes up every time you click sign in: An unknown error has occurred Resolution: Method 1: USING TERMINAL METHOD 1. Open the Terminal application 2. Type this into the terminal: sudo ifconfig en0 […]
1. Download Xcode This can be found at the Apple Developer site, on your Mac OS X installation CDs/DVD, or in the Mac App Store. 2. Install Command Line Tools for Xcode Under Xcode: Preferences -> Downloads -> Components -> Install 'Command Line Tools' 3. Accept the Xcode EULA Either launch Xcode or run: xcodebuild -license 4. Download […]
Nano editor makes it easier to edit files through the terminal/command prompt window. In order to install it on CentOS 1. Login as root (replace localhost with your server address) ssh root@localhost 2. Type in this command and press enter yum install nano 3. Confirm and press enter y