9
2010
Change the SSH port on RedHat/Cent Os
Changing the SSH port of RedHat or Cent Os is not a tough job. Any administrator can change it by just editing sshd_config file and then reloading the service. Step 1. Edit the sshd_config vi /etc/ssh/sshd_config Step 2. Change the Port No You will find something like #Port 22 Simply change this like Port 2222 Step 3. Save and Exit Step 4. Reload the New Configuration service sshd reload You are done and now you [...]
9
2009
How to install Red5 on Cent Os 5.4
Red5 is open source flash server written in java supports streaming audio/video, recording client streams, shared objects, live stream publishing etc. Here I will describe in details how you can install Red5 on your CentOS. For this you will also need to install Java and Apache Ant. Step 1. Install Java RED5 server depends on Java. CentOS 5.3 comes with OpenJDK 1.6 and install it using yum. yum -y install java-1.6.0-openjdk java-1.6.0-openjdk-devel Step 2. Install [...]
13
2008
How to set a cron job using PHP in webmin
I have a CentOS server to test my all projects. According to clients requirement webmin is installed as admin panel. Today I had tried to use a cron PHP script in that server and succeeded. This is how I have setup the cron job. In the webmin panel ther is a menu group named ‘Cluster’; So from that menu group -> Cluster Cron Job. Then I have added a new cron job. 1. Selected user [...]

An article by
I am a simple man living in this world working in IT field. I love Music, playing soccer, traveling new places. By profession I am a software engineer and enjoy my job. I love researching on new technologies such as programming languages.