TuXHaT


Linux / sysadmin / Debian / Ubuntu / Red Hat / Centos
delete
Troubleshooting selinux... I have been recently working on Selinux. It was way invented on 1970’s, but it is getting great acceptance as a user space security standard these days. So I was implementing selinux for my production servers, I can’t go directly with enforcing mode. But stay with permissive mode and watch...
delete
How to setup local yum repository for ce... You should already have /etc/yum.repos.d/CentOS-Media.repo after installing centos. If you don’t have one create as below, [c5-media] name=CentOS-$releasever – Media baseurl=file:///media/CentOS/ file:///media/cdrom/ file:///media/cdrecorder/ enabled=0 Then mount your cdrom to either /media/CentOS/...