Showing posts with label documentation. Show all posts
Showing posts with label documentation. Show all posts

Monday, August 31, 2015

How to Host Your Own Domain (5 Steps)


Download a Web server. This is usually necessary since Windows doesn't come with a default Web server. Apache is a good program, but you can also download ABYSS, which is a free program that you can download (see Resources).
Read the documentation that is included with ABYSS to familiarize yourself with the program. This is only necessary if you've never used ABYSS, or if you do not have Apache on your system.
Visit the No-IP website (see Resources). Set up an account while you are on this page. Choose the domain name you want to use.
Download the No-IP client. Click on the Windows operating system download. Download the program and then install it.
Fill in the information the program asks for. Make sure the program runs after installing it. Once all of your information is entered, your IP address will resolve to the domain you chose, which should be something like xxxxxx.hostnameofserver.com (where xxxxxx is the name you chose).
VPS Hosting

Wednesday, August 26, 2015

How to Uninstall a BIND in YUM


Log into your Linux system and open a new terminal window. Each Linux distribution stores this shortcut in a different place. Check your system's documentation if you do not know where to locate it.
Type 'sudo yum remove bind' without quotation marks, then press 'Enter.'
Type your system's root password when prompted, then press 'Enter.'
Press 'Y' when asked to confirm the package removal. Bind will be stopped and uninstalled from your system.
VPS Hosting