- Why Senior Engineers Let Bad Projects Fail: An important lesson as you grow in your career, especially engineering: You can't (or should not) save everything.
- IPv6 is not insecure because it lacks a NAT: Important to note that. Because, IPv6 or IPv4, you still need to firewall your …
Other articles
FreeBSD and chef-client - a part II (of sorts)
Finally changed chef-client with an updated recipe to support FreeBSD.
Under the chef-repo/chef-client directory, I added the following files:
./templates/freebsd/rc.d/chef-client.erb ./templates/freebsd/rc.conf.d/chef.erbAnd updated:
./recipes/service.rbThe locations corresponds to the directory location under the default #{conf} directory …
read more