views:

109

answers:

2

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.

A: 

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.

Novikov
As I remember in forums it has something to do with a different regEx and the commands werent reconized??
Will
+1  A: 

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.

Javier