Header Shadow Image


Archive for November, 2012

Empty pages after installing WP Super Cache and HTML Minifi

After enabling the wordpress WP Super Cache and the HTML Minifi plugin for the WP Super Cache plugin (That's right, a plugin for a plugin) I get empty pages on /localhost/wp/ (Or https://www.microdevsys.com/wp/) which obviously isn't so good for the readers.  So i download the plugin to my local server LAMP installation and test it […]

Error 105 (net::ERR_NAME_NOT_RESOLVED): Unable to resolve the server’s DNS address.

Sure enough we baught outselves a Nexus 7 tablet and of course what's a PC, miniature or not, without some sort of web access.  My router is setup with MAC address filtering which prevented initial connection unless I get the MAC address of the device to begin with.  Unfortunately, Nexus 7 won't let you into […]

The pages do not match! Timestamps differ or were not found!

WP Super Cache sometimes prints out this message.  Cliking on the link revealed a 403 forbidden error wehn we did try. Test your cached website by clicking the test button below. Fetching https://www.microdevsys.com/wp/ to prime cache: OK Fetching first copy of https://www.microdevsys.com/wp/: OK (1.html) Fetching second copy of https://www.microdevsys.com/wp/: OK (2.html) The pages do not […]

google results don’t match the search string

Google, I love that company but sometimes it puzzles me.  I'll search for: ckeditor links.js getSelectedLink but google returns this link: http://ckeditor.com/forums/CKEditor-3.x/Tutorial-how-modify-Links-Plugin-link-cms-pages (HINT: There's nothing on that page for getSelectedLink, not even in the source code of the page) but what I needed was: https://gist.github.com/3940239 but that doesn't appear in any of the search results.  […]

Error client Files Does Not Exist: 404 Not Found Page

While setting up my LAMP configuration on my HTPC, I get this error while trying to replicate my hosting environment for a future site upgrade: [error] [client ::1] File does not exist: /var/www/html/wp/download-rpm-package-using-yum-without-installing, referer: http://localhost/wp/ [error] [client ::1] File does not exist: /var/www/html/wp/how-to-find-the-mac-address-of-an-ethernet-or-wireless-card, referer: http://localhost/wp/ No matter what I tried, I couldn't get the links […]

How to find the MAC address of an ethernet or wireless card.

To find the MAC address of an ethernet or wireless card is generally straight forward for straight forward configurations.  The MAC address is a unique identifier for every NIC (Network Interface Card) that uniquely identifies that card amongst all others. There's several commands that can be used for this depending on your network configuration and […]

List contents of an uninstalled RPM package.

To list the contents of an uninstalled RPM package issue one of the following: # less kmod-compat-wireless-3.5.4-1.sn.el6.elrepo.x86_64.rpm 2>&1|grep 9170 or issue: # rpm -qpl kmod-compat-wireless-3.5.4-1.sn.el6.elrepo.x86_64.rpm

Download RPM package using yum without installing or updating

If you want to only download an RPM package without installing it, you'll need to install the yum-plugin-downloadonly.noarch package first.  This will then add options to the yum command allowing only downloads of RPM packages without installing them.    This is particularly handy if you just want to download a package for extracting single files […]

What is my unix shell version?

There's several ways to determine the ksh version.  All will print different results depending on the KSH you're running.  Here are the methods for finding the versions:

Destination Host Unreachable

While testing the NIC connectivity and speed for my HTPC / Home Backup system, I get this unpleasant surprise.  Needles to say the issue was really due to the high transfer speeds on my 1GB/s network that that intel card has appeared to have a bit of difficulty with.  The difficulty has now been resolved […]


     
  Copyright © 2003 - 2013 Tom Kacperski (microdevsys.com). All rights reserved.

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License