Posts Tagged ‘fedora’

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

Disable IPV6 module on default kernels

Wednesday, February 3rd, 2010
On Fedora /CentOS /RHEL
Edit “/etc/modprobe.conf”
and add the follwing lines
“alias net-pf-10 off”
For Ubuntu
By default it is enables and in the file
“/etc/modprobe.d/aliases” it is given as
alias net-pf-10 ipv6
edit the aboce line back to
alias net-pf-10 off

On Fedora /CentOS /RHELEdit “/etc/modprobe.conf”and add the follwing lines”alias net-pf-10 off”
For Ubuntu
By default it is enables and in the file ”/etc/modprobe.d/aliases” it is given as
alias net-pf-10 ipv6
edit the aboce line back to alias net-pf-10 off