iPod touch Fans
Reply
 
Thread Tools
  #1  
Old 04-11-2008
Super Moderator
Join Date: Nov 2007
 
Default Terminal commands

Any one know a good list of terminal commands for ubuntu?
__________________
  #2  
Old 04-11-2008
Teslanaut's Avatar
iPod touch Savant
Join Date: Sep 2007
 
Quote:
Originally Posted by Manic Nimrod View Post
Any one know a good list of terminal commands for ubuntu?
"sudo -s" - Super User Mode

"./configure" - Configure a source to fit your computer to build an App.

"ifconfig or iwconfig" - Configure and Check the status of your Network devices

"arecord -l" - List each and every hardware component on your Computer.

If you want more, visit the UnixToolbox
  #3  
Old 04-11-2008
Super Moderator
Join Date: Nov 2007
 
Quote:
Originally Posted by Teslanaut View Post
"sudo -s" - Super User Mode

"./configure" - Configure a source to fit your computer to build an App.

"ifconfig or iwconfig" - Configure and Check the status of your Network devices

"arecord -l" - List each and every hardware component on your Computer.

If you want more, visit the UnixToolbox
I knew you would post , thank you

;D

I would give rep but i cant.

EDIT: what is super user mode?
  #4  
Old 04-11-2008
Teslanaut's Avatar
iPod touch Savant
Join Date: Sep 2007
 
Quote:
Originally Posted by Manic Nimrod View Post
I knew you would post , thank you

;D

I would give rep but i cant.

EDIT: what is super user mode?
Super User mode is sometimes needed to make changes or access certain parts of your system. Its for power users.

Sometimes you'll be asked to enter it when using apps and stuff.
  #5  
Old 04-11-2008
Super Moderator
Join Date: Nov 2007
 
Quote:
Originally Posted by Teslanaut View Post
Super User mode is sometimes needed to make changes or access certain parts of your system. Its for power users.

Sometimes you'll be asked to enter it when using apps and stuff.
Ok cool, thanks again.
  #6  
Old 04-15-2008
SkaterGOD/DOOD23's Avatar
iPod touch Lover
Join Date: Dec 2007
 
Super user mode is in other words known as root. Giving you full access to your computer via. Command Line which you would not normally get as a regular user logged into the computer.

A handy list of Linux Terminal commands can be found here also:
http://www.ss64.com/bash/
  #7  
Old 04-16-2008
iPod touch Admirer
Join Date: Dec 2007
 
If you read tutorials on whatever you're doing, you'll pick it up as you go. However, there's one essential command you need to know - cd.

Works in Windows too, it changes directories, eg cd /usr/LULZBOOBIES/Desktop
  #8  
Old 04-16-2008
birkett's Avatar
iPod touch Admirer
Join Date: Feb 2008
 
cd ~/
Change to your home directory. Works from anywhere.


apt-get install
Install any package found on the sources.


sudo >command<
Run the command as root


su root
Login as root


tar -zxcf
Untar a package


./configure | make | make install | make clean
Complete command line for configuring, building and installing a source package.
<3 piping.
  #9  
Old 04-16-2008
Someone1guy's Avatar
iPod touch Fan
Join Date: Nov 2007
 
reboot - Restarts your ipod without the whole having to hold buttons thing
  #10  
Old 04-16-2008
SkaterGOD/DOOD23's Avatar
iPod touch Lover
Join Date: Dec 2007
 
Quote:
Originally Posted by Someone1guy View Post
reboot - Restarts your ipod without the whole having to hold buttons thing
He's asking for Linux commands, even though you can run reboot on Linux also.
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Useful links:


All times are GMT -7. The time now is 10:54 PM.


Powered by vBulletin® ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2007 - 2009 Vigorous Media LLC - All Rights Reserved.
No information may be posted elsewhere without written permission.


Page generated in 0.04312 seconds with 5 queries