Posts Tagged ‘CentOS’

Error Message: Metadata file does not match checksum [Centos 5 yum ]

Monday, July 26th, 2010

try this

yum clean all
yum makecache
yum update

Enabling Arabic Fonts in CentOS , Ubuntu

Tuesday, February 9th, 2010

Install ” Microsoft’s TrueType core fonts” by downloading “msttcorefonts”
and restart the browser

To setup sudo users in Fedora or CentOS

Wednesday, February 3rd, 2010
To setup user “joseph” as sudo user
echo ‘joseph ALL=(ALL) ALL’ >> /etc/sudoers
This will prompt for password , If u do not want it to prompt U need to make entry as
echo ‘joseph ALL=(ALL) NOPASSWD:ALL’ >> /etc/sudoers

To setup user “joseph” as sudo user
echo ‘joseph ALL=(ALL) ALL’ >> /etc/sudoers
This will prompt for password , If u do not want it to prompt U need to make entry as
echo ‘joseph ALL=(ALL) NOPASSWD:ALL’ >> /etc/sudoers