• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

work with linux in windows

 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have windows system , I want to work with unix , i cannot install unix becasue of drive partition , I am wondering if there is any software which runs unix under windows like oracle I can start it and do all my work similarly is there any software which will start linux and I can do all experiments i need , more I am looking for free ware
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can achieve this by doing Virtualization.
 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.andlinux.org/
http://wubi-installer.org/
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wubi lets you install Ubuntu as a file on your Windows system. Want to remove it? Just delete the Wubi file
Another option is Portable Ubuntu (there are other flavors available) which lets you run Linux inside Windows a little more seamlessly than virtualization.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could install VirtualBox and install a Linux distribution in a virtual machine.
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As a completely different approach (depending on what you really want to do), you might want to consider Cygwin

If all you want to do is be able to run standard unix/linux commands and experiment with them, then this could be a far less resource intensive task. This will allow you to use all the standard commands (find, ls, tar, awk, grep, perl, ...) from the Windows command line. To do this, all the commands are built to be true Windows executables. As such, you do not have the overhead of running 2 complete operating systems simultaneously. You can even run the X-Windows System that can integrate seamlessly with the Windows view, so your X applications appear as native Windows applications.

The one thing Cygwin is not good for is running native Linux applications (especially graphical applications) "out of the box". For example, if one of your friends suggested you try Tux Racer, it will not work under Cygwin (however there is a Microsoft Windows version of it, so you don't really need to try to run it under Cygwin). So far I have not found any commands that are not available under Cywin or that don't have a native Windows version.
 
Ranch Hand
Posts: 1923
Scala Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

srini carry wrote: i cannot install unix becasue of drive partition,


What does that mean? You could add an additional drive, coulnd't you?
 
Opportunity is missed by most people because it is dressed in overalls and looks like work - Edison. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic