Re: [lopsa-tech] Debian equivalent of ks.cfg?

2015-09-04 Thread George Beech
Debian calls it the 'preseed' file. Looks like you can just pass preseed/file=$filePath to the kernel params. https://www.debian.org/releases/stable/i386/apbs02.html.en#preseed-bootparms Full preseed reference can be found here; https://www.debian.org/releases/stable/i386/apb.html On Fri, Sep 4

Re: [lopsa-tech] Article opinions wanted

2015-02-08 Thread George Beech
What do you currently do? I'd lean towards an LDAP+Kerberos (OpenLDAP, AD, whatevery floats your boat) setup. And have root be accessed via sudo (no remote root ssh, etc). Then you store your root passwords somewhere secure for emergency purposes. On Wed, Feb 4, 2015 at 3:06 PM, John Stoffel wro

Re: [lopsa-tech] Continuous Build / Integration tools for sysadmin?

2013-01-15 Thread George Beech
We use teamcity to test and deploy our puppet code at SE. On Jan 14, 2013 8:11 PM, "Adam Moskowitz" wrote: > Is anyone using continuous build or continuous integration tools -- > stuff like Jenkins or Bamboo or CruiseControl [1] -- for sysadmin tasks? > If so, can you say what kinds of tasks you'

Re: [lopsa-tech] implicit or explicit deny?

2012-03-22 Thread George Beech
I always prefer the explicit Deny - it makes troubleshooting at 3am so much easier when you see the rule right there and don't have to remember if something negated (Cisco I'm looking at you) the explicit deny somewhere (or even that it exists) On 3/22/2012 4:25 PM, Paul Graydon wrote: Aloha,