LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-24-2005, 08:05 AM   #1
mrobertson
Member
 
Registered: May 2005
Posts: 275

Rep: Reputation: 30
best live cd version of linux


I am currently brand new to linux and need to download a live cd version of linux. I am working on a project where I need to to code a server in linux that will communicate with a vb6 client. I have the vb6 client set up with winsock and am hoping that linux will support winsock as well. What is the best linux live cd distro for this case? Will linux be able to support winsock and if not how will I get the server in linux to communicate with the client in vb6? Does the coding simply go into a text editor and then made executable? What is the easiest text editor to use for this type of coding being that I am new to linux?
 
Old 05-24-2005, 09:50 AM   #2
trevelluk
Member
 
Registered: Nov 2003
Location: Bristol, UK
Distribution: Debian Lenny, Gentoo (at work)
Posts: 388

Rep: Reputation: 32
First off, WinSock (as the name suggests) is a Windows only socket API. You can use the standard Linux socket APIs to communicate with a WinSock program though. There's an excellent tutorial on using sockets in C here .

To get C code running, you'll need to edit the code in a text editor of some kind. Emacs or vim are very popular, but something like Kate is much more newbie friendly. Then you'll need to run gcc -o program-name source-file-name to compile, then ./program-name to run.

If using C scares you then you do have other options. I think you can use all the same functions in C++, or alternatively you could use Java. If you're after a more VB like environment, you could try Gambas, although I don't know what sort of socket support it has.

I think that any Live CD should have the necessary tools.

If you need any more advice (or I've left you even more confused ) then keep on posting! Hopefully I've been some help though.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Burn DVD with a Live Linux version? JesterDev Linux - Distributions 1 09-21-2005 03:56 AM
How would I make my own version of a LIVE CD type of linux ullatec2003 Linux - General 3 11-01-2004 01:11 AM
Is there a similar version to SUSE live but has development tools like RedHat 9 Roitoy Linux - General 0 08-12-2004 10:29 AM
Is the suse live eval a full version? silverbullet Linux - Newbie 3 02-04-2004 08:25 PM
Sound Blaster Live! (Dell Version) and HauppaugeTV Tuner hyperriven Linux - Hardware 0 10-09-2003 01:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration