Virtual linux system [closed] - linux

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I want to install a virtual linux system within my Windows7 operating system. I was thinking of using Cygwin. Any suggestions of other good/better softwares to use?
Thanks for the help

For running UNIX-y apps within Windows, Cygwin is pretty much the de-facto standard. The programs that are installable through Cygwin are essentially clones of the Linux ones, but compiled under Windows so that they run natively. Note though that you can't run a Linux program under Cygwin.
On the other hand if you want to run native Linux programs or a Linux distribution like Ubuntu, you'll need something like VirtualBox.

I cannot help but mention the amazing JavaScript PC emulator running Linux .. http://bellard.org/jslinux/ since you do not specify what you are trying to do with Linux, that may well answer your needs.

Related

Running windows command from linux [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
EDIT:
To be precise i wanted to control a windows host from a Linux command line.
Like executing a command under windows through ssh session or telnet from linux.
Windows doesn't have any inbuilt sshd server like linux.
So i would like to know whether it is possible or not.
You do it with winexe the look at winexe.
The page says it is capable of of running command on Windows NT/2000/XP/2003 systems from GNU/Linux (and possibly also from other Unices capable of building the Samba 4 software package).
I can also tell you that after configuring the windows firewall properly it also works on Windows 7 and Windows server 2008.

A lightweight Linux version for web development? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am fairly of familiar with Ubuntu and I have used it a lot in the past for programming purposes, but right now I would like to try something different. Instead of doing a dual boot on my computer, I am going to do my PHP development in a Virtual Machine, probably using VMWare or whatever.
The problem is, that with only 4GB of RAM, it seems like recent versions of Ubuntu are a bit too heavy to run really smoothly on this computer. So instead, I am searching for a Linux system that can easily run with only 1/2 or 1 GB of RAM assigned to it.
What would you suggest for this?
I'm not really sure if it makes a difference, but here's a list of the things I'll really need to be using in it:
apache2
php5
php5-memcache
php5-sqlite
memcached
postgresql
php5-pgsql
phppgadmin
I understand that this is not really the typical kind of questions you find on stackoverflow, but I'm very certain that it may be useful to somebody someday.
Take a look at Vagrant. It will share your current directory with the guest. So you use your native editing tools and your native browser to test things. That way the VM stays small with no GUI.
I recommend Puppy Linux if you're looking for a lighter Linux distribution.
http://puppylinux.org/wikka/MinimumSystemRequirements
http://puppylinux.org/main/Overview%20and%20Getting%20Started.htm

Looking for free Linux OS [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I would want to install a free Linux OS in my laptop. I am not a techie. I am looking for Linux OS which will have inbuilt features for Fn(Function) keys. Please suggest me if you know any particular Linux OS with these features.
This OS have a laptop version. Easy to use, and supports the newest hardwares:
http://www.ubuntu.com/download/desktop
There are so many choices. Ubuntu is the defacto first distro, although I don't really care for it ever since they went to Unity and Gnome 3. I would rather use Mint with Cinnamon.
A good start is to look at something like Linux Watch http://distrowatch.com/ and see what distros sound good to you, then burn the live disk and check it out. If you like it you can then install it.

A linux version of cygwin? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I'm looking for a linux program that is simple and text-based, like cygwin, thats actually linux. I feel to much is missed out by cygwin like nano syntax highlighting and general linux programs. Is there any thing that runs with command prompt, like cygwin, that is a full text-based linux OS.
if you want linux without any gui, simply don't install any gui. the easiest way is to use any 'server oriented' distro, like Ubuntu Server, or CentOS. If you want to do it on Windows, use a virtual machine, like VirtualBox, or try coLinux, which runs the linux kernel as a windows app.
I don't know anything about nano syntax highlighting, but cygwin packages aren't very custom, there's a systems API abstraction layer (cygwin1.dll) that gives you Linux specific APIs. There are discrepancies in cygwin, for example vim by default runs with syntax off and nocompat unset... which sounds a lot like your issue. I've written some very low level programs under cygwin, using pthreads and such and never encountered breakage when compiling on Linux Linux. There are a lot of essentials missing in the default install of cygwin, so I'd suggest going through the package list and seeing what you need. Also don't forget the linuxutils package which includes such essentials as more.

What is the best Linux distribution for Vmware server? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
In terms of Webserver and low package size installation.
To be honest, the best distro for VMWare is the one the admin has the most experience with. With the GUI stuff all disabled I've not found any difference in performance between RedHat, Centos and Ubuntu when running VMWare.
Picking the distro that you can adminster easiest will save you hassle. If you already have a few linux systems using the same flavour makes the admins job a lot easier.
It is not clear to me if you are asking about the distro for the Vmware host, or for the guest operating system that will be your web server.
I generally really like Debian or Debian based distributions. But as far as Vmware is concerned Centos or anything really should work.
If you are looking at setting up many vms on this server you might want to look at using the bare-metal hypervisor product that has been released as a free product. (Vmware ESX)

Resources