Windows by necessity: making MS-Windows more like GNU/Linux
- 2007-04-23
-
Write a full post in response to this!
MS-Windows can be a good operating system.
Okay, that’s probably overstating it. There is a nugget of good code in there, somewhere, the bit that Dave Cutler originally designed back around 1989. There’s been so much cruft added on, MS-Windows seems more like a large tank designed by committee; powered by a very fast, very solid, very small sports car engine; and painted a very soothing shade of blue. It’s not really pretty, and it’s not really fun, but it does move, mostly.
But, if you must use MS-Windows, there is a way to make it a tolerable operating system. Just make it more like GNU/Linux.
Unfortunately, I must use MS-Windows at work. Coding PostgreSQL applications on GNU/Linux takes up most of my work responsibilities, but occasionally, I have to code C# clients on MS-Windows. I feel a little dirty every time I do. It’s not even that I despise Microsoft for its dirty tricks and outright lying. I just hate using a system I can’t control.
I’m a control freak. Big deal.
After I install most of TheOpenCD, I go straight to Cygwin, and download the installer. Yes, I install everything. That way, I have the X Window system, and rxvt, and a whole slew of other things I need, right there in MS-Windows.
Cygwin is a set of portability libraries, and a collection of essential and not-so-essential applications and support libraries. Basically, it provides a GNU environment on MS-Windows, similar to the GNU environment on most Linux distributions. Mostly, I use the standard GNU utilities, like bash and find and grep and secure shell and the like. You know, the standard, necessary utilities any command-line freak requires.
The X Window system implementation is good enough to run applications on other machines, and display to the local MS-Windows machine. I wouldn’t call it snappy, but it’s sufficient for day-to-day use. I especially enjoy launching EMACS on a remote machine, and displaying it locally. It’s freeing, really, knowing MS-Windows can do some of the things I take for granted, like real network transparency in my GUI. You just have to give it a free software helping hand.
Cygwin. The ease-of-use of command-line GNU/Linux, with the stability and security of MS-Windows. How can you resist?
Write a full post in response to this!
Similar articles
Do you like this post?
Vote for it!
Copyright information
This entry is (C) Copyright by its author, 2004-2008. Unless a different license is specified in the entry's body, the following license applies: "Verbatim copying and distribution of this entire article is permitted in any medium without royalty provided this notice is preserved and appropriate attribution information (author, original site, original URL) is included".
Biography
Anthony Taylor: Tony Taylor was born, causing his mother great discomfort, and has lived his life ever since. He expects to die some day. Until that day, he hopes to continue writing, and living out his childhood dream of being a geek.
- Anthony Taylor's posts
- Login or register to post comments
- 3622 reads
- Printer friendly version (unavailable!)




Best voted contents
-
Free software heroes: from Stallman to Google, a list of inspiring individuals who made everything possible
Tony Mobily, 2008-06-15 -
Ian Lynch's take on the BECTA fiasco
Tony Mobily, 2008-06-17 -
The Groklaw effect hits Becta. And yes, I am coining a new term
Tony Mobily, 2008-06-15 -
Mail merge in OpenOffice.org
Michael Crider, 2008-06-17
Similar entries
Buzz authors
All news
Other sites
- The Top 10 Everything (Dave). The good, the bad and the ugly.
- Free Software news (Dave & Bridget). All about free software -- free as in freedom!
- Book Reviews: Illiterarty (Bridget). Book reviews, blogs, and short stories.
Hot topics - last 60 days
-
A future without Microsoft
Tony Mobily, 2008-06-08 -
Vienna failed to migrate to GNU/Linux: why?
Tony Mobily, 2008-06-09 -
Free software heroes: from Stallman to Google, a list of inspiring individuals who made everything possible
Tony Mobily, 2008-06-15 -
Dubious ads in Free Software Magazine
Tony Mobily, 2008-05-25 -
The Bizarre Cathedral - 6
Ryan Cartwright, 2008-05-25
Hot topics - last 21 days
-
Free software heroes: from Stallman to Google, a list of inspiring individuals who made everything possible
Tony Mobily, 2008-06-15 -
The Groklaw effect hits Becta. And yes, I am coining a new term
Tony Mobily, 2008-06-15 -
Is Asus backsliding on GNU/Linux?
Gary Richmond, 2008-06-19 -
Ian Lynch's take on the BECTA fiasco
Tony Mobily, 2008-06-17
Dedicated server
i loath cygwin
Submitted by undefined on Wed, 2007-04-25 02:05.
Vote!as they say, "when in rome, do as the romans."
go native!
cygwin is a (pardon the language, but the literal meaning of the word is very apt) bastard of windows & linux.
i used cygwin from 2001-2004 (so my specific criticisms might be dated). i never developed against it (except to compile a few apps, like tree and perl-tk, that were missing from the distribution), but merely used the environment. it was installed on my desktop because a software development tool ("ported" from unix to windows) required it and i use linux exclusively at home, so i used it.
cygwin can refer to the cygwin dll, which provides a set of linux-like apis, or the linux-like environment, which provides a gnu/unix environment (bash, gcc, x-windows, and even kde at one time). my comments are about the environment as i only compiled a few small foss apps against the dll.
having used bash, cmd is pathetic enough to drive anybody to cygwin if only for an interactive shell and scripting, but in the end i settled on the "native" cross-platform ipython (and helps sharpen the python skills).
cygwin provides a nearly perfect build environment for linux/gnu applications (99% successful "./configure && make && make install"), but from my experience the trade off is in performance and seamlessness (mixing command-line apps in cmd or integrating x-windows apps into desktop). native is more difficult to achieve, but i believe it's also more rewarding.
some "native" cross-platform recommendations:
the most frustrating thing about going native is finding foss apps that build on windows with visual studio (which some would argue is more "native" to windows, but is definitely not foss, no matter how pragmatically tempting the "free-beer" visual c++ express looks) but have poor or no support for mingw (unmaintained/missing makefiles).
Although I agree with the
Submitted by mykeyspace on Wed, 2007-04-25 10:47.
Vote!Although I agree with the above user (undefined) that cygwin is less then ideal, sometimes it helps to have some familiar app's around.
Check out the cygwin ports project. I found it really helpful, since i could run an xfce environment on my universities windows computer (now i discovered where they keep their slackware pc's). And it has some app's that might be useful.