Yearly Archives: 2017


Google Picasa 3 – Face Movie 1

Person face movie from album Usually you can easily create a face movie for a specific person where you first select the person album and then click to facemovie button. But with that usage it’s difficult to select your favorite pictures for the movie. For that you can select your […]


Linux tipps

Cron jobs Creating a script file in the daily run folder for Ubuntu. cd /etc/cron.daily sudo touch my-daily-job sudo chmod 755 my-daily-job Now add commands to the created script file and you’re done. #!/bin/sh do some job here You can verify that the script will run using this command. sudo […]


Custom Icon font in Ionic 2 7

Create/Get icons in SVG format (e.g. FlatIcon) Create and download icons-font using IcoMoon App Extract only the font folder from the downloaded icomoon.zip  archive to assets  folder. Create a new file in theme  folder called _icomoon.scss  with following content (thanks to Stackoverflow user): // icomoon @font-face { font-family: ‘icomoon’; src: url(‘../assets/fonts/icomoon.eot?ls340j’); […]


Cordova and Ionic 2 Development

Debug Ionic Android Application on Mobile Devices Run Ionic 2 on the Android device including LiveReload and Console output: ionic run android -c -l # -l: LiveReload # -c: Console output Inspect elements and network monitoring: # Open in Chrome and select the Android device chrome://inspect/#devices source: Codeproject – Debug-Ionic-Android-Application-On-Mobile-Devices […]


netcup + froxlor

Froxlor Trigger cronjob /usr/bin/php /var/www/froxlor/scripts/froxlor_master_cronjob.php –force –debug # Possible jobs: # “–backup” for start backup job # “–letsencrypt” FTP user Is created automatically with the Froxlor user (same password). WordPress update: check for correct ownership of the files copied to the directory. If you used “root”-FTP user to copy the […]