What is KernelCare and Why Should You Use It?

What is Kernel? The kernel is the central module of an operating system (OS). It is the part of the operating system that loads first, and it remains in main memory. Because it stays in memory, it is important for the kernel to be as small as possible while still

What is CloudLinux and How Does It Help Shared Hosting?

What is CloudLinux? CloudLinux is a linux based operating system designed to give shared hosting providers a more stable and secure OS. Essentially a set of kernel modifications to the Linux distribution, CloudLinux implements features to enable system administrators to take fine-grained control of their server’s resource usage. By isolating

How to Install FFmpeg , Mplayer , Mencoder , MP4Box , Flvtool2.

FFmpeg is a free software project that produces libraries and programs for handling multimedia data. FFmpeg includes libavcodec, an audio/video codec library used by several other projects, libavformat, an audio/video container mux and demux library, and the ffmpeg command line program for transcoding multimedia files. You will need to login

How to perform a manual cPanel migration (Updated)

This how to will provide you instructions for performing a manual cpanel migration for if or when the WHM Transfer Tool produces errors due to possibly account sizes or database sizes to work effectively or if you simply prefer commandline scripting. Connect to the source server via SSH terminal Use

How to Get Hired by a Hosting Company

As someone who has been in a management position within the web hosting industry for close to 10 years, I have had the opportunity to see many resumes of potential employees. Unfortunately, it seems a lot of the applicants miss the mark on what a hosting company is looking for

How to Enable MySQL Port on Your Linux Dedicated Server

MySQL is an open-source relational database management system that is based on SQL queries. It is compatible with most known programming languages and can be installed on most Linux distributions that exist, such as Ubuntu and CentOS. MySQL runs as a system service in Unix family systems and services are

How to Check the Apache Version on a Linux Dedicated cPanel Server

Quick Checking Your Apache Version Number If you need to check the Apache version number installed on your server, you can do so in one of a couple ways. In the default configuration, Apache will be set to display its version information on most of you error pages. This means

Common Linux Log Files and Their Uses

List of Linux Log Files The following is a list of commonly found log files within Linux, alongside a short description of what kind of information each file contains. Typically, all log files on linux servers are located under the /var/log directory. Depending on the setup of your server though,

How to backup a copy of apache?

Fire the following command to take a backup of apache on your server: cp -a /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak Above is for Centos users For Ubuntu users ,please refer the following :- sudo cp /etc/apache2/apache2.conf /etc/apache2/apache2.conf.bak

How to Change/Set Date, Time, & Timezone on a Linux Server

The date, time, and timezone are important aspects of a Linux system that affect how it operates and interacts with other systems. There are different ways to describe and change these settings in Linux, depending on the distribution and the tools available. Below you will find information on how to

How to install Webmin?

Webmin is an open source, web-based interface designed to be used as a managing tool In Unix and Linux environment. It allows you to setup user accounts , DNS and other services from any web browser that has support for forms and tables. Following steps could be referred:- a. Login

BLOG NAVIGATION