How To Fix Apache Error “(28)No space left on device”

December 22, 2013

On some occasions apache server will just fail, and become crashed, failing to restart with an error message like

Read more →

How To Check The Heath Of Adaptec RAID Using arrconf On CentOS

October 9, 2013

The arcconf tool is used for managing the controller on the command-line interface and It use to check the health of Adaptec RAID under Linux server from a shell prompt. In this tutorial, I will show you How do I check the health of Adaptec RAID using arcconf command.

Read more →

How To Install Pure-FTPd With SSL/TLS On CentOS 6

August 18, 2013

FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using SSL/TLS, the whole communication can be encrypted, this making FTP much more secure. This article explains how to set up Pure-FTPd with SSL/TLS on a CentOS 6 server.

Read more →

How To Recover Password Juniper SSG 550 Using Serial Number

July 28, 2013

SSG550M is a purpose-built, modular security platform that delivers 1+ Gbps of firewall traffic and 600 Mbps of IPSec VPN for large branch, regional offices and enterprises. If you ever forget your password and lose access to your SSG firewall then in this article, I will show you How to recover password Juniper SSG 550 […]

Read more →

How To Install Pure-FTPd on CentOS 6 Via Yum

June 19, 2013

Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. It doesn’t provide useless bells and whistles, but focuses on efficiency and ease of use. It provides simple answers to common needs, plus unique useful features for personal users as well as hosting providers. In this article, I’ll show you How do I install […]

Read more →

How To Install Subversion (SVN) Extension Working With PHP 5.3

March 28, 2013

This extension implements PHP bindings for Subversion (SVN), a version control system, allowing PHP scripts to communicate with SVN repositories and working copies without direct command line calls to the svn executable. In this tutorial, I will show you How to install Subversion (SVN) extension working with PHP 5.3.

Read more →

How To Setup Iptables Firewall For A Web Server On CentOS

March 7, 2013

I have setup an web server using Apache on CentOS. How do I configure firewall using iptables to allow or block access to the web server under CentOS ? In Tutorial I will show you How do I do it.

Read more →