NetworkManager Dispatcher
To keep my data backed up savely I rely on CrashPlan. For the last weeks I had a quite long bug request pending. What I took from it, was the problem CrashPlan had when the network is not yet available Continue Reading …
Entrepreneur | DevOps Engineer | Speaker
To keep my data backed up savely I rely on CrashPlan. For the last weeks I had a quite long bug request pending. What I took from it, was the problem CrashPlan had when the network is not yet available Continue Reading …
Last semester I wrote a paper about the basics of anonymity in networks, especially the internet. The paper is publicly available, as I think academic papers should be as free, as possible. The paper originates from the proseminar “Network Hacking” at Continue Reading …
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 [ $returnValue -ne 0 ] then log $ERROR “$@ Continue Reading …
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/ Continue Reading …
As there were some problems with the hoster of tumstuff.de, Tumstuff is now shifting to this server. As I was not prepared to give asylum to a colleagues pages, it will take some time until Tumstuff is back online. Just Continue Reading …