1. Login as root (replace localhost with your server address) ssh root@localhost To create a Root User Account 2. Type in this command and press enter (remember to replace <username>) useradd -ou 0 -g 0 <username> 3. Type in this command and press enter to create a password for the user passwd <username> 4. Type in the password […]
Yearly Archives: 2014
Install cPanel DNSONLY To install cPanel DNSONLY, run the following commands: To open the /home directory, run the following command: cd /home To install GNU Wget, which you can use to retrieve installation files through HTTP, HTTPS, and FTP, run the following command: yum install wget To fetch the latest installation files from cPanel’s servers, run the […]
Here is a quick tutorial on how to upgrade the Samsung Galaxy Note 3 Running on 4.4 KitKat Custom Hyper Drive 3.0 Rom to Hyper Drive 4.0.
Symptoms: While performing sh latest command the system stuck with an error message about installer.lock. Beginning main installation. Detected an installer lock file (/root/installer.lock). Please be sure that an installer is not already running. Resolution: You can remove the installer.lock file using this command via ssh rm -rf /root/installer.lock This problem arises while installing cPanel when an […]
Symptom(s): Can’t access the server via SSH and this message shows: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for […]
1. Login as root (replace localhost with your server address) ssh root@localhost 2. Type in this command and press enter passwd 3. Type in your new password and press enter 4. Reconfirm your new password and press enter
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…
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