Posts Tagged ‘CentOS’
Drop to the tmp directory and download the Inadyn zip file.
cd /tmp
wget http://cdn.dyndns.com/inadyn.zip
Unzip the file and copy the linux version of the inadyn file located in /bin/linux to the /usr/bin directory.
unzip inadyn.zip
cp inadyn/bin/linux/inadyn /usr/bin/inadyn
We must change the file permission
chmod 755 /usr/bin/inadyn
Create or edit the configuration file for inadyn
nano /etc/inadyn.conf
In the inadyn.conf file must [...]
Filed under: CentOS, HowTos | 6 Comments
Tags: CentOS, Inadyn
I have successfully deployed a complete web server with CentOS 5.1 today. All common services such as Apache, Mysql, mail server and even Ispconfig are running properly now. In case you want to know how I did it, I would recommend a nice tutorial by Falko which you can find here. I skipped the first [...]
Filed under: CentOS | Leave a Comment
Tags: CentOS, LAMP, Postfix, SMTP
I personally like to update my CentOS packages through Yum software package manager. To download/update the packages at maximum speed, choosing the right mirror is necessary. There is a nice plugin for yum designed to automatically scan the fastest mirror in your network.
yum install yum-fastestmirror
Run this command to update all packages
yum update
You will notice yum [...]
Filed under: Uncategorized | Leave a Comment
Tags: CentOS, Yum