quick note: subversion
find all .svn folders: find . -type d -name .svn ./.svn ./sourceA/.svn ./sourceB/.svn ./sourceB/module/.svn ./sourceC/.svn delete all .svn folders: rm -rf `find . -type...
my personal Site of Things
find all .svn folders: find . -type d -name .svn ./.svn ./sourceA/.svn ./sourceB/.svn ./sourceB/module/.svn ./sourceC/.svn delete all .svn folders: rm -rf `find . -type...
Als angestammter Java-Entwickler geht es mir oftmals schwer von der Hand, einer Ruby on Rails (RoR) Anwendung mit relativ wenig Aufwand eine brauchbare Laufzeitumgebung...
Backups sind wichtig. Jeder der einmal vor einer kaputten, ratternden Festplatte gesessen hat, weiß wie frustrierend das Wissen ist, alle seine Daten ins informationstechnische...
root@sunny:~# zfs create tank/home root@sunny:~# zfs create tank/home/philipp root@sunny:~# zfs create -V 250M tank/home/philipp/TM root@sunny:~# zfs set shareiscsi=on tank/home/philipp/TM root@sunny:~# iscsitadm modify target -p...
Da ich die letzten Tage gezwungenermaßen sehr viel Zeit hatte (warum kommt später) und ich irgendwie mal Grund in meine Kisten und Boxen bringen...
So concerning my first try of a web based zfs managment interface i will restart the project with some new conditions: 1. i will...
I tried The Camping Short, Short Example for the ruby camping framework. #!ruby #!/usr/local/bin/ruby -rubygems require ‘camping’ Camping.goes :HomePage module HomePage::Controllers # The root...
Just a short one: After succeeding in installing ruby gems, i finally was able to install the ruby micro-framework camping. So ruby should just...
Next in the row is the installation of the ruby gems package. So it should be easy… just following the instructions. So….. root@sunny:~# wget...