Sunday, March 30, 2008

creating an iso from file on linux

I have a file that I need to convert to iso so that I can mount it cd a CDROM in QEMU. Here's how to do it:

mkisofs -o foo.iso foo.file

Thursday, March 6, 2008

change postgres user password

ALTER USER postgres WITH PASSWORD '';