Pages
Categories
Archives
Hosted by
Planeten Blogger Archive
-
(Deutsch) Grooveshark in Deutschland nicht mehr zu erreichen
Posted on 18. January 2012 by Phylu | No CommentsSorry, this entry is only available in Deutsch. -
Bash Example Script #2
Posted on 5. January 2012 by Phylu | 1 CommentI have added the following function to my bash example script: # Run external command and only procced, when exit code is 0 function try { $@ returnValue=$? echo "$returnValue" if then log $ERROR "$@ exited with return value \ $returnValue Script will stop here." echo "$@ exited with ... -
Bash Example Script
Posted on 29. December 2011 by Phylu | 2 CommentsThese days I use bash more and more often for simple tasks on my Linux system, as well as for a University course I am taking. Have a look at the script: #!/bin/bash # Skript: bash_example.sh # Credit to: http://www.pro-linux.de/artikel/2/111/ #1,ein-shellskript-template.html # # I have added some usefull functions that I ... -
(Deutsch) Austreten?
Posted on 4. May 2011 by Phylu | No CommentsSorry, this entry is only available in Deutsch. -
Are Geodata evil?
Posted on 2. May 2011 by Phylu | No CommentsI am currently working with some friends on an Android application, that is using geodata. Your current location is the most important thing to make this app work. We are then working with this and some other data and making a query to Google. ...
