PPTP Debian/Ubuntu OpenVZ Setup Script
This guide is intended for those who want to set up a PPTP VPN on OpenVZ with Debian or Ubuntu on a capable provider such as ShineServers.Com . Lots of time has been spent through trial and error...
View ArticleHow to setup OpenVPN in a Debian 6 VPS
Sometimes, especially with all of the sales, you can gather quite a few extra VPS servers. Especially small ones that aren’t very good for large scale projects. This is why I decided to turn one of my...
View ArticleHow to Install an OpenVPN Server on CentOS 6
This article will guide you through the setup and configuration of OpenVPN server on your CentOS 6 cloud server. We will also cover how to configure your Windows, OS X, or Linux client to connect to...
View ArticlecPanel HTTP Error 401 Fix
Hey, From a long time i seen this kind of errors with many customers who are having cPanel installed . So i thought to share its solution with everyone so that they can sort it out themselves . 1 ....
View ArticleHow To Extract .bz2 Files
In order to extract .bz2 compressed files on Linux 1. If the file is .tar.bz2, then you can use tar xjvf file.tar.bz2 2 To extract it all at once. If the file is just .bz2, then use bunzip2 file.bz2...
View ArticleHow To Migrate Websites In Kloxo
Here are the simple few minutes steps that you can use to migrate your websites from one Kloxo Panel to another simply one server to another server . For the test am taking the following references :...
View ArticleInstalling htop on Centos
htop is an interactive process viewer for Linux, which is a powerful alternative to the start ‘top’ utility. Some of the benefits of htop: Supports mouse interactions Better sorting and selective...
View ArticleClear Memory Cache on Linux Server
By default the Linux OS has a very efficient memory management process that should be freeing any cached memory on the machine that it is being run on. However when it comes to Cached memory the Linux...
View ArticleCentOS 6 – Apache Web Server
Install, Configure and Secure Environment Fresh install of CentOS-6.3-x86_64-minimal with the latest updates yum update -y # uname -sro Linux 2.6.32-279.22.1.el6.x86_64 GNU/Linux I used nano as the...
View ArticleCentOS 6 – MySQL Server & PHPMyAdmin
Install and Configure Notes If you already have MySQL installed from the yum repositories, then you won’t be able to follow this guide as your MySQL version is too old. Please see [here] which may be...
View ArticleInstalling and configuring FFmpeg and FFpeg-Php
FFMPEG is a complete solution to record, convert and stream audio and video segments. It includes libavcodec, the leading audio/video codec library. NOTES: This guide had been used effectively on...
View ArticleHow To Increase size of /var/tmp and /tmp (Centos)
I was frequently getting an error message that the /var/tmp directory in one of my cPanel CentOS 5.5 server is full and I need to delete some data. A cronjob is already there in crontab to cleanup the...
View ArticleHow To Install Nagios On CentOS 6
Step 1 – Install Packages on Monitoring Server rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm...
View ArticleHow To Define Nagios Contacts With Email
Nagios is one of the best open source server and network monitoring solutions available. Using the flexible nagios framework, you can monitor pretty much anything (including database and custom...
View ArticleHow to Install Postfix on CentOS 6
About Postfix Postfix is free open source Mail Transfer Agent which works to route and deliver email. Cyrus is a server that helps organize the mail itself. Step One —Install Postfix and Cyrus The...
View ArticleDrupal.Org Resets 1 Million Passwords After Data Breach
The distributors of the popular open-source content-management framework Drupal are resetting the passwords of nearly 1 million user accounts after hackers gained unauthorized entry to sensitive user...
View ArticleLoad Balancing with DNS
Introduction: A DNS based approach is a classical approach to sharing the load between multiple servers. DNS responds to domain name look-up requests issued by clients and returns the corresponding IP...
View ArticleHow to Find a File in Centos
Click on the button “terminal” on the CentOS desktop to open the Linux command prompt window. Type the command “find -name tables.txt” and press “Enter” to start searching a file. In this example, you...
View ArticleHow to Install Centos Remote Desktop (RDP) on VPS
In this small tutorial we are going to learn how to install an CenOS remote desktop (rdp) on a linux vps with centos operating system installed. Linux remote desktop has a graphical interface like...
View ArticleHow to install cPanel on VPS Or Dedicated Servers
Preparing to install cPanel & WHM After successfully installing your operating system, you are ready to install cPanel & WHM or cPanel DNSONLY. To install this software, you must first: Access...
View Article