Re: Linux MAndrake 8.2 Aid
Quote:
Originally posted here by pierreke77
what should be the first things to set up or to install , what are the handy proggies you guys use....
This is a list of things I grab when setting up a linux box.
Well those are the major ones. I know i'm leaving out hundreds more, but i'm sure everyone else will remember them.
Quote:
also some practical information about those nast .tar files is welcome ( i know i could found info in other communities or google but thats to hard for a noob like me :-) )
A .tar file is like (by not the same as) a zip file. It archives many files into a single file for transport over the net. Usually when you download something, it will go into your home directory. so open a command box...
type: cd [ENTER] and you will be in your home directory. then type:
tar -xvf tarfilename.tar [ENTER]
this will create a new directory in your /home with the extracted files. To find out more about tar, type "man tar" at the command line.
Quote:
then another thing , i always learned its impossible to vieuw a ntfs - partition ( my WinXP) from linux not even with a mount thingie or something like that ,
wel anyway , if somebody knows a way to do so , without earasing data from my current partitions , fire youre suggestions away :-)
The NTFS file system is actually supported in linux, but you have to have a special program to view it. I havn't had the need to do this (yet) and suggest you wait til somone else posts on it. If ya have any more questions, feel free to ask.
xmaddness
PS: man will be your best friend. If you ever need to find out how a command works at the line, type man command. Try man man to start :)