Since I was a complete zoomtard, I forgot all the passwords on both my Linksys wireless access point and SmoothWall firewall. After a brief brainstorming session, I was unable to break into my own hardware. So, I went on a search for resetting the password of the SmoothWall. Nothing was in the documentation, the LILO bootloader had single user mode disabled and all the suggestions from IRC pointed me in the direction of a reinstall.
(more…)
Category: Gnus
News stuff.
-
SmoothWall – Password reset
-
Listen to CAT5 Radio!
Listen to Category 5 Radio right now…from 8:00 PM to midnight!
-
WebGUI – Multiple sites on the same server
Running multiple WebGUI sites on the same Web server is quite simple but not immediately obvious in the configuration files. All you need to do is move the WebGUI installation directory to a central location available to all virtual hosts such as
/var/www/lib/WebGUI
.
(more…) -
Operating system buffet…
How many operating systems have you used for at least one hour?
Slashdot posed the above question so I rattled my brain for a few minutes to come up with a quick and dirty list. I’m sure there’s more…
(more…) -
WebGUI – Getting rid of index.pl
The
RewriteRule
that is explained in Ruling WebGUI does not work properly with newer versions of Apache. Perhaps there was another configuration somewhere that was causing the incompatibility, but I’ve successfully created a rule that strips outindex.pl
from all requests and forwards the request on for processing. For example,http://foo.com/index.pl/bar
becomeshttp://foo.com/bar
.
(more…) -
Don’t just do something, sit there!
So, how do you cope with the stress of being overworked and underpaid? Why, just space out and stare blankly at your screen for a few hours! If you’re a diligent and loyal employee, however, you’ll probably be more inclined to find work-safe activities such as meditation and yoga. Megacorporations like Apple, Yahoo! and Google are already starting to sponsor such activities during work hours to boost morale.
Other employees aren’t so lucky and the extent of their on-the-job relaxation comes from rolling wads of toilet paper into little balls. At least there are hundreds of plans out there should employers become enlightened.
-
WebGUI Configuration Tricks
Database Name
The database name can be changed on the
dsn
line of the WebGUI.conf configuration file. This is convenient if multiple WebGUI instances will be run on the same server or if WebGUI tables must be inserted into an existing database.Tuning mod_perl
In order to get the best performance out of WebGUI,
mod_perl
must be installed and enabled for the directory that will be servingindex.pl
. In addition, preloading WebGUI using thepreload.perl
script will also increase performance.Modifications will have to be made to the
preload.perl
script:- Update the path on the
use lib
line. - Select
use ModPerl::Registry
instead ofuse Apache::Registry
.
Now, add the following line to httpd.conf within your virtual host config:
PerlRequire /path/to/WebGUI/sbin/preload.perl
Caching for fun and Profit
Install the
Cache::FileCache
Perl module using CPAN and restart Apache to enable caching. - Update the path on the
-
Where do you stash your media?
Now that you’ve gone through your entire CD collection and ripped everything, what do you do with the media? And no, I don’t mean bringing all your discs down to the local music store and selling everything used to pay for an iPod. I’m interested in sealed long term archival storage since, for the most part, I probably won’t be touching the master discs again once they’ve been ripped.
(more…) -
Evidence Eliminator Sucks
A recent article on Slashdot shows that Evidence Eliminator is back in the news. This time they’ve released the rabid lawyers in an attempt to shut down and silence Eric Lee Green, one of the primary critics of Evidence Eliminator on the Internet today.
Some may remember my previous entry on the subject…this goes to show even further that the Evidence Eliminator folks are extremely unprofessional. Even if I did need some sort of forensics defeating software, like I’d trust a company that can’t even maintain a professional looking Web site and has the writing and grammar skills of a fourth grader.
Update: The Evidence Eliminator Web site has been offline for quite a few hours now. Looks like they’ve been hit with a DDoS since the Slashdot story.