[EUG-LUG:331] Re: Running Linux programs on Windoze?

2001-03-06 Thread Bob Crandell
What do you know about Plex86? Is it any better than Wine? "Patrick R. Wade" [EMAIL PROTECTED] 3/5/2001 8:28:09 PM On Mon, Mar 05, 2001 at 05:12:12PM -0800, Ralph Zeller wrote: Here's an interesting project, for those of us still at lease partly stuck in the windoze world:

[EUG-LUG:332] Re: Running Linux programs on Windoze?

2001-03-06 Thread Justin Bengtson
well, i can't get it to run... supposedly it runs off of a disk image of the "other" OS, allowing you to run applications natively instead of through emulation. -Original Message- From: Bob Crandell [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, March 06, 2001 8:07 AM To: [EMAIL

[EUG-LUG:333] Re: Running Linux programs on Windoze?

2001-03-06 Thread Cory Petkovsek
Wine emulates windows code. Plex86 virtualizes windows. The difference: instead of emulating each instruction, plex86 lets the windows program run natively, and interceps windows type calls. Supposedly it runs much faster, and is much easier and more portable to virtualizing other platforms

[EUG-LUG:334] apache/apache-ssl

2001-03-06 Thread Cory Petkovsek
I have apache up and running, but I wan't both http and https available. There are two debian packages: apache and apache-ssl. One is configured for port 80 and the other for 443. I have both installed and running. Is this necessary though? Can I have one daemon handle both? Thanks,

[EUG-LUG:335] Re: apache/apache-ssl

2001-03-06 Thread Ralph Zeller
Cory, It works on Mandrake. Here's my httpd.conf file. I don't think I even had to edit it, this was a pretty-much default install. Ralph At 10:39 AM 3/6/2001 -0800, Cory Petkovsek [EMAIL PROTECTED] wrote: I have apache up and running, but I wan't both http and https available. There are two

[EUG-LUG:336] IBM rolls out Peace, Love and Linux

2001-03-06 Thread Seth Cohn
http://www-1.ibm.com/servers/eserver/linux/passport.swf Rather impressive.

[EUG-LUG:337] Re: Running Linux programs on Windoze?

2001-03-06 Thread Patrick R. Wade
On Tue, Mar 06, 2001 at 09:48:57AM -0800, Cory Petkovsek wrote: Wine emulates windows code. Plex86 virtualizes windows. The difference: instead of emulating each instruction, plex86 lets the windows program run natively, and interceps windows type calls. Supposedly it runs much faster, and is

[EUG-LUG:338] Re: Running Linux programs on Windoze?

2001-03-06 Thread James S. Kaplan
At the risk of sounding like a heretic Why not just run the Linux apps where they belong and use a nice win32 terminal (like QVT) to watch over things or better yet, use VNC. Typically, I telnet over to the Linux box with QVT and get things going, set permissions, etc.. Then I start

[EUG-LUG:341] apache php3 mysql

2001-03-06 Thread Darrin Lajoie
My mistake on Saturday's post, simple commands in php are working. The mysql commands are not. Review: Debian potato(stable), stable versions of apache, mysql-server ( client), php3, php3-mysql, libmysqlclient6, php3-cgi-mysql, and all the other dependencies for the above. The message on the

[EUG-LUG:343] Re: Running Linux programs on Windoze?

2001-03-06 Thread Bob Crandell
VNC is single user and we have a few users that access the server. There isn't a GUI running on the box itself. We were so happy with X-WinPro that we actually paid for it. The new version is WinaXe 6.0. You can get it at www.labf.com "Patrick R. Wade" [EMAIL PROTECTED] 3/6/2001 11:58:01 AM

[EUG-LUG:345] Re: apache/apache-ssl

2001-03-06 Thread Michael Smith
Naw... there's an apache ssl module that will do nicely... just find it and install it... that way, it loads the module when it needs it... then, just tweak your virtual hosts in httpd.conf to do it all. Cory Petkovsek wrote: I have apache up and running, but I wan't both http and https

[EUG-LUG:350] Re: IBM rolls out Peace, Love and Linux

2001-03-06 Thread Jim Darrough
At 02:33 PM 3/6/2001 -0500, you wrote: http://www-1.ibm.com/servers/eserver/linux/passport.swf Rather impressive. That, my dear Watson, is elementary! Regards, Jim

[EUG-LUG:349] Recipe for a Linux 802.11b Home Network

2001-03-06 Thread Rob Hudson
I stumbled across this and remembered the thread here a while back about setting up wireless stuff. Here's a recipe on how to do it with Linux... http://www.oreillynet.com/pub/a/wireless/2001/03/06/recipe.html

[EUG-LUG:347] Re: What do you think of PHP?

2001-03-06 Thread Scott Chapman
I would have a good look at embperl (http://perl.apache.org/embperl/index.html). It is a great tool that enables you to embed perl right in your HTML, very much like PHP plus you get the big advantage of all that Perl CPAN available, etc. It's very actively developed and supported. I've used

[EUG-LUG:346] Re: apache/apache-ssl

2001-03-06 Thread Cory Petkovsek
Yeah, I got it. I did it the other way, started with apache-ssl, then made a virtual host on port 80 with ssl disabled. Thanks! Cory On Tue, Mar 06, 2001 at 03:20:53PM -0800, Michael Smith wrote: Naw... there's an apache ssl module that will do nicely... just find it and install it... that