Notices


Reply
Thread Tools
Posts: 66 | Thanked: 3 times | Joined on Jun 2009
#1
The name pretty much sums it up. I have no clue what x terminal is. Can someone help me out?
 
jalladin's Avatar
Posts: 283 | Thanked: 31 times | Joined on Jun 2009 @ US Air Force
#2
its in your utilities, and is the way you enter commands, in the command line if your familiar with that sort of thing
__________________
Search "may help find answers"
N900 FAQ (wiki)
Google Wave User
 
Posts: 122 | Thanked: 84 times | Joined on Mar 2009
#3
If you prefer the windows approximation, it's like the "command prompt" (pretty similar, at least).
 

The Following User Says Thank You to elimoon8 For This Useful Post:
Posts: 540 | Thanked: 387 times | Joined on May 2009
#4
I don't think that's a very thorough answer to the OP's question.

You are just going to have to search for articles on learning to use Command Line Interface. If you've ever used DOS or MS Command Prompt then it's something like that.

Many articles such as this exist: http://www.downloadsquad.com/2008/01...-the-terminal/

Linux has an emphasis on CLI, you can do almost anything from the command line and most things are more efficient from terminal than a graphical approach.

You may want to play around with a Linux Live CD on a desktop/laptop as xterm uses busybox (limited default commands, lots stripped out). You should also know that there is a certain amount of Tab completion (tap the tab "button" a couple times).

ROXterm and packages such as bash3 may also be useful.

As OS 2008 is based on Debian and Ubuntu is based on Debian (Mer is merging with Ubuntu MID) the common code base and structure allows you take advantage of forums such as ubuntuforums.com for tutorials.

The basic things you should learn are:
cd - change into a directory. For example cd /home/user/
ls - list contents of the current directory/folder
cp - copy a file.
cp -R copy a folder
mv - (be careful) move a file or directory
ssh - connect to a linux machine. ssh root@192.168.1.100 for example
scp - uses ssh to copy over a network. scp /home/user/file.txt root@192.168.1.100:/media/
df -h lists partitions and disk usage
du -sh disk usage of directory. du -sh * disk usage of each file or folder within a directory.
apt-get install package install software from CLI. (need to be root)
 

The Following 7 Users Say Thank You to linuxeventually For This Useful Post:
Posts: 11 | Thanked: 0 times | Joined on Jan 2010 @ Montenegro
#5
Does anybody knows where I can find some tutorials or ebook or anything to learn X-terminal from?
 
Posts: 71 | Thanked: 88 times | Joined on Dec 2009
#6
Originally Posted by senaidbp View Post
Does anybody knows where I can find some tutorials or ebook or anything to learn X-terminal from?
X-terminal is simply an interface so no actual tutorials for it. There is a Wiki page of Shortcuts

A google search found the following link that might be useful: http://wiki.eeeuser.com/explain:terminal

Note to any Wiki editors: Worth considering having a similar page in our Wiki.

Last edited by Cas07; 2010-01-18 at 16:29. Reason: typo
 
andrei1089's Avatar
Posts: 81 | Thanked: 109 times | Joined on Apr 2009 @ Brasov/Cluj, Romania
#7
Originally Posted by senaidbp View Post
Does anybody knows where I can find some tutorials or ebook or anything to learn X-terminal from?
You can learn the basics here: http://www.freesoftwaremagazine.com/...intro?page=0,0

However not all the commands listed there will work on your N900 (for example the man pages are not installed to save space)
 
Posts: 543 | Thanked: 181 times | Joined on Aug 2009 @ Universe,LocalCluster.MilkyWay.Sol.Earth.Europe.Slovenia.Ljubljana
#8
X terminal is just one way to interface... search for howto use shell shell utilities and so on
__________________
For any repos or anything else I might have working on my N900 see:
http://wiki.maemo.org/User:Ruskie
A quick list of what I have in the repos
zsh|xmms2|fcron|gtar|gcoreutils
 
Posts: 17 | Thanked: 2 times | Joined on Apr 2010
#9
simple if u wanna compare it with ur pc, u'll find it somehow quite similar to the MS Dos as commands, with some deferences (such as case sensitive).
however, as the other gentlemen mentioned, u'll not need it always.. or let's say, u still can survive without it..
good luck..
 

The Following User Says Thank You to kubaysi For This Useful Post:
chemist's Avatar
Administrator | Posts: 1,036 | Thanked: 2,019 times | Joined on Sep 2009 @ Germany
#10
Originally Posted by linuxeventually View Post
I don't think that's a very thorough answer to the OP's question.
Yours isn't either! You do not even mention a single answer to the above question!

BASIC:
x-terminal is a program to display the command-line-interface (also referenced to as CLI or text-shell) in a GUI (graphical-user-interface) environment (thats the desktop you see and can click on).

DETAIL:
A shell is actually providing an interface to the system.
A shell providing a text-interface (ash, bash, ksh, ...) is called CLI and providing a graphical-interface (windows explorer, kde, gnome, ...) is called GUI.

In N900's case the provided text-shell is ash, that can be changed if needed.
 
Reply

Tags
what is oxygen?, x terminal


 
Forum Jump


All times are GMT. The time now is 07:10.