search for: pracitce

Displaying 3 results from an estimated 3 matches for "pracitce".

2005 Feb 22
1
PXELinux
Greetings: I'm hoping PXE linux can help me with my problem... I'm trying to setup a PXE based install server under Linux that can host Linux (SLES9, Slackware) and Windows (NT4, 2000, XP, 2K3) Install images. I would ideally like to be able to have a PXE compliant host boot, and prompt me to pick an image to boot. Has anyone ever done this before?.. I have ISO images stored on the
2006 Nov 05
1
~/.maildir preferable to %h/Maildir and ~/Maildir?
..., should I: 1) use the ~/.maildir form over ~/Maildir. 2) use the ~ instead of %h 3) do anything for dovecot's benefit (reindex, etc.) besides a per-user 'mv ~/Maildir ~/.maildir' if 1). I came straight from an ancient sendmail mbox setup to dovecot, so I want to do things the best-pracitce IMAP/dovecot way. Thanks.
2007 Jul 29
24
View-Driven-Development by Behavior-Driven-Development and RSpec
One of the things that turned me on to BDD and RSpec was speccing views first, that the desired end would drive the development. In previous projects while using Test::Unit I would try to make educated guesses as to what would be needed in the model and controllers to derive the view without actually writing the view until afterwards. This is all because testing relied on each previous