Below you will find pages that utilize the taxonomy term “Uncategorized”
1. October 2019
AWS EC2: Terminate self!
Terminate the current EC2 instance
/usr/bin/aws ec2 terminate-instances --instance-ids $(curl http://169.254.169.254/latest/meta-data/instance-id/) --region $(curl http://169.254.169.254/latest/dynamic/instance-identity/document | grep region | awk '{print $3}' | sed 's/"//g'|sed 's/,//g')
9. August 2013
Learning something new every day…
One of the things I really like about working within a team in one location is the fact that are able to learn something new regularly. And of course you are also able to give some useful advice to others 🙂
Something I learned this week is how to turn on the UID light on a HP server without logging into the iLO webinterface. You can use the tool hpasmcli – which probably can do some more useful stuff too 🙂
10. March 2012
Hello world! New Homepage!
Today I have started a new homepage. I’ll try to update it somewhat regular with private stuff as well as some thing I am stumbling upon during my work as a sysadmin.