LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 11-22-2004, 02:21 AM   #1
Gag Halfrunt
LQ Newbie
 
Registered: Nov 2004
Distribution: Mandrake/Knoppix
Posts: 24

Rep: Reputation: 15
Where do I start?


I'm a long-time Windows user who's about to convert with Linux. I've got a few hours per day to play with Knoppix, and in a few weeks I'm installing Mandrake.

The library here only has a single Linux book ('Programming Linux'). Where do I start? I've got plenty of time to learn.
 
Old 11-22-2004, 02:34 AM   #2
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
given that you're already running knoppix, i'd say you've already started -- what's the question?
 
Old 11-22-2004, 02:45 AM   #3
Gag Halfrunt
LQ Newbie
 
Registered: Nov 2004
Distribution: Mandrake/Knoppix
Posts: 24

Original Poster
Rep: Reputation: 15
Sorry, I worded it poorly. I need to find a decent online extensive-training guide, to show me the basics and some of the more advanced areas of Linux use (logging in to a computer in text mode remotely, etc).
 
Old 11-22-2004, 02:51 AM   #4
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
the best way to learn is to install linux...
jump in at the deep end

as you come accross questions and problems, come here, and poeple will help you out.

2 years ago i installed redhat linux 9 without having read a single linux article, at first i was asking many simple questions here and getting great answers... and after a few months, i was compiling kernels, prelinking libraries, and building my own linux distro based around the Linux From Scratch book.
 
Old 11-22-2004, 02:57 AM   #5
Gag Halfrunt
LQ Newbie
 
Registered: Nov 2004
Distribution: Mandrake/Knoppix
Posts: 24

Original Poster
Rep: Reputation: 15
Sounds fair enough, I'll try it. Just one crucial question, though: how do I install programs?

My current impression is this: there are specialised packages like RPM for Red Hat, that function like setup.exe in Windows, universal binaries, and source code to compile. I've done a little searching, and I've found no information on "universal binaries". What is the extension for these? Do they actually exist, or have I made a small misreading that's distorted everything I know about it?

Thanks for the help, though.
 
Old 11-22-2004, 06:46 AM   #6
reflection666
LQ Newbie
 
Registered: Nov 2004
Location: Athens, GR
Distribution: Mandrake 10.1, Ubuntu Hoary, Debian woody
Posts: 26

Rep: Reputation: 15
Quote:
Originally posted by qwijibow
the best way to learn is to install linux...
jump in at the deep end

as you come accross questions and problems, come here, and poeple will help you out.

2 years ago i installed redhat linux 9 without having read a single linux article, at first i was asking many simple questions here and getting great answers... and after a few months, i was compiling kernels, prelinking libraries, and building my own linux distro based around the Linux From Scratch book.
Thats the way indeed. I was a *hardcore* windows user and one year ago i found my windows too OSX looking, running all kinds of shells and procs to act like linux (i worked with cygwin emulation) and still had to use a bunch of cracked apps (with no respect to programmers). When I started scripting with perl and had to work with unix like enviroments i decided to throw windows away.

I decided 3 months, wipped out windows (xept my NTFS 200G HD ) and now I have an almost 'nice' mandrake 10.1 with minnor problems... running better and faster than any windows version.


PS----> RPMS: are packages that allow easy installation (compiling is not so fool proof). All rpm supporting dostros have command line rpm installation and a supporting GUI setup... It's easy.

I wish more and more ppl migrate to linux, respect commercial programmers work so they wouldn't have to BUY later probably not-so-easy-to-crack windows...


CHEERS!
 
Old 11-22-2004, 08:44 AM   #7
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
There are many many many different ways to install programs..
but dont worry, any linux porgram can be installed on any linux distro.

the first, and most basic is to compile it yourself.. this generally works like so..
Code:
//extract the source code and cd into it
tar -xjf sourcecode.tar.gz
cd sourcecode/
//configure the program
./configure (with options if you choose)
//compile the program
make
//install the program
make install
anouther way is the binary package, like RPM, or DEB or slackware packages. the advantage of binary packages is.. 1) dependency's are automatically calculated, and you are instructed to install missing dependency's if they exist. 2) compiling large programs like firefox web browser can take hours, but only seconds on a pre-compiled binary package

binary packages are installed with installers that come with your distro.

and then there's the Gentoo method.
i believe gentoo is the most advanced linux distro, if you want ot install somthing.. almost ANY linux program (ive not found asingle program that cannot be installed the gentoo way)

Code:
emerge program
where program is the name of the program you want to install... it can be quake, unreal tournament2004, OpenOffice, KDE, ANYTHING.

and gentoo will automatically download the program, and all its dependency's, ocmile, and install them... but the down side is there are very few pre-compiled binary's, everything is compiled,,, which produces a lightning fast distro' but quuite hard to install to start with... Gentoo does not have an install CD like almost every other distro.
 
  


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
when i try to start samba pdc's smb service nmbd failed to start . sandeepchau123 Linux - Newbie 2 10-20-2007 01:59 PM
disable cold start and warm start snmp traps chkisco Linux - Newbie 0 10-28-2005 02:58 AM
fc2-gnome : Applications dont start / very slow to start nox104 Linux - Software 0 08-18-2004 08:53 PM
Can I gett KPPP to start when I start a browser on a network machine? duffboygrim Linux - Networking 0 03-25-2004 04:49 PM
cannot start kdeas user ,can start icewm,fluxbox jackren Debian 1 02-29-2004 11:06 PM

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

All times are GMT -5. The time now is 07:01 AM.

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