|
|
|||||||
| About Us | Register | FAQ | Members List | Calendar | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Registered User
![]() Join Date: Jun 2002
Posts: 90
|
Finally got Mandrake Linux, now i need to learn the Basics
Yo,
I just got Mandrake Linux 8.1 installed on my new pc, but I wanted to know before hand, how do I start the process of installing, untar'ing and such with it? In other words, where can I learn the basics for newbie linux?
__________________
Compaq Presario PC Intel Celeron Processor 1.3Ghz 256MB SyncDRAM 40 GB Maxtor HD Windows XP Home Edition - Service Pack 1 BTG DVD+/- R/RW Burner e-vga.com GeForce4 MX 440 |
|
|
|
|
|
#2 (permalink) |
|
Registered User
![]() ![]() Join Date: May 2001
Location: Colombia, Medellin
Posts: 102
|
For all your Linux Needs go to forums.high-on-linux.net, there you can have all the help you need.
Im not used to mandrake so i cant help you, with installing precompiled programs, but to untar and compile from source you do: tar -xvzf file.tar.gz then do cd file_dir ./configure && make && make install HTH |
|
|
|
|
|
#3 (permalink) |
|
Registered User
![]() ![]() ![]() ![]() ![]() Join Date: May 2001
Location: Hungary
Posts: 2,184
|
i recommend http://www.linuxdoc.org (more specifically, the "From DOS/Windows to Linux HOWTO" @ http://www.tldp.org/HOWTO/DOS-Win-to-Linux-HOWTO.html)
nyaa |
|
|
|
|
|
#4 (permalink) |
|
Insane Linux Advocate
![]() ![]() ![]() Join Date: May 2001
Location: USA
Posts: 271
|
Yeah, reading lots of Linux beginner sites are good, there's a lot to learn but it is well worth the effort, if for no other reason than to escape Microsoft's evil grip
![]() Anyway, most programs for Mandrake come as RPM files, which are precompiled binaries in a convenient one-file package. Mandrake should let you install them from a GUI file manager (like Konqueror in KDE, not sure what Gnome uses) by just clicking the file and entering your root password. I always do it the commandline way though, as root -- rpm -ivh packagename.rpm or to upgrade an existing program rpm -Uvh packagename.rpm Untar/gz as Gaenya says above, but note you usually have to be root (use the "su" command to change to root) for 'make install' to work.
__________________
TITLE GOES HERE. // The Linux Blog Of Stuff Warning: my posts may be filled with sarcasm and/or lies. Proceed with caution. oldskool pc win: 1.5GHz P4/384MB/GeForce FX 5200 running GNU/Linux. |
|
|
|
|
|
#5 (permalink) |
|
Maverick Hunter
![]() ![]() ![]() ![]() Join Date: Jan 2002
Location: Hunter HQ
Posts: 506
|
Here are two guides you may want to start with:
http://www.linuxdot.org/nlm/ http://rute.sourceforge.net/ Of course check out the Linux Documentation Project and various Linux sites: http://www.tldp.org/ http://www.linuxdailynews.net/ Forum: http://www.linuxnewbie.org/ |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|