Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi,Im new to the whole Linux thing...And i have a couple questions regarding Linux...
1.)Im thinking about installing XUbuntu Linux but i need a live CD version,is there one available on the site?I looked and couldnt find one.Sorry if there is.
2.)My computer uses a USB port for its DSL connection service.Will XUbuntu work with this?
3.)Is XUbuntu available in English?I looked at the download section but the closest i saw was Europe...I need English!
Id really appreciate any help and i promise i wont ask such stupid questions again!
All download sites serve the same ISO, which defaults to English. Also, the ISO is a LiveCD with an install option. I don't know which USB modems it supports, but give it a try and if it doesn't work, we'll be sure to be here to help you get it working.
Compilation is the process of translating source code to the machine code that a machine can run. This machine code is also sometimes called object code.
OK I have Xubuntu running and everythings fine,Its detecting the USB modem (the USB light on my modem is lit) but whenever i open firefox and go to a site it says it cant connect.
Well it's pretty much the same as in Windows. You need to go into network connections and setup your DSL user name and password on your detected usb network interface.
Usually it follows this procedure, considering you have gnu make installed:
1.Unzip the source code
2.Change to that directory
3a.(if there is a configure script) execute ./configure (generates make file)
3. execute make (will show lots of stuff on the screen, can be ignored)
4. execute su (makes you root)
5. execute make install (installs from source code)
6. (optional) execute make clean (deletes source code you compiled, saves space in the long run)
Hope it helps, it took me a while to figure out when I was just starting.
many many linux programs come in pakage form (much much easier for newBs than compiling form source) when you download one it may give several options.
choose the colsest one to your distro Xubuntu then ubuntu then debian if taht is all that is avalable...
most pakages with a .deb extention will work on ubuntu
Does your machine have a network card? This page says that that modem has an Ethernet port, so if you do have a network card you'll likely have less problems connecting via Ethernet than USB.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.