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

how to use internet on LINUX command line

lynx is probably the best web browser I had ever used. I started using this browser in 2005 and found this thing really handy, fast and efficient. You don’t need to use a mouse and no need to have pictures, just internet and information on the screen. No need to block any website and no …

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

LINUX can boot in just 5 seconds

Yes, its true that LINUX can boot in just 5 seconds (faster than multimedia synchronization) and its proved by two LINUX developers named Arjan van de Ven and Auke Kok. How did they proved it and how this could be happened, what was the hardware they were using etc, etc. There were many questions and …

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

what do you mean by free

Guys I would like to share a video and hope that it will give you a clear picture of “What do you mean by free?”. A free, is where you have no limits and no boundaries. See the under given videos;

how to manually configure IP address using command line in debian lenny

I know most of the guys have very well idea how to do this thing but many would be looking for this piece of information on internet and it is available too but I just like to give you few short steps and you are ready to go with your Debian system. Most of the writer just give the IP address configuration but no one share this secret that you have to enter something in resolv.conf file. Lets configure an Ethernet card on Debian manually and use the internet on command line.

Configure the Network Manually

You can use ifconfig command to configure IP address and other information and you can also enter all this configuration in a file given at the location specified below;

/etc/network/interfaces

Save Network Settings to a Configuration File

To change the current network configuration setting you’ll need to edit /etc/network/interfaces file using a text editor such as vi. This is the only way to save device setting to a configuration file so that system can remember changes after a reboot.

Read more