search for: pracitcal

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

2005 Feb 22
1
PXELinux
...to pick an image to boot. Has anyone ever done this before?.. I have ISO images stored on the server, but this might not be what I need, and I'm a little hazy on what my next step is... I have PXELINUX booting, and prompting me with a boot: prompt, but as to what to do next, I'm lost... Any pracitcal examples that someone could share would be MUCH appreciated... Thanks kindly in advance.. Richard W. Richard Whittaker, CISSP Whitehorse Systems Manager, IS Security Officer NorthwesTel Inc.
2006 Nov 05
1
~/.maildir preferable to %h/Maildir and ~/Maildir?
I have a recently deployed dovecot server and am readying another. Upon updating to rc12, I note the following change in the default dovecot.conf file: -default_mail_env = mbox:/var/spool/mail/%u:INDEX=/var/dovecot/%u +mail_location = maildir:~/.maildir Integrating this change to my local dovecot.conf: # formerly used default_mail_env = maildir:%h/Maildir # dovecot default
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