Virtual Linux Desktop (Gentoo/XFCE) on Windows with CoLinux

Developed or developing a new product in PureBasic? Tell the world about it.
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

That works.
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

It's amazing how much work and fuss people will go through to avoid spending $100 :-)

If anyone is interested - VMWare is well worth the $100-$180 to get a full working copy.
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

You assume incorrectly my friend. I did not go to this much trouble to save $100 (which I challenge you to find a legal copy of VMware for that price). Normally VMware sells for $179 per workstation. Additionally, I use coLinux on no less than 5 PCs both at work and at home – and that is a little too much to pay making it well worth ‘the work and fuss’. I only posted it here because I assumed other people could use it and benefit from it as well.

I explored working with coLinux because of a post in the Linux section for the forum: viewtopic.php?t=12145 Also, and more to the point, this is a complete distribution of Linux, ready to edit and compile PureBasic applications. You will not get that with VMware without some sweat equity.

I have posted in this thread that if you want a complete virtual environment, then purchase VMware or VirtualPC, however, this combination of coLinux and Gentoo I have put together will allow Windows users to get a feel for using Linux and PureBasic without the need to purchase a VM, install, tweak, etc…
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

So Beach, have you got a solution for the reason I wasnt able to compile anything using SCite, or whatever it's called.
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

Shannara wrote:So Beach, have you got a solution for the reason I wasnt able to compile anything using SCite, or whatever it's called.
I use F5 to compile. If you have not saved the file yet then you are prompted to do so. Just make sure you save the file in your home directory. SciTE will open a debug window and show you PB's compiler output. This is good for debugging. You can close this window by pressing F8.

We really need a good editor for Linux. SciTE is better than nothing but it pales in comparison to the PureBasic editor (or jaPBe).
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Beach wrote:You assume incorrectly my friend. I did not go to this much trouble to save $100 (which I challenge you to find a legal copy of VMware for that price).
Check your local auction site. In about 5 seconds I found several copies on eBay for ~$100.. That, academic versions, educational versions, etc.

Use what you want - I just thought I'd toss my $0.02 in as well :-)
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

Auction sites are not the first place I go when I am looking for software. While I have had good luck buying from eBay, I have also had very bad experiences as well.

Don't read me wrong, I value constructive criticism, but to me your post seemed only to suggest an alternative (which only addressed a portion of what I am doing with this solution).
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Do you happen to have a step-by-step on how to map a winxp drive to this distro of linux? I cant get the script to map the drives, so i end up using a temp internet site to transfer files between oses.

This would rule though :) Cant wait till PB OSX is final for some major cross-platform deving.
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

Here is the command I issue to connect to my XP system (which is the host for the virtual session):

Code: Select all

mount -t smbfs -o username=beach,ip=192.168.1.188,uid=1000 //stimpy/data /mnt/windows
The 'uid' part is specific for this distro as it refers to the user 'pbuser'. Now you should have read write access to the share as the normal user.

BTW: I have moved to a bigger server and can now host the archive myself. I also linked to Freak's server as well since the server I am on is in the US (hope you still do not mind Freak :D)

http://www.penguinbyte.com/software/colinux/
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

Where is the latest version of the CoLinux with purebasic? I am asking this because the version on www.penguinbyte.com/software/colinux is 294MB while the version on ShannaraCorp is 256MB????
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

Please use the version listed on my site. I have posted a MD5 hash for comparison. I think Shannara had trouble with the ".rar" extension on his IIS server and he re-compressed the file so it would have a ".zip" extension. I can not imagine it would compress that much thought. I guess it is possible.

There have not been any updates, I had half wondered if there was any interest. I thought about redoing the image completly using a slim version of Gnome instead of XFCE and also upgrading the kernel to version 2.6. XFCE is nice and lite but I think people would prefer Gnome if it only taxed their download 50 more meg or so.

Let me know if you have trouble, the biggest challenge seems to be setting up the network bridge.
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

Beach wrote:There have not been any updates, I had half wondered if there was any interest.
For my part I can say that I like what you did.

I've started to do the same with Debian.
Since I had to apt-get a lot of things like Samba, DHCP etc. I know how much work you put into to deliver a click&go package.

And I'm still not done yet.
Have to setup all this added stuff and apt-get X and so forth.

Because I'm not that proficient in doing that it takes me a lot of time.

Do you have by any chance a list of things that need to be installed and setup on a naked coLinux image :?:

Keep up the good work :wink:
DeeCee
User
User
Posts: 34
Joined: Wed Dec 31, 2003 11:14 pm

Post by DeeCee »

As a (almost full time) Linux user, this is by far one of the most interesting and useful projects I've seen in quite a while!
the biggest challenge seems to be setting up the network bridge.
I'm using a wireless connection so I've been unable to get the network bridge working.... still though, I'm very excited about your project.


Good stuff. :)
-DeeCee-
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

vmware: full version (previous version, actually) for 79 bucks, is nicely sitting on my desk and running on my comp, got it on a computer discount fair, where some shop was unloading their old software
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
DeeCee
User
User
Posts: 34
Joined: Wed Dec 31, 2003 11:14 pm

Post by DeeCee »

blueznl wrote:vmware: full version (previous version, actually) for 79 bucks, is nicely sitting on my desk and running on my comp, got it on a computer discount fair, where some shop was unloading their old software
I purchased what might be one of the very last VMware Express registrations before they discontinued it.. works very well running Win '98 in a Linux window.

In fact, '98 probably runs better on linux than as a native o/s. :wink: :lol:
Post Reply