Displaying 3 results from an estimated 3 matches for "pracitc".
Did you mean:
pracitce
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?
..., 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