Timo's Techie Corner
echo "Blogging about random geek stuff" > /etc/about.conf
2011/02/19
Cheap Host Profiles Remake
›
I realised that setting up the host profiles before was complex. Since I was playing around with google app engine I thought to myself, lets...
2011/02/17
More vMA fun
›
Show the states of a path for every lun for disk in $(esxcfg-scsidevs -m | sed 's/^\([^:]*\).*/\1/g'); do echo "Device $disk...
2011/01/06
Another oneliner : using esxcli to change to roundrobin
›
for disk in $(esxcli nmp device list | grep -B2 -e "Storage Array Type: VMW_SATP_SVC" | grep -e "^naa"); do echo "e...
Just a fastliner
›
interfaceips=$(ifconfig -a| grep "inet addr" | sed 's/\s\+/ /g;s/^\s\+//;s/^inet addr://' | cut -f1 -d" ") for i...
2010/12/11
Cheapass Host Profile
›
Small project I am working on. It is java based, so you will need to install it (see the previous post on howto use the cheapass host profil...
Installing jre on vMA
›
Title says it all! I needed some java on my vMA (for a purpose I'll blogging about later on). First of all getting the JRE. You can down...
2010/12/08
Youtube API via Javascript and XML
›
Very quick post because I am no longer in the mood of writing anything, but I just wanted to share this with the world :) Probably full of b...
‹
›
Home
View web version