http://www.gpsfaqs.org/faqs/garmin/xseries/g60csx/index.html
Cyanogen and Owncloud
lazy image loading
pocej website
Privacy
Public IP for docker
http://blog.oddbit.com/2014/08/11/four-ways-to-connect-a-docker/
http://stackoverflow.com/questions/26539727/giving-a-docker-container-a-routable-ip-address
https://blog.codecentric.de/en/2014/01/docker-networking-made-simple-3-ways-connect-lxc-containers/
und: http://docker-user.narkive.com/hTVE3diT/can-not-get-bip-to-work
Vor dem docker neustart muss man das Interface docker0 löschen:
ip link del docker0
[acer] touchpad issues
Custom FAQ Section for Your Plugin
Garmin 60csx Track rename
#!/usr/bin/perl -w
foreach (<*.gpx>) {
$date = substr($_,0,8);
$date = $date . “0000”;
`touch -amt $date $_`;
}