Timo's Techie Corner
echo "Blogging about random geek stuff" > /etc/about.conf
2011/02/25
vcloud some more lessons learned: transfer volume
›
For my first vcloud cell I decided to make a seperate logical volume group that I could then export and share with other cloud cell. When I ...
2011/02/24
cloud director: some quick reminders
›
centos packages yum install -y alsa-lib bash chkconfig compat-libcom_err coreutils findutils glibc grep initscripts krb5-libs libgcc libICE ...
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...
‹
›
Home
View web version