Entries Categorized as 'Software'

Unix and Samba password sync on Debian Etch

Date May 14, 2007

Assumptions

All users of the system are happy with using their Unix passwords for Samba,
all Unix users will have a Samba account with the same username,
Unix and/or Samba accounts might already exist, possibly with non-matching passwords.

Prerequisites
Install the following packages, if you do not already have them installed:
# apt-get install libpam-smbpass smbclient
Unix - > Samba
In order to [...]

iPhoto: Export photos and maintain manual ordering

Date April 5, 2007

I was looking for a way to export photos from an album in iPhoto that would name the files numerically, like 0.jpg, 1.jpg, 2.jpg, etc. This would make it possible for others to easily view them in, say, Windows Explorer, in the order I intended.
After almost giving up, my last attempt was trying to export [...]

phpBB and Daylight saving time (DST)

Date March 25, 2007

phpBB is one of the most, if not the most, widespread internet forum solutions. While it offers an enviable amount of features, especially through the use of various MODs, the stock codebase still doesn’t support some pretty basic features such as daylight saving time.
What I have been doing so far with the forums I maintain [...]