1. Run command as administrator (Safe Mode or Startup Repair preferred) To Enable the Hidden Built-In Administrator Account 2. In the elevated command prompt, type the command in bold below and press Enter. (See screenshot below) net user administrator /active:yes To Disable the Hidden Built-in Administrator Account WARNING: Make sure you are not logged into the built-in […]
Monthly Archives: October 2014
AdwCleaner (Windows) AdwCleaner is a program that searches for and deletes Adware, Toolbars, Potentially Unwanted Programs (PUP), and browser Hijackers from your computer. By using AdwCleaner you can easily remove many of these types of programs for a better user experience on your computer and while browsing the web. Click here to download ATF Cleaner (Windows) […]
Symptom(s): – Internet is not working properly (i.e. page cannot be displayed) – Network: Unknown / The dependency service or group failed to start – Winsock or TCP/IP stack is corrupted 1. Run the command prompt program as an administrator For Windows XP/Vista/7: – Click start icon >> All Programs >> Accessories >> Right click on […]
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 […]
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