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 […]
Daily Archives: September 4, 2014
2 posts
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