Author Topic: New Zaurus user. new to Linux completely...terminal question  (Read 2046 times)

TJRCHKA

  • Newbie
  • *
  • Posts: 36
    • View Profile
    • http://
New Zaurus user. new to Linux completely...terminal question
« on: April 14, 2004, 07:34:27 am »
I have been trying to figure the terminal out, I have OS X. I play with it a little but again don\'t really know what i\'m doing. At least for the Zaurus, does anyone know any basic commands, any settings that are required? Like no spaces or something like web addresses? I\'m doing my best here learning more and more each day, but it would be appreciated if someone could shed some light. I have .tar files, I don\'t know how to untar them, or even if im suppose to untar them. Question is an ipk file like an auto-run installation package?

thanks in advance.

TJ :wink:

tapjpa

  • Guest
New Zaurus user. new to Linux completely...terminal question
« Reply #1 on: April 14, 2004, 07:42:22 am »
I would strongly recommend getting a couple books to get the info your looking for.
A couple of my favorites are \"Linux in a Nutshell\" or \"Running Linux\" both are put out by O\'Reilly.

jabbath

  • Jr. Member
  • **
  • Posts: 86
    • View Profile
    • http://
New Zaurus user. new to Linux completely...terminal question
« Reply #2 on: April 14, 2004, 08:00:33 am »
Hi!
For \"some\" linux information look at tldp.org! There you\'ll find Howtos

For some very basic information:
(Sorry if you\'re not THAT new to linux):
cd   -  go to a directory (.. = parent directory ; . = current directory)
ls - list files (content of directories etc)
mv - move files (mv FILE1 FILE2 = move file1 to file2)
cp - same as mv, but file1 isn\'t deleted
rm - remove file(s)

for most commands you can add the \"--help\" parameter, it shows you the program-help. example: mv --help


grusz, jabbath
Laptop: HP NX9005 Debian GNU/Linux sid
Zaurus:C760 pdaXrom - ASUS WL-110 - 256MB SD

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
New Zaurus user. new to Linux completely...terminal question
« Reply #3 on: April 14, 2004, 09:38:50 am »
My all time favorite linux newbie resource is rute

Not all of it applies directly to the zaurus, but if you read all this and set up a linux machine yourself, then using the Z will be a piece of cake

Stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

Anonymous

  • Guest
New Zaurus user. new to Linux completely...terminal question
« Reply #4 on: April 15, 2004, 02:31:03 am »
thanks everyone for the info going to try it all

TJ