Archive for the ‘Ubuntu Server Edition’ Category

Mounting NTFS Partition on RHEL 5.x

irst Setup RPMForge Repository by running this command :- wget http://apt.sw.be/redhat/el5/en/i386/RPMS.dag/rpmforge-release-0.3.6-1.el5.rf.i386.rpm Install DAG’s GPG Key by executing following command:- rpm – -import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt Verify the package you have downloaded:- rpm -K rpmforge-release-0.3.6-1.el5.rf.*.rpm Install the package :-

Read the rest of this entry »

Grub & Single user mode password Protected

Hi Friends, I am writing method that how to set up password for Grub & single user mode. This Method will apply on RHEL 5 & Fedora 8/9/10 Open Terminal Then login as a root. i.e. [itsolutions@ask4itsolutions.com]$su – root password :- ******

Read the rest of this entry »

Login as a root from GUI for Fedora 10

Hi Friends, In Fedora 10 You cannot login from gui as a root.By Default only users are allowed to login from gui mode. If You want to login as a root from gui in fedora 10 then you have to edit something like this Go to pam.d directory

Read the rest of this entry »

Netmask Issue Solved In Fedora 10

In Fedora 10 there is problem in Netmask Changing. if you open system- config-network and then you are entering STATIC IP SUBNET AND GATEWAY that will show you all ok but after that when you click on OK then it will not save your subnet mask. Again when you look at system-config- network then your [...]

Read the rest of this entry »

Set User Quota

User Quota on Fedora 9/10, RHEL 5 Activate User Quota Temporarily:- mount -o remount,usrquota <your-mounted-directory :-Remember By executing this command quota will activate temporarily. Activate Quota Permanantly:-

Read the rest of this entry »