-
Categories
-
Tags/Keywords
Apache bash blog blog.bigsmoke.us CLI CSS Debian DNS Firefox Gentoo Google HTML HTTP iptables Linux MediaWiki mod_rewrite MySQL openssl PHP plugin postfix RAID Ruby samba Screen shell Sicirec smb SSH ssl Subversion svn T61 thunderbird Ubuntu van der Molen VIM Windows WordPress WWW X xen XTerm zimbra -
Recent Posts
-
Recent Comments
Category: Technology
Growing a qcow2 image file
First, convert it to raw:
qemu-img convert system.qcow2 -O raw system.raw
Read More »
Making mysqldump work on a zimbra installation
Zimbra installs its own mysql and there is no workable mysqldump command. There is a mysql command wrapper script (/opt/zimbra/bin/mysql) that loads an environment to set password and such, but there is no such thing for mysqldump. I copied that wrapper script to /usr/local/bin/mysqldump so that user zimbra can no run mysqldump. This is it:
Read More »
Download flash without download manager
Dowloading flash normally requires installing a stupid Adobe download manager. Who needs a download manager for 2MB? Here is the direct link to the installer.
Read More »Checking 3ware raid controllers over ssh with nagios
First check this to see how you enable a host to be checked with nagios over SSH.
Read More »
Configuring nagios checks over SSH
I had to do a lot of fiddling before I got nagios over ssh working. I used this article as source, mostly, even though I did it differently.
Read More »
Apache rewrite rule to rewrite to sub dir
One one particular site, I wanted to rewrite all requests to a sub dir. It took me over an hour, because of some obscure problem I haven't been able to identify.
Read More »
