Saturday, June 23, 2012

How to install glut on visual studio 2010 for windows OS




Recently, i have learnt the open gl program. There is no glut.h file in libraries then i  installed  the glut file according to the step.

Sunday, June 17, 2012

IPv6




Internet Protocol Version 4 is the most popular protocol in use today, although there are some questions about its capability to serve the Internet community much longer. IPv4 was finished in the 1970s and has started to show its age. The main issue surrounding IPv6 is addressing-or, the lack of addressing-because many experts believe that we are nearly out of the four billion addresses available in IPv4. Although this seems like a very large number of addresses, multiple large blocks are given to government agencies and large organizations. IPv6 could be the solution to many problems,

Sunday, April 1, 2012

How to Change Default OS in Multi Boot System

Windows and Ubuntu dual-boot systems are set boot Ubuntu first by default, so I decided to change the dual-boot order to default to Windows.so when I start every time It will be set Ubuntu as Default OS and have to select within 10s Ubuntu or Windows until Enter the Default Selected OS. Most of us use Windows OS.


Monday, February 13, 2012

Folder Shortcut Virus Remover


Recently i met the problem on Removable disk. The all of the folders were as shortcut icons but couldnot display data inside the folders so i tried to solve the problem following step.

  1. Download the shortcut healer software.(It will be for .bat type file)
  2. Run the healer software
  3. Put your flash drive pat(give the letter path)
  4. Heal job done
Then open your Removable disk.your shortcut virus folders are retrived to the original folder.now solve it
-->

Sunday, February 12, 2012

Unix/Linux Commands

Here I like to share with you that I learned few  Unix/Linux commands.



File Commands

1. ls :-Directory listing
2. ls -al :- Formatted listing with hidden files
3. ls -lt :-Sorting the Formatted listing by time modification
4. cd dir :-Change directory to dir
5. cd :-Change to home directory
6. pwd :-Show current working directory
7. mkdir dir :- Creating a directory dir
8. cat >file :-Places the standard input into the file
9. more file :-Output the contents of the file
10. head file:- Output the first 10 lines of the file
11. tail file :-Output the last 10 lines of the file
12. tail -f file:- Output the contents of file as it grows,starting with the last 10 lines
13. touch file :-Create or update file
14. rm file :-Deleting the file
15. rm -r dir :- Deleting the directory