Author Archives: Jacob Allred

Linux Mint Tips and Tricks

I use Linux Mint, based on Ubuntu, almost exclusively. Here are a few tips and tricks I’ve picked up along the way: To get a panel from one monitor to the other, hold down alt while dragging the panel with the mouse. To connect to a Windows using remote desktop, use the Terminal Server Client [...]
Posted in Linux | Leave a comment

Fixing the digitizer on a Samsung Rogue

My touch screen on my wife’s Samsung Rogue U960 recently stopped working. There were no cracks or other visible damage, but it didn’t recognize touches on the left third of the screen. Because the phone was designed to be used almost exclusively by touching the screen, this made the phone pretty much useless for anything [...]
Posted in DIY, Electronics | Leave a comment

Zend Alternatives

When most people think of PHP they think Zend, but did you know that Zend isn’t the only company that makes a PHP engine? There are many competing compilers and interpreters for PHP, each with their own slightly different take on the PHP language. Facebook’s HipHop HipHop takes normal PHP code and transforms it into [...]
Posted in Linux, Web Dev | Leave a comment

Fixing Git

I use git as my version control system for all of my sites. It helps to reduce disk usage by occasionally running git gc. Last night when I went to run git gc on one of my sites, I received a message I had never seen before telling me that my git repo was corrupt. [...]
Posted in Linux | 1 Comment

DoS using a single client

Have you ever heard of Slowloris? It has been around for a little over a year, but fortunately I have never had the “pleasure” of dealing with it. This short Perl script (less than 350 lines of actual code) is capable of turning your lowly desktop computer into a server killing monster. Traditional denial of [...]
Posted in Web Dev | Leave a comment