Linux

Upgraded to Fedora 11 - Review

Two weeks backs I installed Fedora 11 on my Compaq Laptop. I last installed Fedora 8 in May last year when I bought my laptop and ever since I was using it. In the past one year F9 and F10 also came but I was too lazy to install them. Anyways I finally managed to installed F11 and I m glad I did.

Good things
1. My Wifi card was detected automatically. In F8 I had to install madwifi to use wifi on my laptop
2. It boots in seconds!! believe me you will get the login screen in just 20 sec
3. It looks good. I am a KDE fan and I am happy to see major change in KDE after a long time.
4. Laptop keys for sound control works in KDE
5. Package Manager works well.

Bad things
1. Laptop Keys for brightness control does not work in KDE, it works on GNOME though. I am still finding a way to enable those keys. I found an alternative to directly reduce the LCD brightness. Just issue this command as root

sh -c 'echo 0 > /sys/devices/virtual/backlight/acpi_video0/brightness'

2. There is no progress bar in the package Manager.

Read more

One more Fedora user :)

My friend Nikhil finally installed Fedora on his system. I am glad that he installed fedora.

Check out the below link to install the most common softwares required for daily use and to make Fedora more user friendly.

http://www.howtoforge.com/installation-guide-fedora8-desktop

This is an awesome Guide!

HOWTO password protect your GRUB

Procedure to password protect your grub menu is simple. Steps are mentioned below.

1. Use the command grub-md5-crypt to generate an encrypted password in MD5 (Message Digest Algorithm 5) format.

[root@localhost ~]# grub-md5-crypt
Password:
Retype password:
$1$POwoW$3.ean3fFinACXjN9Ch/qG/

2. Open your /boot/grub/grub.conf file and copy the encrypted password.

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,0)
# kernel /boot/vmlinuz-version ro root=/dev/sda1
# initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
password --md5 $1$POwoW$3.ean3fFinACXjN9Ch/qG/
title Fedora (2.6.23.1-42.fc8)
root (hd0,0)
kernel /boot/vmlinuz-2.6.23.1-42.fc8 ro root=LABEL=/
initrd /boot/initrd-2.6.23.1-42.fc8.img

Enter the password --md5 ENCRYPTED-PASSWORD line just before the title line.

3. Restart your computer and to modify the GRUB menu first enter p and then enter the password that you encrypted.

4. Now your GRUB is MD5 password protected.

Want to know about the CPU(s) on your system?

If you want to know all about the CPU(s) on your system, then check the /proc/cpuinfo file.

[root@localhost ~]# cat /proc/cpuinfo

This will give you the following output.

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 3
model name      : Pentium II (Klamath)
stepping        : 3
cpu MHz         : 1729.327
cache size      : 128 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu de pse tsc msr pae mce cx8 apic pge 
                  cmov pat mmx fxsr sse sse2 up pni
bogomips        : 3527.30
clflush size    : 32

This file has important information about the CPU.

LinuxIndya.com launch

Finally after almost an year of registering linuxindya.com domain name, I have launched this website.

LinuxIndya_launch

Site Motto

  • To promote Linux in India. Especially in Schools and Homes
  • Generate awareness among people to use linux
  • Showcase the excellent Linux softwares which can replace windows counterparts
  • Reviews on Linux distros and application
  • Site is targeted for Non-Geeks user, People who can't afford windows or use pirated version of windows

About

Welcome to my site or weblog or whatever you want to call it. I don't know why I created this site. I guess I like flaunting. I made this site hoping to write blogs and update it regularly. I don't get much time to write blog rather I would say that I am too lazy person. I do write about Open Source technologies and other things. Hope you find something useful on my site. Even if you don't just drop me a line. I would love to know more about you.

If you are a company and want to hire me then you can check my resume here. By the way I am not looking for a Full Time job right now but I am open for any Part Time assignment or consultation/training on Open Source Technologies and Office Automation using Microsoft Excel VBA Programming. You can check more details about the training & Consultation at this website Sparx Software Solutions.

To see how I look you can check my personal album.

I am also an Admin for Linux Indya, site to promote Linux and a community site for Guru Gobind Indraprastha University.

I live in a nice small place called Lawrence Road (Keshav Puram) in North Delhi. I live with my parents. For living I work in a French Telecom company Alcatel-Lucent. My Office timings are 8:30 AM to 5:00 PM, Monday to Friday. On weekends I find new ways to waste my time.

My hobbies include long walks in the parks around my home. Going to CP with friends, shopping for Jeans and playing TT.

You can contact me using the online contact form or you can also mail me at my firstname concatenated with my lastname on google's mail service.

Lets me tell you more about me....

My Machines and Gadgets
HP Compaq C772TU, PC, Spice D-88N GSM/CDMA Dual phone, 20GB portable HDD, Creative 5.1 Speakers, Hauppauge Wi-Music and more

Operating System/Softwares/Languages
Fedora 8, Drupal 5.x, Python, C, C++

Internet Speed
MTNL 256Kbps Unlimited - I need a faster connection

These days
I am learning Python these days, I am enjoying it. Amazing language, not at all difficult to understand.

In future
I want to have my own company in Training & Consulting.

Syndicate content