startKeychain – bash utility to start ssh-agent
For my (and your) future reference, here’s a function to put on your .bashrc or .bash_profile, you can invoke it…
For my (and your) future reference, here’s a function to put on your .bashrc or .bash_profile, you can invoke it…
You may be running several independent but similar servers at the same time and wasting time by executing commands in…
Just Type… sudo dpkg-reconfigure tzdata …and follow the instructions on screen. The process should look something like the following: Select…
Type the following on your cmd line (or make into an alias) cat ~/.bash_history | sort | uniq -c |…
I often want to see how much bandwidth is consumed by my network interfaces and how this is happening. There’s…