LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux on windows (https://www.linuxquestions.org/questions/linux-newbie-8/linux-on-windows-4175454967/)

elico 03-21-2013 04:24 AM

Linux on windows
 
Hi all

How can I exercise LINUX commands under WINDOWS XP ?

Is there any software tool tha can help me do just that ?

Maybe a simulator ?

Thanks
Elico

asimba 03-21-2013 04:30 AM

Try VirtualBox to get started.

https://www.google.co.in/url?sa=t&rc...44158598,d.bmk

shivaa 03-21-2013 05:08 AM

You can install Cygwin on Windows for Linux environment (see here)

Or, on the other hand, if you want complete Linux environment in Windows, then it's better to first install some VM (either VMware or Wirtual Box) and then download and install your desired Linux distro in it. It's a recommended option than Cygwin.

biyabani 03-21-2013 05:55 AM

you can use putty server software for practice linux in windows. But we need access from administrator or another system with was installed with linux os.

jcullen24 03-21-2013 07:21 AM

Quote:

Originally Posted by elico (Post 4915818)
Hi all

How can I exercise LINUX commands under WINDOWS XP ?

Is there any software tool tha can help me do just that ?

Maybe a simulator ?

Thanks
Elico

You know your best bet is to try out WUBI, The Ubuntu windows installer. It installs Ubuntu linux on your PC, and keeps your window system. If you don't like the install, you can uninstall it! Just like a windows app!

acid_kewpie 03-21-2013 10:53 AM

Going strictly by the actual words used by OP, i'd second a vote for cygwin.

fpmurphy 03-21-2013 11:18 AM

You can also download and installed AT&T's UWIN which is free and was created by Dave Korn. Only odd thing about it is that it supplies nvi instead of vi.

brianL 03-21-2013 11:19 AM

Or MinGW + Msys.

John VV 03-21-2013 02:39 PM

On XP
Mingw using Msys

install to
C:\\GnuWin32/MinGW
C:\\GnuWin32/MSys
and configure the text files in Mingw to point to C:\\GnuWin32/MinGW/bin &/lib &/include and not the old C:\\prog~1/"programName"

jefro 03-21-2013 03:09 PM

The most easy way I know of is this.
You can run a few linux choices in a browser online.
http://jpc.sourceforge.net/demos_linuxdemos.html
If you want you could set it up offline.


Microsoft offers a Services for Unix package that allows quite a few posix commands. Not really good for learning.

There used to be a company that wrote dos based unix commands to learn linux with also. I forget that company name. They offered it with a book for free.

Slackware still offers a very old Zipslack for easy testing but you would have to run it in a vm as XP won't allow umsdos anymore I think.

Any of the ideas above should work.

Also you have ways to run a usb flash drive or a cd or even a floppy that has linux.

You can even boot off the internet to a linux OS run in memory at www.netboot.me Someone still offers a mirror to boot.kernel.org for the old fedora net boot.

There may still be some other ways to try.

brianL 03-21-2013 03:35 PM

Quote:

Originally Posted by John VV (Post 4916152)
On XP
Mingw using Msys

install to
C:\\GnuWin32/MinGW
C:\\GnuWin32/MSys
and configure the text files in Mingw to point to C:\\GnuWin32/MinGW/bin &/lib &/include and not the old C:\\prog~1/"programName"

No. It's a while since I used it (no Windows now), but the MinGW installer puts it in C:\MinGW, with msys in C:\MinGW\msys. GnuWin32 is a different project, but compatible with MinGW.


All times are GMT -5. The time now is 01:07 AM.