The Wp-Syntax plugin
for WordPress provides syntax highlighting for
WordPress blogs via the GeSHi PHP syntax
highlighter. Unfortunately, the plugin includes a builtin version of
GeSHi (currently 1.0.8.9) in geshi/
. As a result, not only are users
of the plugin not instructed to use the latest version …
ISC dhcpd has the ability to always
give a specific MAC address the same IP address “lease” using the
fixed-address configuration option. This is configured in
Vyatta using the static-mapping
configuration
statement. Unfortunately, since dhcpd doesn’t store fixed-address leases
in the dhcpd.leases
file, the Vyatta show dhcp leases …
Jess Robinson’s
SQL-Translator CPAN
module translates and parses SQL statements. The
SQLfairy project has some nice
binaries that, among other things, use GraphViz or GD to draw pseudo-ER
diagrams from SQL CREATE statements. Drawing a diagram of an SQL schema
is as easy as
sqlt-diagram --db=MySQL …