Active Topics

 


Reply
Thread Tools
Posts: 88 | Thanked: 0 times | Joined on Jul 2008
#1
I'm just looking for a better understanding on how to use xterm. it feels alot like dos but it has been so long since i used dos i find myself unable to use a great application like xterm. if there is some info i could read that explains what xterm can do and how to use it efficiently i'd really appreciate the help, thank you.
 
briand's Avatar
Posts: 566 | Thanked: 145 times | Joined on Feb 2008 @ Tallahassee, FL
#2
your question asks a lot more than you might think it does...

as such, I'll recommend you read http://oreilly.com/catalog/9780596009304/index.html then come back with any questions you might have.
__________________
N800 / OS2008
Now running Canola-free (by invitation) since 2215 UTC 21 May 2008.
 

The Following User Says Thank You to briand For This Useful Post:
Posts: 425 | Thanked: 132 times | Joined on Mar 2008 @ California
#3
Also, if you can't find the book in a local library and you don't feel like shelling out $40 for it, try this site someone pointed me to:

http://linuxsurvival.com/index.php
__________________
Promises are like babies. Fun to make, but hard to deliver.

Warning: dates on calendar are closer than they appear.
 

The Following User Says Thank You to josiahg777 For This Useful Post:
ace's Avatar
Posts: 296 | Thanked: 80 times | Joined on Dec 2007
#4
A regular Linux system will use Bash as a shell (a shell being the program that interprets commands entered in a terminal). And many utilities will come from the GNU Project. The 770/N8X0 use the simpler BusyBox instead of those, but much of the Bash and GNU utility documentation still applies. For example, the Linux Documentation Project's Bash Guide for Beginners.
__________________
[SIGPIC][/SIGPIC]
 

The Following 2 Users Say Thank You to ace For This Useful Post:
Posts: 191 | Thanked: 29 times | Joined on Sep 2007 @ Ottawa
#5
Originally Posted by quicksilver524 View Post
I'm just looking for info i could read that explains what xterm can do
This is not tailored to the IT, but still a useful reference:
http://www.math.harvard.edu/computin...xcommands.html

I hope this helps,

Craig...
__________________
N800, Think Outside Kbd, 8GB SDHC Card (OCZ, ext2), and 8GB SD Card (Patriot formatted as VFAT)
Zaurus SL-6000, IR Keyboard, 1GB SD Card
 

The Following User Says Thank You to cvmiller For This Useful Post:
Posts: 88 | Thanked: 0 times | Joined on Jul 2008
#6
what i'm looking to do is basically save space on my main device by putting programs into mmc1 & mmc2, i have attempted to put stuff onto these internal and external cards but i don't fully understand the comands i put into xterm. i follow the inputs needed to accomplish it through xterm but when i read what is typed i see spaces imbetween commands like cd -xzcf /usr/. and i'm not sure why that is. when i attempt to replicate what others suggest it appears to not read the infofrom the commands entered. so all i want to do is run programs that i put into files saved into my internal/external cards and run the programs through xterm.
 
Posts: 88 | Thanked: 0 times | Joined on Jul 2008
#7
is this a function that is difficult? it seems easy to do because the steps don't change much. any advice?
 
Posts: 425 | Thanked: 132 times | Joined on Mar 2008 @ California
#8
What you're referring to is moving programs and their respective data files to your MMC card and then soft-linking them into your /usr/ directory.

This is actually really difficult to do, surprisingly... mostly because your MMCs are probably formatted as FAT and your internal flash is j2ffs. And "ln" won't allow symlinking between differently formatted memory (in my experience, correct me if I'm wrong)

You might instead look into cloning your file system to one of your MMC cards to just give you more room on your normal operating system and then you won't have to mess around with this stuff search this forum for "boot from SD"
__________________
Promises are like babies. Fun to make, but hard to deliver.

Warning: dates on calendar are closer than they appear.
 
Posts: 678 | Thanked: 197 times | Joined on Jul 2007 @ San Jose CA
#9
xterm is a window in a X environment like a window in MS windows XP for example. In that windows you can use many commands with many options to do your tasks; with mistakes you can bring down the machine if you have privileges to do so.

Even we are at this point; machines are still not there yet in order to know exactly what we want; therefore, commands have to be clear. So there come those spaces between commands and their options.

Actually you can save space by moving lot of functions to mmc1 or mmc2. But are you prepared to what would happen if you forget and take out the mmc1 while the IT is using it ? Do you know how to fix after that?

That's why you should read more about how to clone the SD that is a way to move the whole thing out from flash to the mmc.

Try to use the search function and you will learn more.
 
ace's Avatar
Posts: 296 | Thanked: 80 times | Joined on Dec 2007
#10
Originally Posted by josiahg777 View Post
And "ln" won't allow symlinking between differently formatted memory (in my experience, correct me if I'm wrong)
Symlinks (or soft links, created by "ln -s") can point anywhere from a Linux filesystem. So, there should be no problem moving large files from a Linux filesystem to a FAT filesystem, and replacing them with symlinks.

Hard links (created by "ln") cannot span filesystems at all, even if they're the same type.
__________________
[SIGPIC][/SIGPIC]
 

The Following User Says Thank You to ace For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 12:22.