![]() |
2009-03-14
, 16:29
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#2
|
The Following User Says Thank You to tso For This Useful Post: | ||
![]() |
2009-03-16
, 15:33
|
Posts: 35 |
Thanked: 13 times |
Joined on Oct 2008
|
#3
|
![]() |
2009-03-16
, 16:29
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#4
|
![]() |
2009-04-27
, 22:05
|
Posts: 35 |
Thanked: 13 times |
Joined on Oct 2008
|
#5
|
#!/bin/sh wlanX=`ifconfig wlan0 |grep 'RX bytes'` dateX=`date` echo $dateX $wlanX >>/media/mmc2/trans.txt
Basiclly I would like to keep history of up/download usage on the device. GUI would be nice but subtle is a must.