How to view local websites on your iPad with Squid

I like developing and testing websites on my local network before they go live. On both Mac and PC it’s easy to tweak the /etc/hosts file so that the URL doesn’t point to a numeric IP, but instead to http://yourserver (or something equally catchy). On iOS devices we can’t tweak that file unless we deal … Read more

How to block Spam Trackbacks in WordPress

Trackbacks are a great way for other blogs to notify your blog about a link back to you. Many blogging platforms support this feature, including WordPress. But sometimes it’s very obvious that those trackbacks aren’t coming from a legitimate source, especially when you get several dozen of them every day from the same source. No … Read more

How to enable automatic logins in CentOS 6 and GNOME

I was researching auto login options for CentOS today. I thought those would come in handy when GNOME is used as a standard desktop, so that the computer starts straight into the desktop environment without the need to provide a password. It’s also a handy feature to have if the machine lives in another room … Read more

How to fix ProFTP Handshake Trouble in Plesk

I fixed a problem this morning which wouldn’t let the latest version of FileZilla v3.10.1.1 connect to one of my client’s servers anymore. This had not been a problem in the past. The connection itself worked, but FileZilla failed due to a problem with the TLS Certificate. Here’s the error: Status: Initializing TLS… Error: Received … Read more