Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Thursday, November 24, 2011

Unix ebooks

SCSA for Solaris                               Download

Solaris 10- Student's guide                 Download

Monday, November 14, 2011

Running linux on windows

Most of us have windows installed on our system and its become tougher to learn linux in that way. We usually go for intalling solaris or ubuntu or any other flavor of linux for that. But there is a way to run unix commands right in our command prompt in windows.
The tool's name is Cygwin which you can get from here.
You can install the latest version but i suggest you to download a little old version because it is more stable.
After installing ,all you need to do is copy the cygwin bin path and add it to environment varible 'Path'.
In my system,the path was C:\DevEnv\cygwin\1_5_18\bin which can be different as per your installation directory.
In this path , you can see that you have scripts like grep.exe,chmod.exe,chown.exe and so on which makes linux available in unix.

After that, just open your cmd and type a demo 'ls' command and you'll see linux working.
Enjoy!!






Friday, July 29, 2011

Forgot my ubuntu password..

So many seraches and finally got an easy solution.
1)Start your Ubuntu in recovery mode








2)Select Drop to root shell prompt from the window that appears. Sometimes that window appears for a very small duration. So keep pressing DOWN-ARROW key after you start in recovery mode.

3)A prompt will appear.
# passwd your_username
# passwd new_password
# sync
# reboot -f
And you are done!!