Linux

OS/2 Warp 4 in QEMU on Linux

Well OS/2 does work in QEMU, though I guess you might say that I cheated a bit - I did this by doing the install in VMware Player and then using qemu-img to convert the file from a vmdk to a qcow....
bashLinux

Adding a -p option to touch

I've sometimes wished that the UNIX touch command had the same -p option as mkdir. With a little bit of scripting, it can: #!/bin/sh mkdir="/bin/mkdir" touch="/usr/bin/touch" for arg in $*; do if [ "$arg" = "-p" ]; then...
LinuxRHEL

RHEL4 qemu-0.8.2 package

The following RPMs were built by downloading the 0.8.0 source RPMs from rpmforge, making a few minor mods, and then rebuilding: Binary packages: qemu-0.8.2-1.1.el4.marc.i386.rpm qemu-debuginfo-0.8.2-1.1.el4.marc.i386.rpm Source...
LinuxRHEL

links for 2006-12-17

Maximum RPM An old but popular source for info about RPM; dead tree version (tags: rpm linux howto redhat sysadmin book) UML Execution Modes Some of the only informative and concise info that I could find on the new SKAS0 support...