Latest Headlines
  • (Deutsch) Zusammenfassung Grundlagen Datenerhebung

    Sorry, this entry is only available in Deutsch.

    Full Story

  • (Deutsch) Grooveshark in Deutschland nicht mehr zu erreichen

    Sorry, this entry is only available in Deutsch.

    Full Story

  • Bash Example Script #2

    I 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 ...

    Full Story

  • Bash Example Script

    These 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 ...

    Full Story

  • Single Language

    Unfortunately I do not have the time, I used to have. I will not be able to write every article twice in German and in English. I hope, that you can forgive me if I continue this Blog with most articles in English only. Perhaps ...

    Full Story

Page 1 of 1712345...Last »