Honza.
|
2011-02-10
, 19:09
|
Posts: 37 |
Thanked: 6 times |
Joined on Mar 2010
|
#31
|
|
2011-02-10
, 19:29
|
Posts: 17 |
Thanked: 3 times |
Joined on Apr 2010
|
#32
|
I recommend install under easy debian. You can run it in Maemo via debbie or sudo debian. It is very easy to intall, no problem and the same speed as installation directly in Maemo.
|
2011-02-10
, 21:30
|
Posts: 37 |
Thanked: 6 times |
Joined on Mar 2010
|
#33
|
|
2011-02-11
, 00:40
|
Posts: 20 |
Thanked: 1 time |
Joined on Jun 2010
|
#34
|
|
2011-02-11
, 10:44
|
Posts: 20 |
Thanked: 1 time |
Joined on Jun 2010
|
#35
|
|
2011-02-11
, 10:49
|
Posts: 20 |
Thanked: 1 time |
Joined on Jun 2010
|
#36
|
|
2011-02-11
, 13:13
|
Posts: 539 |
Thanked: 518 times |
Joined on May 2010
@ nanaurbusiness
|
#37
|
|
2011-02-15
, 06:15
|
Posts: 557 |
Thanked: 370 times |
Joined on Apr 2010
|
#38
|
|
2011-02-15
, 07:58
|
Posts: 539 |
Thanked: 518 times |
Joined on May 2010
@ nanaurbusiness
|
#39
|
|
2011-02-15
, 10:15
|
Posts: 557 |
Thanked: 370 times |
Joined on Apr 2010
|
#40
|
while [ -s $1 ] do file=`cat $1 | head -n 1` wget --http-user=USERNAME --http-password=PASSWORD $file sed 1d $1 > tmp.txt mv tmp.txt $1 done
The Following User Says Thank You to IzzehO For This Useful Post: | ||