Op 24-10-11 20:43, Maurits van Rees schreef:
(And yes, I will post a summary of the PUN, but I should do some spell
checking first.)
Done:
http://maurits.vanrees.org/weblog/archive/2011/10/pun
--
Maurits van Rees http://maurits.vanrees.org/
Web App Programmer at Zest Software: http://zestsof
Op 24-10-11 16:38, Remco Wendt schreef:
Muxing or connection sharing in SSH like a presented can be done by
using the following lines in your .ssh/config file:
# Use ssh connection sharing (muxing)
ControlMaster auto
ControlPath /tmp/ssh_mux_%h_%p_%r
I am using that too since a few months and
Hey all,
Hereby also some short notes accompanying my mini presentation during the PUN.
I presented two small python utilities that make my live easier on the command
line:
- vcprompt which is a small python script that allows you to show VCS
information in your prompt if the current directory
Hello,
I presented the comethod stuff last night at the PUN. I pasted my
examples on pastebin,
if you want to run it for yourself and see how things are working. I
added some print statements
to help with that.
http://pastebin.com/hgqiSTVz
This requires Python 2.