MikroTik – Backing Up Your MikroTik & Routerboard Config
Last Updated on November 28, 2014 EST by Jordan Another great script that will email you a copy of your MikroTik/Routerboard device config. You can find the source on the MikroTik Wiki below. http://wiki.mikrotik.com/wiki/Send_Backup_email Some notes about the script on the MikroTik wiki and below. I had to modify the script on the MikroTik website, …
Read More
MikroTik – Automatically creating DNS record for each DHCP lease/client
Last Updated on November 28, 2014 EST by Jordan You’ll notice that when you first get your MikroTik router, that it doesn’t create DNS records for each DHCP client that successfully receives a lease. The below article provides the necessary script to create a DNS record for each DHCP Client. I’ve provided a link to the Mikrotik Wiki article …
Read More
Upgrading Zen Theme Foundation (Confluence) Brand from 3 to 4.1.4
Last Updated on November 28, 2014 EST by Jordan If you have a custom brand for your Zen Theme Foundation plugin, and upgraded the plugin from version 3 to 4.14. You might have noticed that some images are missing, or you might not even noticed them missing because no missing image is displayed. To fix …
Read More
Cisco ASA Lost Config After Power Cycle
Last Updated on June 27, 2012 EDT by Jordan I ran into this recently where a Cisco ASA was powered off accidentally, and lost a whole month of config changes. The firewall still operated because it still had a config, just nothing from a month ago. I then decided to log into the Cisco ASA and …
Read More
Moving WordPress to a New Domain Name
Last Updated on November 28, 2014 EST by Jordan So there are a couple of things that you’ll need to do before to ensure a successful move of your WordPress Installation to a new domain name. 1. I’m sure you know how to copy all of the WordPress Files and Database to the new location …
Read More
WordPress and Protecting Directories with .htaccess
Last Updated on November 28, 2014 EST by Jordan You’ll find sometime that when you deploy WordPress in order for permalinks to work correctly you need a proper .htaccess file. This .htaccess also affects anything else you place within your web root when WordPress lives. For instance if you need to password protect a directory …
Read More
Ubuntu Squid 3 SSL Support PPA
Last Updated on November 28, 2014 EST by Jordan If you’re looking for squid3 with SSL support in Ubuntu, you’re in luck! There’s a PPA that is providing squid3 with SSL support compiled in. Simple run the following command to add the mojocode PPA. add-apt-repository ppa:mojocode/ppa More information on the mojocode PPA. https://launchpad.net/~mojocode/+archive/ppa
Read More
Fix Ubuntu Apt error “public key is not available” GPG Keys
Last Updated on November 28, 2014 EST by Jordan If you’ve ever used the a package or repository from the Ubuntu Personal Pakacge Archive, you may have receive an error when each time you use apt-get. The error looks something like this. W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn’t be verified because …
Read More
Ubuntu apt-key not working? Behind a Firewall? Open port port 11371 or use http://:80
Last Updated on April 12, 2012 EDT by Jordan I was trying to get some Ubuntu PGP Key’s for some ppa.launchpad.net sources, and apt-key kept erroring out. All I had to do was open up 11371 on my firewall or just use http://keyserver.ubuntu.com:80 which would force the HTTP protocal instead of HKP. It’s that simple …
Read More
Ubuntu PHP5-FPM NGINX
Last Updated on May 30, 2019 EDT by Jordan So I’ve been starting to deploy nginx on more systems, and working with php5-fpm and have had some great success. However a few issues have come to light, and it was hard to find information about these issues online. Lots of Google digging later I’ve found …
Read More