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]

{ 0 comments }

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 →

How Do I Fix “Host is blocked because of many connection error” In MySQL

February 23, 2013

Today, I got following MySQL error in a PHP application: Host ‘host_name’ is blocked because of many connection errors; unblock with ‘mysqladmin flush-hosts’. It means that mysqld has received many connection requests from the given host. Default max_connect_errors value is 10, that is remote host will be blocked if there is more than 10 connection [...]

Read more →

How To Start / Shutdown / Reboot Guest Operating Systems With virsh Command On KVM

January 31, 2013

The virsh command is an alternative command to manage a Red Hat Enterprise Linux 5 KVM environment using a Command Line Interface(CLI). The virsh command is provided as part of the libvirt API which provides a common API to applications requiring standardized access to interact with KVM using a stable interface.

Read more →

Repel port flood by CSF and IPT_Recent

January 31, 2013
Thumbnail image for Repel port flood by CSF and IPT_Recent

Protect the server from Flood attacks , Using the property Port Flood Protection In firewall CSF . After doing the necessary settings will be able to determine the number of allowed connections Same time for each IP tries to connect to the server.

Read more →

What is the role of this variables in php.ini file (expose_php – allow_url_fopen – register_globals) ?

January 29, 2013

There are a lot of people do not know what these variables and how they can be used , this Variables exist in php.ini file , the php.ini file is contains settings PHP on server , and for each variable in the php.ini file have a special role and can be disabled and activated with ON and [...]

Read more →

How To Boot Into Single User Mode On CentOS

January 13, 2013

Single user mode, also referred to as maintenance mode and runlevel 1, is a way of running Linux or another Unix-like operating system that uses minimal system resources and provides only minimal functionality.

Read more →