Tag Archives | CentOs

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 Step 2. Change the Port No You will find something like Simply change this like Step 3. Save and Exit Step [...]

Read full story 0 Comments

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 [...]

Read full story 23 Comments

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’; [...]

Read full story 2 Comments