Tanner Williamson

Tanner Williamson Tanner Williamson is an Equal Opportunity Critic and does not discriminate based on race, gender, disability, ignorance, lack of intelligence, cockiness, terrible service, lack of support, lack of common sense, or Mac Lovers (which is actually just FreeBSD Linux btw).

Here I post my thoughts, tips, and information I consider useful. You will find everything from tutorials to interactions with individuals and companies, both of criticism, and of complements. There are legend stories of superior customer service, professionally written responses and interactions. On the other side of the spectrum, there are horror based-on-true stories which are under-rated and under-represented.

26 January 2010 ~ 0 Comments

Activating Windows Seven God Mode, Uber Elite Control Panel

Activating Windows Seven God Mode, Uber Elite Control Panel

Windows Seven contains a few “Easter eggs” or features for-the-finding. One of these, has been nicknamed “God Mode”, an uber-elite combination of the control panel, system manager, and other assorted control panels, combined to form an AIO (all-in-one) master control panel.

The benefits and applications of such an uber-elite control panel, to any IT savvy computer user, systems administrator, or technician are limitless; Easier and more direct access to troubleshooting and diagnosing system issues, system maintenance, LDAP and domain client-side configuration, etc.

To activate the “God Mode” control panel, we need to create a folder with the specific system registry trigger, included in the folder name. This quick visual guide will cover how to do this in under two minutes. Continue Reading

27 October 2009 ~ 14 Comments

Apple iPhone-iPod car Adapter Starts Car Fire

Apple iPhone-iPod car Adapter Starts Car Fire

Those of you who are constantly leaving your DC iPhone and iPod automotive car chargers plugged in will want to think twice after reading this email, which came directly down from a coworker of my father, who is working at a Raytheon facility in Germany.

One good thing to learn from this is, while this is directly tied to the iPhone and iPod chargers, there is no reason that one should ignore caution and leave plugged-in without adequate reason any type of automobile AC charger for any electrical device.

The Internal Raytheon iPhone and iPod Electrical Fire Memo

The following is an internal memo sent out from an official Raytheon employee to all the sites staff after the electrical fire incident occurred initiating from the left-plugged-in ac automobile adapter: Continue Reading

21 October 2009 ~ 0 Comments

Selectively Extracting Files or Directories from a Tarball File

If you use Tarball or Gzip file archives for storing your data, occasionally you may need to extract only a few select files or directories, rather than the entire archive file’s contents. Many people waste time, CPU, and drive space extracting the entire archive only to get access to a few of the contents, then to discard the rest of the data.

Why should one wait on files to extract that will just be deleted immediately after, without being used? Thanks to the great minds behind the tar application for Unix and Linux; we have been privileged with a solution. A little-known time saving tip is that extracting only specified directories or files from a tar gzip file is possible. Continue Reading

17 October 2009 ~ 0 Comments

Restarting Apache without killing active connections

Changes to Apache web server’s configuration typically warrant a necessary immediate restart of the Apache. This is necessary in order for the new configuration changes to take effect due to the way Apace loads configuration settings at start-up.

Examples of changes which would warrant a restart in order to take immediate effect would be changing (adding or removing) an IP address, modifying the maximum connections limit, installing or uninstalling module files, changing virtual host configurations, and the list goes on, etc.

What is a Graceful Restart, and Why Bother Restarting Apache Gracefully?

Chances are you are already aware that the above situations would require a restart of Apache. The question that needs to be answered is “Why restart with the graceful command rather than the standard restart command. Continue Reading

16 October 2009 ~ 0 Comments

Viewing the contents of tar gzip files without extracing them

What’s a Ball of Tar and a Zipper Have to do with My Linux Box?

Tarball files ( .tar ) are file archives commonly used in Linux and Unix file systems to store data backups and to assist in transferring of multiple files and directories quickly. Usually, tarbal ( .tar ) files are compressed with the GZIP library in order to save space, and make transferring quicker. Gzip’d tarball files are often have a .gz or .gzip file extension succeeding the .tar, and in equal are commonly used to backup and store data, as well as for transferring multiple files and directories around on the internet quickly and easily.

Why View the Contents of an Archive Without Extracting It?

There may be occasions when you simply want to see what is inside of a tar gzip file without having to actually extract the contents. This is Continue Reading