This is an upate post to Syncing Android using SyncML with Funambol Client.
After using the Funambol Client and Memotoo for some time now, I switched to a better solution, mainly my own install of ownCloud and the following three Android apps:
CalDAV-Sync CardDAV-Sync Contact Editor Pro
Sadly, [...]
I was using xmodmap ~/.Xmodmap in my .Xsession to remap caps lock to the super key utilizing the following configuration in .Xmodmap:
! disable caps lock and map to super clear Lock remove lock = Caps_Lock add mod4 = Caps_Lock
After some updates in Debian testing, this configuration did not work anymore.
I found some [...]
To get gitweb working with lighttpd on Debian 6 Squeeze, create a file in /etc/lighttpd/conf-available named 99-gitweb.conf with the following content:
server.modules += ( "mod_cgi", "mod_setenv", ) # configuration for gitweb, ignore this url in 10-simple-vhost.conf $HTTP["url"] =~ "^/gitweb/" { server.document-root = "/usr/share/" server.indexfiles = ("index.cgi") cgi.assign = ( ".cgi" => "/usr/bin/perl" ) [...]
Some PDF files are restricted in such a way that some PDF viewers do not allow to print, edit or extract parts of the PDF content. PDF viewers like Okular or Evince used on Linux are ignoring these restrictions, but Windows viewers like the Adobe Reader are obeying these limitations. In my case I wanted [...]
Update: Please read “Syncing Android with ownCloud” for my current setup.
I have tried to find alternatives to synchronizing with Google. The Sync-Standard should be open, standardized and usable with free software. These requirements exclude the use of MS Exchange ActiveSync because it is a proprietary protocol.
The solution is SyncML [...]
