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...
GtDProductivity

Scrybe

Check out the demo video. As Darth Vader said, "Impressive. Most impressive." Scrybe is an upcoming Web application for organizing - calendaring and such. It seems to have a very nice interface with some really interesting new...
General

links for 2006-12-22

Jokosher - [Linux] Audio production made simple Jokosher is a simple yet powerful multi-track studio. With it you can create and record music, podcasts and more, all from an integrated simple environment. (tags: audio linux music...
General

links for 2006-12-20

RailsVsDjango An academic-flavored comparison between Rails and Django (tags: django rails python ruby rubyonrails framework programming) Constructive reasons to use Django instead of Rails (jp's domain) Another comparison...
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...