Dec 21, 2009

I love linux

1. I can extract something with one command without opening a separate program.

tar xjvf cornbread.tar.bz2

2. I can print a document without opening it.

http://tldp.org/HOWTO/Printing-Usage-HOWTO-2.html

3. I can update all applications with two magical words, apt-get upgrade.

apt-get upgrade

4. Its free

Download here: http://www.linux.org/dist/download_info.html

5. Its free as in beer.

6. Its more secure than Windows

Look : http://wiki.answers.com/Q/Why_is_Linux_more_secure_than_Windows

7. I can run on pretty much any hardware.

8. It is highly scalable… I can install it on a 486 or a dual core.

9. Help is readily available and free of charge.

Look: http://www.linuxhelp.net/

10. Well documented

Look: http://www.linux.org/docs/

11. No need for some obscure knowledge base

Your grandma even can use =) : http://bugsanddebugs.blogspot.com/2009/11/ubuntu-for-your-grandmother.html

12. A standard help system that is actually useful (man)

Look: http://linuxmanpages.com/

13. Powerful Command Line Interface

14. Many of the best programs are available for Linux for free. ie. Apache, MySQL, ProFTPd, SSH, OpenVPN. You would have to pay hundreds if not thousands of dollars for Windows programs that accomplish the same thing. On top of that you will have to pay for support

15. No need to call a tech support center in India to activate your fully legal OS.

GNU FREE !!! http://www.gnu.org/

16. Linux can be configured to run without a GUI for max performance. This is especially useful for servers. Other operating systems don’t have this luxury.

17. It doesn’t ask me if I am sure I want to delete something….twice

rm -f -r {file-name}

18. Many of the programs are configured with a simple config file. This makes editing much easier than navigating through pages and pages of tabs and radio check boxes. You can even structure your config file with your own comments to make editing easier for you. Change something often? Put it near the top. If you switch something on and off often and it is buried behind 9 gui screens it might take you 10 5 times longer to switch it.

./configure
make
make install

19. Linux will actually give you a reason why something had an error.

20. Linux wont tell me that my automatic updates are turned off every single minute of every day.

21. When I update Linux it won’t turn on a firewall automatically without my permission (Windows XP SP3 does this) and turn on services I had previously set to disabled.

22. Linux pretty much forces you to be a “non-administrative” user.

SUDO RULLAZ!

23. You can unmount something really fast with one command. Instead of double clicking on a silly icon navigating through all the USB devices plugged in select the right one only to find out that the device you are trying to unmount cannot be unmounted at this time.

umount device

24. Depending on the distro it is a lot easier to install than Windows.

my favourite: UBUNTU

25. Linux detects and installs more drivers for my hardware than Windows.

26. Linux comes with drivers for my onboard Sata where Windows XP does not.

27. Linux comes out with a new kernel constantly. Windows comes out with one once every couple years.

kernel distros: http://www.kernel.org/

28. With Linux we can compile our own kernel so we don’t have to a wear a one size fits all hat.

Look: http://www.cyberciti.biz/tips/compiling-linux-kernel-module.html

29. You can choose which type of desktop environment you want.

KDE or GNOME ?? www.kde.org/ www.gnome.org/

30. You don’t have to worry about spyware, viruses, or worms. Even if they were prevalent they couldn’t be installed unless you did it yourself.

31. When you “end a task” in Linux it actually works.

Kill commands: http://bugsanddebugs.blogspot.com/2009/12/kill-process.html

32. You can check your CPU’s temperature without installing any software.

Look: http://www.cpanelconfig.com/how-to/how-to-monitor-cpu-temperature-in-your-linux-box/

33. The command line auto complete feature works the way you expect it to.

Try tab key button while you're on the shell prompt.

34. To list the contents of a directory I only have to use two keys instead of three (ls vs. dir).

=)

35. Linux’s CLI actually ads value to the OS.

36. I can build a computer myself and still get a good price on the retail version of Linux (free).

Kernel compilation and you'll get a lovely linux..

37. I can control my computer remotely with SSH. Windows comes with remote desktop which was not encrypted last time i checked. It also was slow and supports only a few connected users unless you pay Microsoft more money for a terminal server.

38. Linux tends not to hide details

39. I can see the OS uptime without installing some Microsoft power user program.

40. Linux comes with a program that will eject my CD-Rom. This comes in handy when making automated CD backups and other scripts.

41. Linux passwords cannot be cracked in seconds like Windows.

42. I can print an entire directory of pdfs with ‘lpr *.pdf‘. In Windows you would have to open each with Foxit Reader or the bloated Adobe Acrobat.

43. You can have really cool desktop effects that rival even OSX effects.

Try compiz: http://www.compiz.org/

44. You can choose a filesystem that better fits your needs. With Windows you have two options old out of date crappy NTFS or even more out dated FAT32.

You can see your windows files in linux but you can't even see the linux partition on
windows

45. If you loose your Linux CD or don’t feel like downloading one you can get one mailed for free (ubuntu).

46. It supports more than 3/4gb of ram without updates and hacks.

47. You can get all applications you need without opening your browser or getting out your wallet and many times they are better than commercial solutions.

Holy apt-get =)

48. It doesn’t crash… ever… Its so reliable companies have used it as dedicated router firmware.

49. You don’t have to pay more money for multiple connected users.

50. When there is a security exploit I can expect a patch the next day not the second Tuesday of every month.

With the help of: http://www.marksanborn.net/linux/50-reasons-why-i-love-linux/ for reasons..


No comments:

Post a Comment

Visual Studio Keyboard Shortcuts

Playing with keyboard shortcuts is very interesting and reduce the headache of using the mouse again and again while programming with visu...