|
2009-10-18
, 21:08
|
|
Posts: 2,121 |
Thanked: 1,540 times |
Joined on Mar 2008
@ Oxford, UK
|
#32
|
|
2009-10-19
, 01:46
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#33
|
|
2009-10-21
, 20:53
|
|
Posts: 2,669 |
Thanked: 2,555 times |
Joined on Apr 2007
@ Halifax, Nova Scotia, Canada
|
#34
|
|
2009-10-21
, 21:19
|
Posts: 1,283 |
Thanked: 370 times |
Joined on Sep 2009
@ South Florida
|
#35
|
I've implemented the package and aside from one minor error in the packaging itself which no one will notice, it's working fine.
After installing it, you may have to reboot once or twice before it stops working.
The package has been sent to the autobuilder and built ok. You should be able to find it within extras-devel sometime in the next few hours.
A huge thanks to qole for figuring out that this was even remotely possible.
|
2009-10-21
, 21:24
|
|
Posts: 2,669 |
Thanked: 2,555 times |
Joined on Apr 2007
@ Halifax, Nova Scotia, Canada
|
#36
|
|
2009-10-21
, 21:28
|
Posts: 1,283 |
Thanked: 370 times |
Joined on Sep 2009
@ South Florida
|
#37
|
|
2009-10-21
, 21:35
|
|
Posts: 2,669 |
Thanked: 2,555 times |
Joined on Apr 2007
@ Halifax, Nova Scotia, Canada
|
#38
|
Still would like to know if those commands will do a reboot, or if there's any other command line reboot commands?
The Following User Says Thank You to zerojay For This Useful Post: | ||
|
2009-10-24
, 16:54
|
Posts: 40 |
Thanked: 265 times |
Joined on Aug 2007
|
#39
|
|
2009-10-24
, 17:35
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#40
|
reboot - works
shutdown -r now - accepted by the program but does nothing.
init 6 - works, does the exact same thing as reboot.
For now, on N900 set up OpenSSH server. On client install a SSH client.
In crontab add
rsync ~/.mozilla/firefox/*.default/patterns.ini user@n900_hostname_or_ip:~/.mozilla/microb/adblockplus
Space is delimiter. First argument is source. Second argument is destination.
On Windows use Windows-type paths for local path, get ofcourse rsync.exe for Windows, and use Windows Scheduler.
This setup is not passwordless while crond cannot get your password input. You can use SSH keys to set up passwordless, key-based SSH authentication SSH entry on Maemo wiki may help but keep in mind its written from perspective of N900 being client.
In that regard, you could set the above up from N900 too. Then you must install OpenSSH server on your desktop.
There may be GUIs for rsync.
You could also make a .bat or .sh instead of using Cron or Windows Scheduler.
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!