![]() ![]() |
Nov 22 2007, 03:09 PM
Post
#1
|
|
![]() Group: Members Posts: 1,019 Joined: 15-February 05 From: France Member No.: 6,477 |
Installed today:
-calcurse : calendar, todos & tasks -irssi : irc -ncftp : ftp, but i prefer to use mc -moc : music player start it with mocp then run alsamixer and set "jack function" to headphone to have sound working (at last!) in headphones ! -raggle : rss reader -iptraf : network monitor - |
|
|
|
Nov 22 2007, 03:28 PM
Post
#2
|
|
|
Group: Members Posts: 47 Joined: 25-April 06 Member No.: 9,703 |
In addition to the utils mentioned above, that's what I use:
browser: elinks e-mail client: mutt multiprotocol IM client: finch dictionary: sdcv console image viewer: fbi BTW, has anyone tried to write console cpu overclocker? |
|
|
|
Nov 22 2007, 08:35 PM
Post
#3
|
|
|
Group: Members Posts: 104 Joined: 14-August 06 Member No.: 10,798 |
hello
that's a topic for me, who work about only in console... so resume : screen of course... for "all" abook -> adresse book mutt -> mail client irssi -> irc (may do multi - IM) snownews -> rss reader slrn -> nntp reader lftp -> ftp (of course...) w3m-img -> w3m with image !!! imagemagick -> to display, conveert, composite (...) image.... the gimp in console. cmus -> musique mplayer -> musique and film tmsnc -> msn client weather -> to get the weather cron / at -> you know what it does, right ? conky --> to replace gkrellm and... vim , and TeX bc -> calculator for, while, case, until, grep, sed, awk (...) -> some bash-scripting that permit me not to launch some heavy programs and to print information i need only with a tail -f of the file i'm creating with the info. @vitel : i wrote the cpuoverclock.sh .... you want it ? come on #debian-zaurus @irc.freenode.net i'm sorry, i prefer not to put here for the moment the url because of the google bots... and my "site" isn't "finished" yet... so i'll give the url to anyone wants on the irc channel i just told before. sorry. (maybe i'll put it in topic). |
|
|
|
Nov 22 2007, 08:51 PM
Post
#4
|
|
|
Group: Members Posts: 104 Joined: 14-August 06 Member No.: 10,798 |
well, i forgot to tell
my cpuoverclock is mostly inspire by cpuoverclock.py , that we have with install of yonggun kernel it seems that not all of you will be able to launch this script, because you wouldn't have correct directory, correct program to change the cpu-freq... for the moment, you normally would'nt have any problem if you're using a PXA-270 with debian with 2.6.23.1-yonggun (it's my config, i wrote it originally for this one). let me know, please, your config, and where would be the files/directory in your system, that i adapt the script for support most config. the script test if you have the directory/prog ... it'll tell you if you don't. so please, again, tell me how it fails on your box, and your config, in order it would begin "portable", for the fit of everyone. note : frequencies : 416 and 624 -> woks perfect frequencies : 104, 208 and 520 -> some screen flickering sometimes. annoying. but is it dangerous ? (i mean, if the screen is turn off, and we run this mode (104, 208) in order to save cpu ... would it do a problem ? to dig...) frequency : 312 -> bug freezing (very discretly) the zaurus... all seems to work at the beginning, but the more you try something, it just freeze, then another, freeze too... then you try to "sudo /sbin/reboot" ... and you just have to pull off battery and power cable. will it do the same at your home ? if someone has cpuoverclock.py on a yonggun kernel, could he try, before trying my script, to see if same problems as the ones describe above happens (it should, because the shell command is the same on cpuoverclock.{py,sh} . |
|
|
|
Nov 22 2007, 10:25 PM
Post
#5
|
|
![]() Group: Members Posts: 1,019 Joined: 15-February 05 From: France Member No.: 6,477 |
|
|
|
|
Nov 23 2007, 01:44 AM
Post
#6
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
To me, Emacs is the virtual OS when it comes to console mode.
(I will compile and package the latest Emacs23 very soon. |
|
|
|
Nov 23 2007, 06:55 AM
Post
#7
|
|
![]() Group: Members Posts: 1,019 Joined: 15-February 05 From: France Member No.: 6,477 |
-moc : music player start it with mocp then run alsamixer and set "jack function" to headphone to have sound working (at last!) in headphones ! oh i've just discovered that moc put some information in the "screen" (the console mode window manager) toolbar ! cool! |
|
|
|
Nov 23 2007, 10:18 AM
Post
#8
|
|
![]() Group: Members Posts: 1,019 Joined: 15-February 05 From: France Member No.: 6,477 |
weather -> to get the weather little howto so far: 1) apt-get install weather-util 2) nano ~/.weatherrc [default] City = Paris Le Bourget ID = LFPB : find it on http://www.weather.gov/tg/siteloc.shtml 3) then type "weather" to have a weather report |
|
|
|
Jan 3 2008, 04:39 PM
Post
#9
|
|
![]() Group: Members Posts: 20 Joined: 19-May 06 From: France Member No.: 9,912 |
Hello, i would like to had the battery status in the hardstatus of screen ; i've a slc-3100 with OABI titchy installed. Could help me please. Thanks
|
|
|
|
Jan 3 2008, 06:21 PM
Post
#10
|
|
|
Group: Members Posts: 283 Joined: 1-October 07 From: Blacksburg, SC, USA Member No.: 20,773 |
I did an simple file for it;
Called it BAT made it executable; CODE #!/bin/sh cat /proc/apm Outputs the present battery % in the console |
|
|
|
Jan 3 2008, 11:09 PM
Post
#11
|
|
|
Group: Members Posts: 47 Joined: 25-April 06 Member No.: 9,703 |
|
|
|
|
Jan 4 2008, 01:05 AM
Post
#12
|
|
![]() Group: Members Posts: 1,019 Joined: 15-February 05 From: France Member No.: 6,477 |
I did an simple file for it; Called it BAT made it executable; CODE #!/bin/sh cat /proc/apm Outputs the present battery % in the console You can simply run 'apm' command with no arguments, it does exactly the same thing. it would be great to have it in the "screen" bottom status bar. anyone have find a way to have it next to the time for example? |
|
|
|
Jan 4 2008, 04:05 PM
Post
#13
|
|
|
Group: Members Posts: 283 Joined: 1-October 07 From: Blacksburg, SC, USA Member No.: 20,773 |
Did not know that, thanks Vitel
|
|
|
|
Jan 7 2008, 03:52 AM
Post
#14
|
|
|
Group: Members Posts: 31 Joined: 29-December 07 From: Spain Member No.: 21,128 |
xbatt
|
|
|
|
Jan 7 2008, 04:13 AM
Post
#15
|
|
![]() Group: Members Posts: 1,019 Joined: 15-February 05 From: France Member No.: 6,477 |
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th May 2013 - 06:20 AM |