Fedora 13 has been released

Fedora is a Linux-based operating system that showcases the latest in free and open source software.I started using this since fedora 2 was in market and I was very much fan of this operating system. sophisticated, charming, good looking and many more features not like every LINUX distribution, The front end is really great. Fedora … Read more

how to check full hard drive size in LINUX Command line

Commands are really great in LINUX environment and specially in command line, they really rocks everything. You can get any information about your system you like. I was wondering and looking for a command that can give me the total hard drive size in LINUX. I can use a tool available on the internet but … Read more

Top 10 Handy LINUX Commands

Handy commands will always help you to do your daily tasks on a LINUX system or server. You just need to remember and use them on time and you will perfectly get best results. Few Commands are given as under which can save your lot of time.

1. pgrep

pgrep will give you the currently running processes and lists the process IDs which matches the selection criteria.

pgrep ssh

2. Execute The Last Executed Command

If you like to reissue a command again you need to type the whole path and command again to get the results, you can just enter the under given command;

!!

3. Execute The Last Command Starting With some letter

If you want to execute a command a command from history starting with the letter S you can use the following command: This will execute the last command used on the command line that started with s.

!s

Read more

Get Free Ubuntu 10.4 LTS CDs Delivered To Your Home

The author of this article also writes on Technize.com for general software technology news and Technize.net for Microsoft specific news and reviews.

ubuntu-omap-fb-splash Please visit the under given URL for latest updates about ubuntu shipit program.

http://www.sizledcore.com/2011/04/ubuntu-shipit-has-been-closed/

Ubuntu is the most popular desktop Linux Operating System. Ubuntu is free and it has a tremendous support available on the internet. Another good thing about Ubuntu is that free CDs and DVDs are distributed at the doorsteps of the users when a new version of Ubuntu is released.

If you want to get the CDs of the latest Ubuntu 10.4 LTS then you can order it from the following link:

Read more

how to control grub using GUI tool

grub-choose-default

I like to test more than one operating system at the same time so that i can give a better support to the users. Being an IT person and if you have more than 100 users it would be difficult to spare any time even to waste on booting the system more than two three times in a day and then wait for it to come to the boot menu and select the appropriate operating system to boot into and test the desired things. Isn’t it annoying when you want to reboot from Linux into Windows or vice-versa, and you have to wait for the machine to shut down, the BIOS to initialize just so that you can now select the OS that you want to boot into? grub-choose-default gives you a GUI that you can use to easily select the next default for grub and you can go and grab a snack while your computer reboots without having to wait for anything.  It’s a very simple program that just reads your grub menu entries and then lets you click on the one you want to be the next default.

 Screenshot grub-choose-default 0.6

Read more

top 20 howto’s and guides for LINUX users

If somebody will ask me that to whom I will vote and there are Microsoft, MAC and LINUX and I will sure vote for LINUX because of its versatility and openness. Today I would like to share a list of how-to and guide for LINUX users. i hope someone will get help from these guides.

  • Advanced Bash Scripting
    Understand and learn how to write bash scripts for the command line.
  • Bluetooth on Linux
    Great document on setting up Bluetooth on Linux.
  • Introduction to Linux
    This is a great overview of Linux, a definite must read for Linux newbie’s.
  • IPTables
    Secure your network using IPTables.
  • Linux Administration Made Easy
    A very detailed document on Linux administration.
  • Linux Complete Backup and Recovery
    Anyone who has a Linux desktop or server must know how to backup and restore their system at any moments notice. This is an important guide if you absolutely do not want to lose any crucial data.
  • Linux Dictionary
    This is a great resource for finding out information on Linux related terms and jargon.
  • Linux Encryption
    Understand and learn about encryption practices on Linux.
  • Linux Gamers
    Learn the inner workings of how games work on Linux along with how to resolve common problems.
  • Linux IPv6
    Learn about the new layer 3 protocol, IPv6 protocol and how to take advantage of it on Linux.

Read more