Timo's Techie Corner
echo "Blogging about random geek stuff" > /etc/about.conf
2011/03/25
Installing python 26 + sqlalchemy on centos
›
Turns out there is a very very very easy . Just use the repo for fedora on the redhat site. rpm -Uvh http://download.fedora.redhat.com/pub/e...
2011/03/22
Random password in CLI
›
Just a small script so that we can generate passwords from the command line NUMPASS=10 if [[ "$1" =~ ^[0-9]+$ ]] ; then NUMPASS=$...
2011/03/17
Zimbra server status all red crosses
›
I always have this problem when configuring zimbra servers (everything is working fine but service have red crosses in the web gui). At this...
1 comment:
2011/03/16
Blueprint script to create DNS records in AD
›
Create this following code as a bat. You can than run the following (assuming you called the bat adddns.bat): >adddns mynewhost01 0 10 Th...
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 ...
‹
›
Home
View web version