Archive

Author: Shaik Sai Meera

How to Install/Configure of Apache in Linux

How to Install/Configure of Apache in Linux

How to Install/Configure of Apache in Linux Install Apache First things first, your server may not even have Apache installed on it. Install the latest version with yum, like so: yum install httpd As with… Read More

Extending an LVM disk partition in Linux

Extending an LVM disk partition in Linux

Extending an LVM disk partition in Linux When you purchase additional disk space - either in the form of additional hard disks, or an eCloud disk extension - there are some steps that need… Read More

Service Management on CentOS 6

Service Management on CentOS 6

[caption id="attachment_10841" align="alignnone" width="2215"]  [/caption] Service Management on CentOS 6 On a Linux server, a service is an application that is capable of running in the background performing some task or other. This guide… Read More

How to Reboot Your Server in Linux

How to Reboot Your Server in Linux

[caption id="attachment_10837" align="alignnone" width="2560"]  [/caption] How to Reboot Your Server in Linux Beyond kernel updates, there shouldn’t really be much need to reboot your Linux server (we’re not working with Windows after all), but… Read More

Package Management Functions in Linux

Package Management Functions in Linux

[caption id="attachment_10832" align="alignnone" width="2560"]  [/caption]  Package Management Functions in Linux As most UKFast servers are either CentOS/Red Hat or Ubuntu/Debian, this article will only cover two of the most popular Linux package managers, yum and apt. yum… Read More

Navigating around a Linux system

Navigating around a Linux system

Navigating around a Linux system Navigating a Linux server using SSH for the first time can be a very daunting experience for those coming from a predominantly Windows / GUI background. The principal difference… Read More