here's more
To install from Source files! (first this is read the "readme file & install file, some programs don't install the standard way, esp. progs. written in Perl etc.)
Source files come in .tar / .gz / .tar.gz and other file types (these are the main ones)
They can be opened by winrar in winblows btw!
.tar -> this is not a compression type, it only keeps the folder structure
.gz is like .zip etc.
To install from source you need to extract the files, you can do it using a program which has a nice GUI in the desktop or via the command line
If you extracting via the command line
type
tar zxf program-name.tar.gz
To compile & install!
i presume you know basic DOS?
CD to the directory
Type "
./configure" --> press enter (configures the compiler settings)
Type "
make -> press enter (compiles the program)
login as root = type "su" and enter the root password
Type "
make install -> press enter (installs the program)
Command Line
Linux BASH command line
http://www.ss64.com/bash/
ALOT of Linux commands
http://www.linuxdevcenter.com/linux/cmd/
http://www.pixelbeat.org/cmdline.html -> Thanks
pointreyes
-
http://physics.usask.ca/~angie/ep414/li ... k_ref.html
http://www.linuxcommand.org/
Linux support a number of concurrent logins from the same pc.
Each login uses a "terminal screen"
Press "CTRL+ALT+F1" through to F6 for command prompts
Press "CTRL+ALT+F7" for the desktop - F8 through to F12 are for seperate desktop logins.
Linux also support a number of "run levels"
as root in shell/command prompt type:
"init S" -> single user with no networking, command prompt only
"init 1" -> multi user with no networking, command prompt only
"init 3" -> multi user with networking, command prompt only
"init 5" -> multi user and X (desktop)
"init 6" -> reboot pc
"init 0" -> shutdown the pc
init 2&4 are reserved and unused @ the moment
When you are in a command prompt only situation, you can get back to the desktop a number of ways.
Fist try "CTRL+ALT+F7" => If you have a black screen the the X server hasn't started.
@ the command prompt type
"init 5" -> you must be root to use the "init" command
or type "startx"
again as root
or type "gdm" (GNOME desktop manager) IF you use GNOME
or type "kdm" (KDE desktop manager) IF you use KDE
If this doesn't work and you've rebooted and still can't get into the desktop, then there could be a prob with your XOrg.config file or drivers
(each distro has it's own way to fix this so I can't include details here sorry)
File Stucture
http://www.comptechdoc.org/os/linux/com ... ilest.html
I'm going to keep updating my posts as we go, eventually when we have enough info added, we can clean up the layout!.....contibutions from other members is more than welcome......this thread will take time to build!