Saturday, August 21, 2010

Heart Speaks Adorable Commandments

  • Make up your mind to be happy. Learn to find pleasure in simple things.
  • Make the best of your circumstances. No one has everything, and everything, and everyone has something of sorrow intermingled with gladness of life. The trick is to make the laughter outweigh the tears.
  • Don't take yourself too seriously. Don't think that somehow your should be protected from misfortune that befalls other people.
  • You can't please everybody. Don't let criticism worry you.
  • Do the things you enjoy doing but stay out of debt.
  • Never borrow trouble. Imaginary things are harder to bear than real ones.
  • Since hate poisons the soul, do not cherish jealousy, Aboid people who make you unhappy.
  • Have many interests. If you can't travel, read about new places.
  • Don't hold postmortems. Don't spend your time brooding over sorrows or mistakes. Don't be one who never gets over things.
  • Do what you can for those less fortunate than yourself.
  • Keep busy at something. A busy person never has time to be unhappy.

Thursday, August 19, 2010

Basic Commands in Linux

Hello friends,
If you want to make a directory type "mkdir linux" this will create a directory with name linux to delete the same directory type "rm -r linux" many people use "rmdir linux" but sometimes it says, "Directory not empty" to avoid this message simply use the command "rm -r ".

To delete a file type "rm " you may also use "rm -i " in this case computer will prompt you whether you really want to delete the file or not reply with y (yes) or n (no).

slowly slowly we will learn all the commands of linux. For any further query you can mail me or post your queries in comment.

Thank you. :-)

Wednesday, August 18, 2010

C Programming in Linux

Friends,
If you are looking to start C programming in Linux, all you need is to check whether you have C compiler is installed in your linux or not.To check type gcc in the terminal, if it says, gcc:no input files it means you have C compiler installed in your system. GCC is a C compiler in Linux. Like Turbo C and Borland C is there for Windows.

Lets start with a very simple programe to print Hello world ! type the following lines,
-----------------------------------
#include
main()
{
printf("Hello world !");
return 0;
}
--------------------------------
Type these lines in any of the text editor you are suitable with, dont forget to save the file with extn name e.g. hello.c, avoid saving file with test.c

To compile your programe type gcc -o hello hello.c if it shows no error you may run your programe by simply typing ./hello

Now you are ready to start your programming

Wednesday, July 14, 2010

Automatic Restart of Windows XP

Dear Friends,
If you are tired of this restart problem in your windows XP here is the solution, now you need not to worry about the problem just give your five minutes to it and get free from the problem,


1.Navigate to the Control Panel in Windows XP by left-clicking on Start, followed by Settings and then choosing Control Panel.
2.In the Control Panel window, open System.

Note: In Microsoft Windows XP, depending on how your operating system is setup, you may not see the System icon. To correct this, click on the link on the left-hand side of the Control Panel window that says Switch to Classic View.

3.In the System Properties window, click on the Advanced tab.
4.Locate the Startup and Recovery area and click on the Settings button.
5.In the Startup and Recovery window, locate and uncheck the check box next to Automatically restart.
6.Click OK in the Startup and Recovery window.
7.Click OK in the System Properties window.
8.From now on, when a problem causes a BSOD or another major error that halts the system, the PC will not automatically reboot. Rebooting manually will be necessary.