Command of the Day
ssh-copy-id , I hate myself for only finding out about this command 2 days ago and painlessly copying my ssh key to hosts in such a crappy manual method. I’m embarrassed I didn’t even bother scripting the process before finding out about this command.
From man page:
ssh-copy-id: install your public key in a remote machine's authorized_keys
smokeping’s whacky source
I’ll first start off by saying I think smokeping is a great program and Tobi Oetiker is a great programmer whose contributions to the community have been great and in no way could I ever create MRTG or RRDTool. But…. After downloading the source to smokeping today and trying to configure it to run, I was completely shocked at how poorly it was put together. It’s clear that Tobi did not bother with making his code easy to run on any other system but his own with constant absolute paths to his own home directories on his personal machine! His own documentation and install notes are vague at best and I can’t figure out why he did not use relative paths at all in the source. While you do have to edit most files anyway to reflect where your RRD perl libraries are and your perl location, I just find it very odd that he left the paths in like that. Even his example configuration file is catered to his machine and his network making it confusing to delete out what is not needed.
BIND zone file management
Anyone out there have any recommendations for managing zone files in BIND? It seems the general consensus is that people just end up using home grown systems. A lot of the web based projects out there are either abadoned or use strictly a database backend which is nice but it adds another layer of complexity, and a failure point. I’d like to be able to switch back and forth between using the management system and being able to do an inline search and replace if need be , on my zone files.