Technology related solutions, tips, tricks, and other interesting topics
The NSA recently declassified a document which revels the story behind how the United States first discovered the security threat of TEMPEST. TEMPEST is defined in Wikipedia as:
TEMPEST is a codename referring to investigations and studies of compromising emanations (CE). Compromising emanations are defined as unintentional intelligence-bearing signals which, if intercepted and analyzed, disclose the [...]
In: Web Development
29 Apr 2008Sometimes it is useful in the Apache configuration httpd.conf file to only apply configuration settings if a particular module has already been loaded. Or it is useful to load settings in the event an Apache module has not been loaded. Here is how to handle both cases:
<IfModule module_identifier>
# do these Apache settings if [...]
U.S. tax payers will be receiving economic stimulus checks a.k.a. tax rebate checks starting today. You are supposed to take this money and blow it on something like cool computer gadgets. This in theory will help bolster the U.S. economy. The money will be paid out on a schedule which will be determined by the [...]
This blog is about technology related topics. It will primarily contain problems and solutions to IT problems that I encounter on a day-to-day basis. In addition interesting things I come across either on or off the internet will be posted here as well. I will also include step-by-step tutorials to common tasks people may need to do with their computers.