By michael on June 30, 2006
Posted in Rants, Software |
By michael on June 20, 2006
ssh-add picks up the agent fine when using X11, but when logged into a remote ssh session: michael@apollo:~$ ssh-add Could not open a connection to your authentication agent. Ah, we have to fire up ssh-agent and cut/paste the env variables… michael@apollo:~$ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-erlzEU7907/agent.7907; export SSH_AUTH_SOCK; SSH_AGENT_PID=7908; export SSH_AGENT_PID; echo Agent pid 7908; michael@apollo:~$ SSH_AUTH_SOCK=/tmp/ssh-erlzEU7907/agent.7907; export [...]
Posted in Software |
By michael on June 13, 2006
Following along a great debian-administration.org article, titled, “Debian Sid gets Xen 3.0″, I set up a minimal Debian Sarge AMD64 install from debian-31r0a-amd64-netinst.iso for use as a Xen development server. The full text of this post contains my step-by-step how-to on my successful installation. I ran a default netinstall installation, selecting no additional software packages, [...]
Posted in Hardware, Software |
By michael on June 12, 2006
I have been a big ncftp user for many years, and I am really starting to like lftp – escaping the lftp shell for command-line access and the way lftp maintains session persistance through re-authentication have made me a believer. I found a little mirroring issue with the Smarty cache from the CMS application, CMSMadeSimple, [...]
Posted in Software |
By michael on June 9, 2006
A book for our friends, our country, our leaders, our time. “The first time you share tea with a Balti, you are a stranger. The second time you take tea, you are an honored guest. The third time you share a cup of tea, you become part of the family,” Mortenson recalls Haji Ali as [...]
Posted in Thoughts |