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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I recently got a copy of Architectural desktop... the 1st containsn a .bin file and .cue file
i used "chmod" to make the .bin file excutable, then i use ./*.bin to get the file working... but i got an answer (cannot excute bin file)
how can i get it to work ...
Another thing.....
I downloaded the Wacom (graphier) driver.. I read the "ReadMe" file to follow the instructions, then started with (./configure) and the answer came back like this.....
Code:
[root@localhost linuxwacom-0.6.6]# ./configure
checking for a BSD-compatible install...
/usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets
$(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles...
no
checking for gcc...
no
checking for cc...
no
checking for cc...
no
checking for cl...
no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
And finaly one general question.... since i'm a newbie from windows and totaly fed up with it....
Does any thing really work on Linux ?? cause so far nothing has been working and all i come up is error, errors, and then more errors..
thank u for your time, and replyes, i'm waiting for ur help
Hi and welcome to LQ Firstly, you seem not to have a compiler installed on your system, you need one of those to install almost anything. Which distribution of Linux are you using? That will help us to help you.
And yes, things do work on Linux, they just take a little more thought than in Windows.
For your second question, configure tells you the answer: you need a C compiler, like gcc. Install it the way you prefer (I don't know which distro you use, so I can't be specific).
Suposse for the sake of the argument that things didn't work on GNU/Linux. Would it be able to attract ~30M users? Would Mandriva/SuSE/RH still be in business? Would this forum even exist?
Yes, GNU/Linux works. However, you have to work with it (in the sense of not working against it). Don't assume that GNU/Linux and windows works alike.
My Linux distro.... I totaly forgot to mention that, I'm very sorry,
I'm using RedHat 9....
Thank you "XavierP" for your help, I'll try the compiler thing, I read a couple of names in tutorials that I found here on LQ. I'll give it a shot,
Thank you "jonaskoelker" for your support and help, Getting to think about linux, I belive it's a very helpful and mighty OS for those who know how to really use it, but as a Newbie, I can tell u that it's a bit hard to start, I've been doing so many readings about it and don't have any troubles reading more and more, but it's still a bit hard to me to start.
Anyways, I'll follow your instructions and let u know if anything new comes up.
Once again I'm very thankful for your help, ur time, and ur support
AFAIK, RH 9 isn't brand spanking new anymore--you may want to consider upgrading to Fedora Core {3, 4}. I don't know enough about RHs distros, though.
If you go to `My LQ' -> `Edit profile', there's a field called `Distro'. Entering your distro there will save you from typing it in again and again (or forgetting it).
ashraf clearly said he got a cue wtih it also...the bin file is a cd image,not an excecutable
try mounting the cue file(or bin file) as a cd image and find the installer in that
hello "Heema" (fellow egyptian ) hello "nukeu666" thank u for the reply..
I finaly installed gcc... took me a while to figure how to get it done, but I did it at the end.
then I tried installing the Wacom driver, but got another error..but it's ok.. i think I have to recopile my Kernel, so i got some tutorials about that, and I'll try working on it.
As for mounting the bin file as a CD Image, I totaly failed to do that.
I tried mountinig it by using
Code:
$ mkdir file
$ mount foo.bin /mnt/file
it said that this file is not a block device and cannot be mounted...
I hope u would help me with mounting images, and wish me luck with compiling kernel for the 1st time in my life.
One last thing..
On this forum i've had so many wonderful answers for my questions.. we'll i've been doing those newbie books and they talked about nothing related to the troubles i faced or the answeres i recived... I'm working on the adminstration guide these days, but so far it is still not much help... so how did u guyz learn all that... ?? is there a good way , fast way,or good reding that any of you would recomend ??
once again , i'm very thankful for your help , support and your time.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.