Timo's Techie Corner
echo "Blogging about random geek stuff" > /etc/about.conf
2011/03/01
Setting up django: step 1, python 2.7.1
›
Just trying out some django in centos 5.5. So this should not been seen as a good solution. Just me trying to set it up properly some pre pr...
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...
‹
›
Home
View web version