As the number of servers I manage has grown, I've developed my own command line script to help me keep track of all those connections. SSHman (i.e. SSH Manager) is a CLI tool for managing Read More

sharing *golden nuggets*
As the number of servers I manage has grown, I've developed my own command line script to help me keep track of all those connections. SSHman (i.e. SSH Manager) is a CLI tool for managing Read More
I spent this morning figuring out how to use PHIVE to securely distribute my #cli tool sshman (i.e. SSH manager). Use it to manage multiple SSH server connections via a text file in your $HOME Read More
When you're debugging cron jobs, it's very useful to be able to simulate the environment your crons are running under so you can see what's happening. Here's how to do that: 1) Save your cron Read More
A while back I wrote a CLI script that I use to manage connecting via SSH to various servers. I'm aware that I can create multiple config options in ~/.ssh/config; however, with 25+ servers that I Read More
Of all the tools I've added to my #webdev toolbelt during the last five years, gaining skill with the command line interface (CLI) is at the top of my list. With the CLI, I work quicker than using a Read More
This looks handy: mycli is a command line interface for your DBs with nifty things like auto-completion and syntax highlighting. Read More
This is a great reference for learning how to use the command line. Fluency on the command line is a skill often neglected or considered arcane, but it improves your flexibility and productivity as Read More
rpg is a command line tool that helps you create random password which you can use for any purpose. ~ sepisoad/rpg Read More
Nice command line tool for showing differences between files: icdiff: www.jefftk.com/icdiff Read More