How to easily export browsing history in Chrome

Published on Author JFLeave a comment

How to easily export browsing history in Chrome You need  get your entire history in Google Chrome in order to find that one page you visited a month ago and just can’t seem to remember what it was or find it in the Chrome interface. Here’s an easy way. Get ChromeHistoryView.   Not only will… Continue reading How to easily export browsing history in Chrome

Output Microsoft Windows installed features to a file

Published on Author JFLeave a comment

Use PowerShell to output a list of installed features This requires a couple steps. I ran this in Microsoft Windows 2012 R2. YMMV. I was in a rush and didn’t feel like figuring out why you have to do step 1. Create a folder called log and text file called iis.log somewhere. I used C… Continue reading Output Microsoft Windows installed features to a file

IIS Redirect With a Querystring/URL Vars

Published on Author JFLeave a comment

Basics about HTTP Redirect IIS has lots of built in utilities and GUI tools for managing websites. If you need to do a redirect from one URL to another, it couldn’t be easier, especially if you need to include the querystring or URL vars (variables). By the way, if you just need a simple way to… Continue reading IIS Redirect With a Querystring/URL Vars

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL

Published on Author JFLeave a comment

MySQL server has gone away. But where did it go? PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: This can be a tear your hair out kind of error, especially in Drupal. The solution, however, is often pretty simple: MySQL is out of connections. Or, more appropriately, max_allowed_packet is probably set too low… Continue reading PDOException: SQLSTATE[HY000]: General error: 2006 MySQL

TLS 1.2 Support for MSSQL

Published on Author JFLeave a comment

Like many people, you’re still running Windows 2008 R2. You removed SSL and TLS 1.0 and other various security related connection configurations and protocols and you want to now install Microsoft SQL Server 2008 R2! Note: if you have not disabled these open wounds of Internet communication you should do so now! Note: there are… Continue reading TLS 1.2 Support for MSSQL

Apple Pay Domain Verification with IIS

Published on Author JFLeave a comment

Apple Pay will give you a file to post on your site in order to verify your domain, similar to how SSL certificate and Google Analytics does it. In my case, however, the path Apple gave included no extension on the filename. IIS will not deliver files without an extension by default. You have to… Continue reading Apple Pay Domain Verification with IIS

Linux cheat sheet for command line tools

Published on Author JFLeave a comment

Welcome to my personal copy/paste crib sheet for everything I use on Linux. I am far from a guru and it is not my full time job, so sometimes I can’t remember the command and its switches exactly. This is primarily CentOS 6.x. Your mileage may vary. See anything I should add? Comment below! Add… Continue reading Linux cheat sheet for command line tools