emacs/var/elfeed/db/data/e2/e24555e765ffe7e89a4c8cd49d733503cf7a85e9
2022-01-03 12:49:32 -06:00

28 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="date">26 Nov 2014</div>
<p>
Maintaining servers falls into two phases: First, bang head until
server works; second, capture effort into some automation tool like
Puppet or Chef. Recently, Ive been playing around with making the
first phase closer to the second.
For lack of a better word, Im calling it <i>literate devops</i>.
</p>
<p>
<a href="Technical/Emacs/literate-devops.html">Read more...</a>
</p>
<p>
<b>Update 1:</b> I finally got around to troubleshooting <a href="http://www.howardism.org/Technical/Emacs/literate-devops.html#sec-2-1">using Tramp</a>
references to execute code blocks on remote servers (even those
behind firewards).
</p>
<p>
<b>Update 2:</b> Need another complete example? Check out my <a href="Technical/Emacs/linux-iptables.html">notes
onsetting up IP Tables</a> (and <a href="http:Technical/Emacs/linux-iptables.org.txt">this org-mode</a> file), where part of the
file can be executed in the editor in order to see how my machines
are configured, and the other part is a script that can be tangled
to a machine and executed to reset to the firewall rules.
</p>