Archive for August, 2005

setperms.sh

Sunday, August 28th, 2005

Quickly fix permissions under one directory. Get it. Or see it…

#!/bin/bash
#
# Fri Aug 19 17:16:21 CEST 2005 * Miguel de Benito <nonick AT 8027 DOT org>
#
# Fixes permissions under one directory
#
# TODO: don’t use find -exec but run per-file to be able to check chmod return code
#
 
##################
# Load lib
#
[ ! -f ~/bin/messages.sh ] && […]

Logitech Cordless Trackman FX

Thursday, August 18th, 2005

Suceeding in having not-so-common mice work with X-Window is not always an easy task for the newcomer. Here is what you should add to your X.org configuration in order to have the fourth button of your mouse act as a wheel.

Edit the file /etc/X11/xorg.conf with your favorite editor. Just for the record, I love vim, […]

The number 8027

Thursday, August 11th, 2005

Some useless facts about this domain name:
http://www.positiveintegers.org/8027

Bazaar RPM for SuSE 9.2 64 bit

Tuesday, August 9th, 2005

Bazaar is one of several implementations of the GNU-Arch version control system (the other one being TLA), and the one we use at my job due to its simpler interface and improved usability.
Here I make available a 64bit RPM of Bazaar 1.4, with a little patch of mine which makes the environment variable […]