Monday, 25 May 2015

Windows Operating System Working With Linux Command.

Cygwin is a Unix-like environment and command-line interface for Microsoft Windows. Cygwin provides native integration of Windows-based applications, data, and other system resources with applications, software tools, and data of the Unix-like environment. Thus it is possible to launch Windows applications from the Cygwin environment, as well as to use Cygwin tools and applications within the Windows operating context.
Ok, I’ll show how to install Cygwin on Windows 7
Download latest version of Cygwin


install_cygwin_win7_1.png
I use download manager to save time.
install_cygwin_win7_2.png
Save to my document of other drive.
Install Cygwin on Windows 7[/h]Double click installer to start install.
Choose “Install from internet
Click Next.
install_cygwin_win7_4.png
Select Root Install Directory
Let it as is and choose Install For “All Users
Click Next.
install_cygwin_win7_5.png
Select Local Package Directory
Let it as is. Click Next.
install_cygwin_win7_6.png
Select Your Internet Connection
Setup wizard provide 3 type of connections :


*Direct Connection
*Use IE5 Settings
*Use HTTP/FTP Proxy

I use Direct Connection since I have no Proxy connection.
Click Next.
install_cygwin_win7_7.png
Choose A download Site
Choose nearest location to your position.
Click Next when you’re done.
install_cygwin_win7_8.png
Cygwin setup will process and show the progress.
install_cygwin_win7_9.png
Setup Alert
New alert remind me about the release. Its major release that might affect existing cygwin installation. Since I don’t have existing installation of Cygwin I choose OK.
install_cygwin_win7_10.png
Select Packages
You can choose the packages you want to install.
Choose anything from the list and click Next when you’re done.
install_cygwin_win7_11.png
Resolving Dependencies
Click Next.
install_cygwin_win7_12.png
Create Icons
I choose to Add icon to Start menu.
click Finish.
install_cygwin_win7_13.png
Start Cygwin Bash Shell[/h]Click Start menu and Find Cygwin . Click on Cygwin Bash Shell to start the shell.
install_cygwin_win7_14.png
New Cygwin bash Shell will appear and you can start playing around with command.
install_cygwin_win7_15.png
I enter some command like:
uname -a
df -H
ls -l 
Yes, all those command successfully executed.

Having fun with Cygwin.

No comments:

Post a Comment