Category: Servers

Post Pic

Install ioncube loader atomic yum repository on CentOS

To install ioncube loader on centos you can just follow the below simple commands on linux make sure you have logged in as root or have sudo access

Post Pic

How to run php scripts using cronjob in linux – centos

First make sure you have crontab installed. Make sure php is working properly.

Post Pic

Opening firewall ports on a linux machine?

To open any port on a linux machines with iptables install you can follow these easy steps.

Post Pic

How to setup ftp server on Linux – pureftp

I will be using pureftp on in this tutorial as its more secure and fast.

Post Pic

How to redirect from one page to another page or domain via htaccess

To redirect from one page to another domain or page via htaccess use the following code.

How to install ffmpeg, mencoder, mplayer and php-ffmpeg on windows server

First you have to download all the required files which can be found here

Unable to start website in IIS giving error on port 80.

If you are unable to start a website in IIS on your windows server and in the event viewer it is giving error on port 80 it means that another application is using port 80. In normal case scenario the other applications can be:

How to find which application on your computer or server using which port

For Linux users use the following command fuser -n tcp 80 or use sudo lsof -i :22 or use lsof|grep 862 ypbind 1529 root 5u IPv4 4681 TCP *:862 For Windows Users use the following command netstat -a -b -o -n

Setup your linux server with apache, php and mysql to host websites a step by step tutorial

Lets suppose you got an empty dedicated server you ordered from a web hosting company and you want to start hosting websites which use php, mysql. Below are simple easy steps which you can take to setup your website in a few commands. 1. Install Apache There are many ways to install apache on your [...]

Page 1 of 212

Advertisment

Topics