Howto use yum CentOS DVD To install packages directly from the DVD one must do: # vi /etc/yum.repos.d/CentOS-Media.repo enabled=1 # mkdir /media/cdrom # mount /dev/cdrom /media/cdrom # yum –disablerepo=* –enablerepo=c5-media install pacakge-name
install nagios on centos 5.5
Howto install Nagios Centreon on CentOS 5.5 64bits updated/fast version Install Nagios on CentOS +————–————–——+ | INSTALL OS | +————–————–——+ 1.Install CentOS Select only Server option, witch has already lots of packets also too many Updates system # yum -y […]
Howto Setup Varnish
Updated Version of this howto Varnish is a awesome Reverse Proxy, for caching websites and improves its performance in a polish varnish way. To setup follow the instructions (tested on CentOS yum update yum install ncurses-devel make clean mkdir /usr/local/src/varnish-2.0.5 […]
nlb load balance linux
Load balancing can help with almost any kind of service, including HTTP, DNS, FTP, POP/IMAP, RDP and SMTP. There are a number of open source load balancing applications, but one simple command-line load balancer, balance, remains one of the most […]
How to install varnish
Updatede version of this howto I have used a lot os Squid, but now we need a reverse cache solution. And the best one out there is an Open Source software called Varnish. How to install (tested on CentOs /RedHat) […]
How to setup Samba on CentOS
How to setup Samba on CentOS/RedHat etc… Reference to older post (Debian) Note: You can also login into to the server with # ssh -X user@server # yum install system-config-samba # system-config-samba Commands: Login in the server as root and […]
Centreon Distributed Monitoring (v2)
Nagios / Centreon Distributed Monitoring – Clustering Document referral to my original post on same subject There are many ways nagios can be used to load the balance, the basic architeture is Master/Slave with just nagios is reommeneded to use […]