Barack Obama and Joe Biden: The Change We Need
 
Obama '08
Volunteering for change
headline »
Thu, 25/09/08 – 22:27 | No Comment

This afternoon I volunteered at the local field office in South St. Louis for Barack Obama. When I got there there was a flurry of activity, and I could tell people were there because they wanted to be. As we waited for others to show up to get started, I saw a pile [...]

Read the full story »
art

geek

howto

music

politics

Home » Archive by Tags

Articles tagged with: code

HOWTO: webserver in 100 lines of Bash
Thursday, 4 Sep, 2008 – 18:48 | 3 Comments
HOWTO: webserver in 100 lines of Bash

I’m a big Bash fan, I know Perl is the more popular scripting language, and I’m slowly using it more, but hey, if I need something done, I can do it quicker in Bash (keeping in mind that I’m a systems guy, not a dev guy). While at work looking up Bash related syntax [...]

HOWTO: create a pidfile for a startup script
Thursday, 8 Nov, 2007 – 15:32 | 3 Comments
HOWTO: create a pidfile for a startup script

On the monit mailing list today someone asked how they could monitor a process that didn’t have a pidfile associated with it.  Without thinking I jotted this down, there’s likely a better way, but this should work and may be all I need for some init.d scripts for a couple of apps on ramon (the home server).  In the the beginning of the [...]

Allow Varnish to reuse its shared object
Wednesday, 7 Nov, 2007 – 13:15 | 5 Comments
Allow Varnish to reuse its shared object

BACKGROUND:  The following is a proposal I submitted to the Varnish developers in order to make it simpler to integrate Varnish (an HTTP accelerator for web sites) into production environments.  fak3r uses Varnish in front of its webserver, Lighttpd, so it’s likely that the page you’re now reading was served to you not by the webserver, [...]

crash Internet Explorer with a link
Saturday, 20 Oct, 2007 – 19:09 | No Comment
crash Internet Explorer with a link

I thought the days of crashing IE with just some malformed code were over, apparently not. I just takes a misplaced wildcard in a style declaration to send it down.
<style>*{position:relative}</style><table><input /></table>
This took out IE on my work computer which is fully patched. I’ve read that people running IE under Wine in Linux have it crash [...]

Firefox 2.0 tweaks
Thursday, 26 Oct, 2006 – 11:29 | No Comment
Firefox 2.0 tweaks

By now you should know that if you surf the web, you should be using Firefox. Earlier this week they released version 2.0 with a host of improvements (many small) and some needed polish. While the jump to 2.0 may have been a bit of a reach, the direction Firefox is heading is [...]

Please Listen Closely, As Our Menu Options Have Changed
Tuesday, 5 Sep, 2006 – 15:17 | One Comment
Please Listen Closely, As Our Menu Options Have Changed

From the great Freakonomics.com, an article about an online database that’ll get you through the ‘phone trees’ or mazes anytime you have to call some company for customer service. “One solution to Phone Tree Hell is the beautifully named GetHuman database, which provides a nearly encyclopedic list of companies’ phone numbers and the string of [...]

Roundcube Webmail update script
Wednesday, 31 May, 2006 – 17:19 | No Comment
Roundcube Webmail update script

The Roundcube Webmail Project is moving along, and my Roundcube HOWTO install is one of the more popular ones on my site. Today I updated to the latest SVN version, since they’ve recently moved from CVS to SVN for version control, and wrote a script to automate this so I can just run it [...]

HOWTO: Fix login issue on Typo
Thursday, 6 Apr, 2006 – 14:58 | No Comment
HOWTO: Fix login issue on Typo

NOTICE: Before you try this, see the update below - this could mess things up if you have more than one user, and you’re not trying to fix the Admin login
fak3r.com runs the latest (greatest?) Typo code, but sometimes this leads to problems. After an update a few days ago I could no longer [...]

IE 7 Beta 2 (and matching DoS attack) released
Wednesday, 1 Feb, 2006 – 20:47 | 4 Comments
IE 7 Beta 2 (and matching DoS attack) released

Amazing, so today Microsoft releases Beta 2 of IE 7, and almost simultaneously comes a tailor made DoS attack! ”Overview: A denial of service vulnerability exists within Microsoft Internet Explorer 7.0 Beta 2 which allows for an attacker to cause the browser to crash, and or to execute arbitrary code on the targeted host. [...]

Firefox buffer overflow
Wednesday, 7 Dec, 2005 – 19:05 | No Comment
Firefox buffer overflow

There’s a Firefox buffer overflow script listed on Packet Storm. The Javascript can be embedded into HTML and make Firefox log a very long topic line into its history.dat file. Any ensuing Firefox starts will cause a crash due to a buffer overflow. The fix would be to delete the history.dat file, [...]