migrating RedHat/Fedora to a new/different LVM
itfrontline.com alexonlinux.com mintojoseph.blogspot.com
my 2 cents
itfrontline.com alexonlinux.com mintojoseph.blogspot.com
That’s just a few records on my personal experience regarding the hot-swapping/hot-plugging capabilities of SATA…
NOTE: this posting is still very incomplete!! make sure the 32-bit variants of Java and the corresponding MySQL-connector are installed: sudo aptitude install ia32-sun-java6-bin libmysql-java then, adjust the install.properties to use MySQL: —- ds-server/install.properties.orig 2010-02-13 16:54:13.000000000 +0100 +++ ds-server/install.properties 2010-02-13 … Read More »
approximately since forever the default look of a directory listing by the apache web-server gave me the creeps, so today I googled a bit around and checked how to make them look more up-to-date. here’s a nice post describing a … Read More »
ever wondered where TSM stores its passwords? Documentation and lots of websites are talking about the file TSM.PWD, but where is it? VoilĂ : /etc/adsm/TSM.PWD
to create a user for doing automated backups of a MySQL installation that doesn’t have more than the necessary privileges, use the following statement: GRANT RELOAD, SELECT, LOCK TABLES ON . TO ‘backup’@‘localhost’ IDENTIFIED BY ‘some_reasonable_password’;
for mail in $(sudo mailq | grep frozen | cut -c 11-26) ; do sudo exim4 -Mrm $mail done extend or adjust the grep-pattern as required by your situation…
required packages: qemu-arm-static see: binfmt sudo debootstrap —foreign —verbose \ —variant=buildd —arch arm \ lenny `pwd`/lenny_arm \ http://ftp.de.debian.org/debian/
Ever got messages like this in your Apache logfiles, wondering why setting properties via a client on your (otherwise working) WebDAV is failing? Could not open the property database. [500, #205] (2)No such file or directory: Could not open property … Read More »
finally, CalDAV evolves to a pretty common standard. sun microsystems is about to contribute a client for symbian: blog.symbian.org.