Tag: cli

Wed, Aug 24, 2022 #devNotes

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…

Wed, Aug 17, 2022 #devNotes

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…

Sort Unique IP Addresses from Server Logs

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…

SSHman – #cli SSH Manager

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…

How to simulate your cron environment

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…

sshman demo

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…

CLI Tips: Working with Images

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…

mycli – command line db interface

This looks handy: mycli is a command line interface for your DBs with nifty things like auto-completion and syntax highlighting.

jlevy/the-art-of-command-line

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…

Command Line Random Password Generator – sepisoad/rpg

rpg is a command line tool that helps you create random password which you can use for any purpose. ~ sepisoad/rpg

icdiff: side-by-side highlighted command line diffs

Nice command line tool for showing differences between files: icdiff: www.jefftk.com/icdiff