|
2010-04-19
, 13:48
|
Posts: 362 |
Thanked: 113 times |
Joined on Feb 2010
|
#82
|
|
2010-04-19
, 14:26
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#83
|
hi is there any way I can back up my widgets etc without using the phone backup function??
please please full command
The Following User Says Thank You to No!No!No!Yes! For This Useful Post: | ||
|
2010-04-19
, 14:50
|
Posts: 362 |
Thanked: 113 times |
Joined on Feb 2010
|
#84
|
Sure,
See HOWTO procedures in the WIKI
|
2010-04-19
, 15:15
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#85
|
I have tried this before posting but did not work..
Nokia-N900-02-8:~# cp -r /home/user/.queen_beecon_dir /home/user/MyDocs/dir1
no error is produced but there is nothing in dir1
edit: do I have to save one by one using the export procedure?
/home/user/.queen_beecon_dir /home/user/MyDocs/.images/queen_beecon_dir/
/home/user/.queen_beecon_dir
|
2010-04-19
, 16:25
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#86
|
...
btw, I cannot get output to word wrap within the snippet mode.
Is this possible for big text outputs? (so output doesn't go outside of the box)...
Piping your command through fold might do what you need. For example:
command | fold -s -w 60
Note that I haven't tested this. More info on fold is available from http://unixhelp.ed.ac.uk/CGI/man-cgi?fold. Specifically the -w width may be of interest, depending on the width of your widget.
Not quite automatic word wrap, but this should work on a command-by-command basis.
|
2010-04-19
, 16:37
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#87
|
# ifconfig;route bnep0 Link encap:Ethernet HWaddr EC:9B:5B:D3:XX:XX inet addr:192.168.3.15 Bcast:192.168.3.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2720 errors:0 dropped:0 overruns:0 frame:0 TX packets:2128 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:397510 (388.1 KiB) TX bytes:356735 (348.3 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:60 errors:0 dropped:0 overruns:0 frame:0 TX packets:60 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3016 (2.9 KiB) TX bytes:3016 (2.9 KiB) phonet0 Link encap:UNSPEC HWaddr 15-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 UP POINTOPOINT RUNNING NOARP MTU:4000 Metric:1 RX packets:345 errors:0 dropped:0 overruns:0 frame:0 TX packets:160 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:8444 (8.2 KiB) TX bytes:5422 (5.2 KiB) usb0 Link encap:Ethernet HWaddr C6:B2:5D:9E:YY:YY inet addr:192.168.2.15 Bcast:192.168.2.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.3.0 * 255.255.255.0 U 0 0 0 bnep0 192.168.2.0 * 255.255.255.0 U 0 0 0 usb0 default bt 0.0.0.0 UG 0 0 0 bnep0
|
2010-04-19
, 16:53
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#88
|
About "Internal IP" command. Would it be possible somehow to colorize differently address which has default route (out to Internet)?
In this case 192.168.3.15Code:# ifconfig;route bnep0 Link encap:Ethernet HWaddr EC:9B:5B:D3:XX:XX inet addr:192.168.3.15 Bcast:192.168.3.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2720 errors:0 dropped:0 overruns:0 frame:0 TX packets:2128 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:397510 (388.1 KiB) TX bytes:356735 (348.3 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:60 errors:0 dropped:0 overruns:0 frame:0 TX packets:60 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3016 (2.9 KiB) TX bytes:3016 (2.9 KiB) phonet0 Link encap:UNSPEC HWaddr 15-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 UP POINTOPOINT RUNNING NOARP MTU:4000 Metric:1 RX packets:345 errors:0 dropped:0 overruns:0 frame:0 TX packets:160 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:8444 (8.2 KiB) TX bytes:5422 (5.2 KiB) usb0 Link encap:Ethernet HWaddr C6:B2:5D:9E:YY:YY inet addr:192.168.2.15 Bcast:192.168.2.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.3.0 * 255.255.255.0 U 0 0 0 bnep0 192.168.2.0 * 255.255.255.0 U 0 0 0 usb0 default bt 0.0.0.0 UG 0 0 0 bnep0
echo "<span foreground=\"green\"><big><i>IP_ADDRESS_GOES_HERE</i></big></span>"
The Following User Says Thank You to No!No!No!Yes! For This Useful Post: | ||
|
2010-04-20
, 16:03
|
Posts: 1,729 |
Thanked: 388 times |
Joined on Jan 2010
@ Canada
|
#89
|
|
2010-04-22
, 10:04
|
|
Posts: 324 |
Thanked: 201 times |
Joined on Apr 2010
@ UK
|
#90
|
hi! how can a NOOB execute this commands and see a text result in queen beecon:
sudo gainroot
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
thanks
UPDATE: i tried cat "cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq" Ι sudo gainroot, butnothing cane out.
please help
BTW: this app is awesome! typing commands is just a tap away!
The Following User Says Thank You to matts76 For This Useful Post: | ||
WIKI will soon be updated accordingly.
Have a look at Queen BeeCon Widget (WIKI) Customizable and flexible widget-based multi-instance monitoring, alerting and interactive tool for the N900
Please provide comments and feedback for having QBW supported and enhanced further - (DONATE) - v1.3.3devel / v1.3.3testing / v1.3.3extras