Home Blog Page 100

Install Minecraft Server on CentOS VPS

0
Virtual servers are the ideal hosts for minecraft servers. Setting up a Minecraft server is simple, but there are a few requirements you must...

Install Nginx with Yum on CentOS

0
Nginx is a popular lightweight alternative to Apache. Installing it with the yum package manager is simple: Code: yum update   Code: rpm -Uvh http://download.fedora.redhat.com/pub/epel/5Server/x86_64/epel-release-5-4.noarch.rpm Code: yum install nginx   Start Nginx: Code: /etc/init.d/nginx start Check if...

Install OpenVPN on CentOS VPS

0
OpenVPN is an open source virtual private network (VPN) software. Follow the steps below to configure OpenVPN on CentOS: 1. Install dependencies: Code: yum install gcc make...

Install RapidLeech v42 on Debian or Ubuntu VPS

0
This guide will walk you through the installation of RapidLeech v42 r358 on a VPS running Debian or Ubuntu. To begin, log in to your...

Install VNC w/ GNOME on Debian VPS

0
VNC is a remote desktop sharing system that will allow you to connect your home PC to a GUI (graphical interface) hosted on your...

How to Install VNC w/ Ubuntu Desktop on VPS

0
This guide will walk you through the steps necessary to configure Ubuntu Desktop and TightVNCServer, which will allow you to connect to a Linux...

Install WHM/cPanel on RHEL or CentOS VPS

0
To install cPanel, run the following commands while logged in to your VPS as the root user: Code: cd /home Code: wget -N http://httpupdate.cpanel.net/latest Code: sh latest Installation usually takes 1-2...

How to Install Webmin on CentOS or Debian VPS

0
Webmin is a free web hosting control panel compatible with most Linux distributions. To install on CentOS or any other RHEL-derived system, follow the first...

How to Install rTorrent/ruTorrent Seedbox on Ubuntu VPS

0
This tutorial will guide you through the installation of libtorrent 0.13.0, rTorrent 0.9, and the ruTorrent Web UI (3.0) on a Debian or Ubuntu...

ISAPI Rewrite Lite

0
ISAPI Rewrite is a URL manipulation engine based on regular expressions. It acts mostly like Apache's mod_Rewrite, but is designed specifically for Microsoft's Internet Information...