maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   what is x terminal? (https://talk.maemo.org/showthread.php?t=30505)

2733T 2009-07-27 01:21

what is x terminal?
 
The name pretty much sums it up. I have no clue what x terminal is. Can someone help me out?

jalladin 2009-07-27 01:27

Re: what is x terminal?
 
its in your utilities, and is the way you enter commands, in the command line if your familiar with that sort of thing

elimoon8 2009-07-27 02:28

Re: what is x terminal?
 
If you prefer the windows approximation, it's like the "command prompt" (pretty similar, at least).

linuxeventually 2009-07-27 02:32

Re: what is x terminal?
 
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)

senaidbp 2010-01-18 16:15

Re: what is x terminal?
 
Does anybody knows where I can find some tutorials or ebook or anything to learn X-terminal from?

Cas07 2010-01-18 16:28

Re: what is x terminal?
 
Quote:

Originally Posted by senaidbp (Post 480148)
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.

andrei1089 2010-01-18 16:30

Re: what is x terminal?
 
Quote:

Originally Posted by senaidbp (Post 480148)
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)

ruskie 2010-01-18 16:31

Re: what is x terminal?
 
X terminal is just one way to interface... search for howto use shell shell utilities and so on :)

kubaysi 2010-04-13 09:05

Re: what is x terminal?
 
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..

chemist 2010-04-13 11:26

Re: what is x terminal?
 
Quote:

Originally Posted by linuxeventually (Post 306930)
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.


All times are GMT. The time now is 08:29.

vBulletin® Version 3.8.8