Tagged: CentOS
Install ffmpeg on centOS (via free4your’s Blog)
FFMPEG is good if you don’t mind using the command line. I actually have some settings that I discovered last year on this blog that produce HD quality.
via free4your's Blog
HowTo recover from a corrupt rpm database
I haven’t faced this issue but its good to be prepared. A good step by step on how to do this.
Need to install Nagios on CentOS?
You might run into the problem where Yum says that there are no packages for Nagios. If that is the case then add this to your yum repos. For CentOS it was called /etc/yum.repos.d/CentOS-Base.repo.
# cat /etc/yum.repos.d/linadd.repo [LinAdd.org] name=Linux Addons baseurl=http://www.linadd.org/download gpgcheck=0 # yum makecache Then run the command:
yum install <package-name> <package-name> ...
Do you want to install Nagios on Centos 5.4?
Then this great tutorial is the way to do it. Worked great for me in my practice session.