You are not logged in.

#1 2007-05-17 20:28:03

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

Terminal commands for some actions

Well, I have to do a long journey, and I must work with my laptop and save the maximum battery as possible, so I will work in terminal. But I need to know some basic commands, can you help me?

1- Connect to wireless networks:
   - Command for list all detected wireless networks?
   - Command for connect to them? For example: Essid Peter with key 1234567890

2- IRC on terminal? How?

3- Messenger on terminal, is possible?

4- Mail reader on terminal.

5- Burn CD's and DVD's on terminal

6- Listening Music on terminal and do other actions (I have tested Mplayer but I don't know how I can follow listening to music and work without stop music...)

7- Scientific calculator on terminal.

Thanks in advance

Greetings


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

#2 2007-05-17 20:48:17

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: Terminal commands for some actions

2) pacman -S irssi
3) pacman -S bitlbee
4) pacman -S mutt (http://wiki.archlinux.org/index.php/Mutt) (theres also pine)
5) http://wiki.archlinux.org/index.php/DVD_writing http://wiki.archlinux.org/index.php/CD_Burning_Tips
http://wiki.archlinux.org/index.php/CD_Burning

6) pacman -S mpd mpc ncmpc & then run ncmpc


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#3 2007-05-17 20:58:49

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Terminal commands for some actions

1a) 'iwlist' is what you want - "iwlist wlan0 scan" will use wlan0 and scan for all networks
1b) 'iwconfig' is used to connect, but you may have to use ifconfig first.  Here's a quick rundown

ifconfig wlan0 up
iwconfig wlan0 essid FooBar key xyz
dhcpcd wlan0

2) irssi and weechat are the two forerunners in the arch community as far as I know
3) there's quite a lot - centericq, naim, mcabber, bitlbee (allows you to use an irc client like irssi)
4) mutt, pine, etc
5) this was covered by dolby
6) mpd works quote well, there's also moc, and many many others
7) 'bc' works fairly well, but it might be a but hard to use at first - try here http://www.cyreksoft.yorks.com/gnu-bc/

Offline

#4 2007-05-18 05:51:33

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

Re: Terminal commands for some actions

thank you very much both, it's a very useful information for me ^^

Greetings


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

#5 2007-05-18 19:14:15

Phrodo_00
Member
From: Seattle, WA
Registered: 2006-04-09
Posts: 342
Website

Re: Terminal commands for some actions

also, if you will be using the terminal so much learn to use screen.

Offline

#6 2007-05-18 19:30:25

ProzacR
Member
Registered: 2007-04-29
Posts: 272

Re: Terminal commands for some actions

Davigetto wrote:

I have tested Mplayer but I don't know how I can follow listening to music and work without stop music...

I use it.
Just alt+ctrl+Fx where x numbers from 1 to 6. wink So in fact you have 6 terminals.

Offline

Board footer

Powered by FluxBB