Home Blog

How To Create A RAID-1 Setup On A CentOS/RedHat 6.0 Server

1
 This tutorial is for turning a single disk CentOS 6 system into a two disk RAID1 system. The GRUB bootloader will be configured in...

Linux Centos 6 Change Server Hostname

0
I am a new CentOS Linux server user. How do I change hostname on CentOS Linux? How can I change server hostname on CentOS Linux...

Installing Plex Media Server on Centos 6

0
Plex Media Server is a user-friendly way to store all your movies, shows, and other media in one place–and make it accessible from any device,...

ConfigServer Firewall : Binary location for [/usr/bin/host] in csf.conf is either...

0
The following error may occur while reloading CSF (csf -r) : *WARNING* Binary location for in /etc/csf/csf.conf is either incorrect, is not installed...

Linux / UNIX: Create Large 1GB Binary Image File With dd...

1
How do I create 1 GB or 10 GB image file instantly with dd command under UNIX / Linux / BSD operating systems using...

CentOS: yum Command Reinstall Package

0
How do I re-install a package using the yum command under CentOS Linux server?You can use the yum command with the reinstall option. This will reinstall the identical versioned package...

Nginx Redirect URL With HTTP/1.1 301 Moved Permanently Header

0
How do I redirect old ugly urls such as http://example.com/store/view.jsp?product=foo with clean url - http://example.com/store/view/product/foo using nginx reverse proxy?You need to use HttpRewriteModule under...

Migrate from Mysql to MariaDB in cPanel/WHM

1
MariaDB is “An enhanced, drop-in replacement for MySQL”. Below you will find some steps on how to affectively stop cPanel/WHM from maintaining MySQL and...

Install EPEL Repo on a CentOS and RHEL 7

0
How do I install the extra repositories such as Fedora EPEL repo on a Red Hat Enterprise Linux server version 7.x or CentOS Linux...

Linux: Finding and locating files with find command part # 2

0
In the first part we talked about find command basic usage.Now let us see how to use find command (a) To gain lots of useful information about...