Sometimes you want to copy a single large file and have them restart where it left off if the transfer fails. Instead of using scp,

Instead of Traceroute use this: mtr
mrt is a very useful Linux command line utility for diagnosing networking problems. It’s basically of a combination of ping and traceroute in one. It’s best

How to Remove the Yellow Background Behind AdSense Ads
If you’re using responsive adsense ads with certain wordpress themes you’ll notice a yellow background behind the ads. It’s fairly easy to fix, the issue

Detecting Installed Fonts
I did a fair amount of googling on this one. My original need for this was to see what fonts PhantomJS supported for screenshots. The
See a File’s Last Two Commits with Git Diff
An easy but very useful command to know as a beginner git user. Find what’s changed since the last commit of a file or you’ve

Get Screen Size
You actually don’t need jQuery to simply find the user’s screen resolution size. It’s fairly simple with plain old javascript. Your current screen resolution is:

I’ve tried every Apple Lightning cable
Sixteen. I just counted them all. That’s the number of Lightning cables I’ve bought on amazon over the last 12 months. If you’re an iPhone

This powered my iPhone 7 for 6 days
Update as of 11/9/2018 This is my new favorite charger box, the Anker Astro E1. Instead of one bigger battery. I’ll get a couple of

time, One of the Most Useful Linux Commands
If you run or write a lot of software run on the command line from time to time you probably want to know how long

Work on Multiple Sub Projects at the Same Time (Git Branches)
Instead of always working and committing against the master branch you can create local branches as a way to work on multiple software features within