Search this Website

 

Ubuntu

UNIX

how to use the terminal total newbie

Category: Ubuntu-Absolute Beginner

how to use the terminal? total newbie

i'm a brand new ubuntu user. always used windows, but a friend told me about ubuntu. i downloaded 6.10 edgy and installed it on a sony vgn-t270p subnotebook. i got it installed and ran the update manager. now i want to install flash plug-in for firefox, but the install notes say to navigate to the desktop in the terminal. clueless on how. is there a link to using the terminal for dummies? any help would be appreciated. thanks.


http://www.ss64.com/bash/

all commands there.

to be specific with your question, you have to use "cd" to change directories. in your example, you get to the desktop this way:

code:
cd desktopor you can use a wildcard (which is an asterisk):

code:
cd d*hope it helps. good luck!


some links to get you started:

installing software: http://www.psychocats.net/ubuntu/installingsoftware
http://cutlersoftware.com/ubuntuinstall/

rootsudo: https://help.ubuntu.com/community/rootsudo

command line: http://doc.gwos.org/index.php/commandlinebeginners

linux command.org: http://www.linuxcommand.org/

welcome to ubuntu and good luck.;


and two more to go:

http://ubuntuguide.org/wiki/ubuntu_dapper
https://help.ubuntu.com/community/basiccommands

as for the flash player:
www.getautomatix.com


well, first of all, i think you can install flash by just visiting a website that requires flash and then going through firefox's missing plugin dialogue. this will install flash for only the user you're logged in as (not system-wide for all users).

but if you want to know where the terminal is:
http://www.psychocats.net/ubuntu/terminal

and if you want to know how to use the terminal to install flash system-wide (for all users):
http://www.psychocats.net/ubuntu/flash


also on these forums (for instance), if you do a search and people tell you how to do something, usually they will include the commands you are required to type in the terminal. the simplest method is to copy and paste these into a terminal.


thanks so much. got flash installed. can't wait to start looking at those links. the ubuntu community is so friendly!


quote:
originally posted by andycooll
also on these forums (for instance), if you do a search and people tell you how to do something, usually they will include the commands you are required to type in the terminal. the simplest method is to copy and paste these into a terminal.

for pasting in terminal u have to use shift+insert command.


or you could right-click and select paste if you're a more mouse-oriented person.


also try different consoles, some bring extra features such as mutiple tabs, and copy paste, others are more rudimentary such as xterm.

keep in mind you can do a ctrl+alt+f1 (f1 thru f6 are virtual consoles) to get back to
the gui you do ctrl+alt+f7.

if for some reason one day you gui gets stcuk (windows popular phenomenon) you can go to any of these virtual consoles and kill gui or that specific program.