Skip to content

Month: October 2014

9 guides

Windows

Windows Tools

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…

8 min read

Networking

Reset Winsock and TCP/IP in Windows OS

Symptom(s): - Internet is not working properly (i.e. page cannot be displayed) - Network: Unknown / The dependency service or group failed to start - Winsock…

1 min read

Linux & Servers

Root User Management via SSH in Linux/Centos

  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…

1 min read

Linux & Servers

How to Install WHM DNSOnly

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,…

Linux & Servers

Remote Host Identification Error

Symptom(s): Can't access the server via SSH and this message shows: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE…

2 min read

Linux & Servers

Updating Root Password via SSH in Linux/Centos

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…