Monthly Archives: July 2007

Twitter mini small icon 16 x 16 3

I’ve joined the Twitter world. My Twitter Profile.
I’ve created a small 16 x 16 mini Twitter icon. Feel free to steal it! I resized the icon from deanjrobinson.

Let me know if anyone knows of a Windows Mobile application for Twitter that includes a today screen plugin, that makes it easy to post to twitter.
Technorati Tags: [...]

I was watching I Hate My 30’s – I Have To Go #30 when I realized: Comments Off

Just testing out the Blog function from Joost. I’m writing this directly in the Joost software. Pretty neat idea if you’re into that sort of thing. It integrates directly into Wordpress.
More Information about the program.
Title : I Hate My 30’s – I Have To Go #30
Description : Come along with Bruce, Carol, Chad, Corey, Katie, [...]

Converting Public SecureCRT to OpenSSH one line Key Comments Off

When you generate a key pair in SecureCRT, it generates it in this format:
—- BEGIN SSH2 PUBLIC KEY —-
Subject: dave
Comment: “something”
ModBitSize: 1024
AAAAB3NzaC1yc2EAAAADAQABAAAAgQDQNXZosE8eAu6t9dsznpimQAXdaqkSmgKAgZ4+
gP9tW/j+wKtsEOBGasp4/AQu89Avscku+zp6lEuy9PCtBt03IdaQwls9GBl67EUzrKM
3NLNscuCt/LAsdjHfjvBL4q0Oh+MsHu0c6G6ltICqYmvAHYNAYBoPJv+0RMvxPdoNQ==
—- END SSH2 PUBLIC KEY —-
This key if fine, but if you run a linux server such as CentOS, RedHat, Fedora, or many others which use OpenSSH for it’s sshd; then this key does [...]

SSH and file transfers – ZMODEM Comments Off

In the course of my work for Bluetreehost I connect to dozens of machines a day. Whenever I need to transfer a file, I would fire up WinSCP, connect to the machine, and commence transfer. It worked but it was slow and a pain in the butt.
I just discovered the Zmodem function in SecureCRT. Why [...]