qq_tracker_code_advanced_default

Archive for January, 2009

Installing Fedora10 from USB Stick

Installing Fedora 10 from USB stick Download Fedora-10-i386-DVD.iso Download Fedora-10-i386-netinst.iso Create 2 ext3 partitions in USB stick (Hint: GParted is a wicked graphical tool to create partitions): A 200 MB bootable partition and another partition with the rest of space. Copy Fedora-10-i386-netinst.iso to 1st partition:  livecd-iso-to-disk Fedora-10-i386-netinst.iso /dev/sdb1 Extract images/ folder from Fedora-9-i386-DVD.iso and copy to 2nd partition:   mount [...]

Read the rest of this entry »

Installing Fedora 9 From USB Stick

Installing Fedora 9 from USB stick Download Fedora-9-i386-DVD.iso Download Fedora-9-i386-netinst.iso Create 2 ext3 partitions in USB stick (Hint: GParted is a wicked graphical tool to create partitions): A 200 MB bootable partition and another partition with the rest of space. Copy Fedora-9-i386-netinst.iso to 1st partition: livecd-iso-to-disk Fedora-9-i386-netinst.iso /dev/sdb1 Copy DVD iso image to 2nd partition:mount [...]

Read the rest of this entry »

Enable Graphical Boot with Plymouth

Hi Friends, I am sharing you a very nice method for Fancy boot with Playmouth in Fedora. Step 1:- Backup your Grub File cp /boot/grub/grub.conf /boot/grub/grub.conf.bkp Step 2:- Start Editing your Grub file using your favorite text editor. default=0 timeout=5 splashimage=(hd0,2)/boot/grub/splash.xpm.gz hiddenmenu title Fedora (2.6.27.9-159.fc10.i686) root (hd0,2) kernel /boot/vmlinuz-2.6.27.9-159.fc10.i686 ro root=UUID=0af45fa6-7f43-415d-b78d-9c5d5799914f rhgb quiet vga=792 (Add [...]

Read the rest of this entry »

Login as a root from GUI for Ubuntu 8.10

Enable root Login from GUI for Ubuntu 8.10 Hi Friends,I am sharing method to login as a root from GUI in Ubuntu 8.10. Its not at all good to login as root from gui but if some one wants to know that how to login as a root from GUI then follow below instructions. 1.Login [...]

Read the rest of this entry »

Share Internet with squid & Iptables

Hi Friends, Mr. Kalpesh Patel implement a nice trick to share internet with squid and block website using port redirection. open your sysctl.conf vim /etc/sysctl.conf and change line net.ipv4.ip_forward = 1 (by default its 0) save & exit from file 

Read the rest of this entry »