Categories

Bind 1

DNS Named Bind

DirectAdmin 9

DirectAdmin Control Panel

FTP 4

FTP Related help

Optimisation 4

Linux Optimisation Tips

Shell 22

shell tips

Ubuntu 2

About Ubuntu

Articles

 Add New Hosting to a System Installed With Plugged.sh

If you use our LAMP installer script and want to add a new domain afterwards, we’ve created...

 Adding Job to Crontab Using BASH

Adding a task into crontab is relatively easy. You just enter the crontab with “$ crontab...

 BackupPC fileListReceive failed on WHM

I just added my whm/cpanel server to backup pool. I got the following error when trying to back...

 Backuppc filelistreceive failed – Solution

BackupPC uses ssh and rsync to connect to the client hosts, backuppc user’s shared key must...

 Bind Multiple IP Addresses on a Single Network Card IPv4 & IPv6

The beauty of having multiple IP addresses on a single server is that you can run several...

 Build PHP5.5 on CentOS 6.4 with MSSQL Support [cite]

Most of the yum repos doesn’t include PHP5.5.X on current releases for the time being. So...

 Building PHP 5.4.3 on CentOS

Even though it’s easier to use yum, sometimes we need to compile PHP from source code....

 Change Outgoing IP of Postfix Mail Server

This can get quite important when your mail server is blacklisted, or if you somehow want to...

 Determine folder size with “du” including sub folders

You can use du command to see the folder size in LINUX including subfolders.: With du du -h #...

 Disabling IPv6 in Linux

In default LINUX installation IPv6 is enabled. IPv6 might use system resources or for what ever...

 Download Plugged.in LAMP installer for CentOS 6.x

DO you ever wanted to set-up a testing server with- Apache virtual config, logs, paths setted,-...

 Ephemeral port range for FTP

The standart linux distrubition calls that the ephemeral port range be between 1024 and 4999. We...

 File Transfer From Windows to Linux via rdesktop

rdesktop is the essential tool for Remote Desktop Management of Windows boxes using Linux as your...

 Find the Largest Files

The other day I was working on a server and needed the LARGEST files on some directory –...

 Getting Network Information in Bash Scripts

Sometimes when writing your bash scripts, you may need some information about the network, such...

 How to Export the Private Key From a .PFX With OpenSSL

If you have a .pfx file and you need it’s private.key, then you can use OpenSSL for...

 How to clear contents of a file?

If you want to clear contents of a file in unix, you could just delete the file and recreate it....

 How to grep Compressed Files?

Sometimes you need to search the contents of .gz files in your system. Unfortunately, grep...

 How to update Linux with Yum

Updating RedHat & CentOS with Yum If you are using RedHat & its clones like CentOS or...

 Install JSON Support to PHP on CentOS

Here’s a way to add JSON support for PHP on your CentOS server. yum install php-pear...

 Install mod_python on Centos 6

mod_python is one of the easiest ways to use your Python Scripts as web pages. To install...

 Installing IonCube Loader on Linux

Installation of IonCube Loader on any variaty of Linux is very simple.Just get the copy from...

 Linux Recursive Search inside files

You can make a search inside files within a a directory using the command “find“, to...

 Linux version & Operating System info

LINUX Version Info To learn the architecture and kernel version info use the shell command...

 Linux version & Operating System info

LINUX Version Info To learn the architecture and kernel version info use the shell command below:...

 MySQL Server Won’t Start : PID File Errors

This is kind of a common problem and may have several reasons. Sometimes when we simply want to...

 Password Generation in UNIX

Below I’ll describe a couple of nice methods to generate passwords using Python and Bash....

 PhpMyAdmin : Cannot start session without errors

Cannot start session without errors, please check errors given in your PHP and/or webserver log...

 RSYNC – Backup and Restores Files

rsync is a very useful tool when it comes to backing up multiple files from remote or local...

 Rescuing system with Linux Rescue

You are reading this article, most probably you faced trouble booting your Linux. Follow the...

 Resetting MySQL Root Password on CentOS

It is not uncommon for you to need the MySQL root password of a server, especially when...

 Setting time with NTP

NTP (Network Time Protocol) could be used to set time synced with ntp clocks, to do this use the...

 Setting time with NTP in LINUX

NTP (Network Time Protocol) could be used to set time synced with ntp clocks, to do this use the...

 Some Tips for VIM Users

VIM, one of the best text editors of all time, has a lot of useful options which are usually...

 System Control Over Python With Pipes

Even though major system scripting is usually done via bash (or other shell) scripting,...

 Using the Python API for Yum

Here’s something very basic yet poorly documented. That’s why it looks like almost...

 Using vi Editor

Vi is the one of the mostly used editor in Linux via terminal. In most cases where Linux is used...