Tag: cli
Today we had a bit of a fire drill as we took over hosting for a new client. They gave us access to their GoDaddy, I created a…
I spent way too much time today trying to get my SSH connection manager working. Sometime during the past week I borked my dotfiles such that attempts to…
I was checking the access logs on a server today, and I needed do a quick sort of unique IP addresses. Of course this was one for Stack…
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)…
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…
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…
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…
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…
This looks handy: mycli is a command line interface for your DBs with nifty things like auto-completion and syntax highlighting.
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…
rpg is a command line tool that helps you create random password which you can use for any purpose. ~ sepisoad/rpg
Nice command line tool for showing differences between files: icdiff: www.jefftk.com/icdiff