update macos ipmitool

During my experiences with IPMI i figured out, that there is an issue with the build in ipmitool for MacOs. If you want to use the IPMI 2.0 protocol (needed for Serial over Lan (SOL) ), you have to add an “-I lanplus” to the ipmitool command. The problem is, that there is no such

my very first (ehm… useful ?!?!) ruby script.

So concerning my first try of a web based zfs managment interface i will restart the project with some new conditions: 1. i will switch from the former language PHP to the – like everywhere told – dev-friendly language ruby. 2. i will first concentrate on just the basic functions. 3. i have to use

very first test with ruby camping :-)

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 slash shows the `index’ view. class Index < R ‘/’ def get render :index end end # Any other page name gets sent to the view # of the same name.

Installing ruby camping

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 be used as a small administration web interface. In my eyes a rails aproach seems to be like breaking a fly on the wheel. Just easy as this:   root@sunny:~# gem

Install Gems (Ruby with zlib) on Nexenta (GnuSolaris) 1.01

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 http://rubyforge.org/frs/download.php/38647/rubygems-1.2.0.zip root@sunny:~# unzip rubygems-1.2.0.zip root@sunny:~# cd rubygems-1.2.0 root@sunny:~# ruby setup.rb config ./lib/rubygems/spec_fetcher.rb:1:in `require’: no such file to load — zlib (LoadError) from ./lib/rubygems/spec_fetcher.rb:1 from ./lib/rubygems/source_index.rb:10:in `require’ from ./lib/rubygems/source_index.rb:10 from ./lib/rubygems.rb:767:in `require’

Multicast – genauer Nachgeschaut

Da das ja heute bei der Tafelrunde eher etwas zusammengesucht war, habe ich mich noch mal hingesetzt und mir die Dinge an-/eingelesen. Ich werde einfach mal versuchen die Fragen, die da aufkamen wiederzugeben und dann mit passenden Texten beantworten: Was ist Multicast? Multicast ist eine Nachrichtenübertragung von einem Punkt zu einer Gruppe von Empfängern (auch

Install Ruby on Nexenta (GnuSolaris) 1.01

If you want to build your own small ruby script for administrating you Nexenta-Box, you normally just have to do a: root@sunny:~# apt-get install ruby Unfortunetally this Package seems to be broken: root@sunny:~# ruby -v ld.so.1: ruby1.8: fatal: libruby1.8.so.1: open failed: No such file or directory The needed lib libruby1.8.so.1 is not on its desired

viele schöne Dinge zu verkaufen :-)

Da sich mit der Zeit hier so einiges ansammelt, will ich hier ab jetzt, ein paar Sachen zum Verkauf anbieten. Diese Teile verkaufe ich Privat! Ich werde immer die Originalfotos dazuposten. Bei Interesse bitte einfach einen Kommentar hinterlassen, ich melde mich dann.   Der Link ist auch im Seitenbereich dieses Blogs zu finden.  

MacOs 10.5.3 :-(

Yeah sometimes you are in the group of 5% having issues with an os update :-(. I really hope, this won’t happen so often. So i just after re-activating my laptop i saw this nice graphics 🙁 Blogged with the Flock Browser

durchs Netz klicken….

Vielleicht kennt ihr das ja, man surft aus einem (kleinen, unwichtigen) Grund eine Seite an und klickt sich durch.Auf einmal ist dann dort ein anderer, interessanterer Link und auf dieser Seite ein weiterer.Ich persönlich habe das bisher immer wieder auf den Seiten von Wikipedia bemerkt, aber hin und wieder passiert das auch bei ganz “normalen”

1 18 19 20 21 22 32