Software |
DMX4Linux Driver Suite for Linux |
csv2iif.pl suite convert PayPal transactions to IIF, OFX, QIF |
Hardware |
DMX30 Interface 128Ch SPP |
DMX43 Interface 2out 2in EPP |
LED Hardware for Linux and Windows |
EPROM Sampler for 8 bits of sound |
Misc |
CatWeasel Linux drivers for MK3/4 PCI |
pg_trompe PostgreSQL replication |
trycatch C exception/signal handling lib |
Patches to various software |
Tools and small scripts |
Docs misc documents |
Links to lighting stuff |
Tweaks and Settings for Mozilla / Firefox / ThunderbirdDisable Direct HTTP auth confirmation dialogIf you include a username and password in an URL
(
List of installed PluginsEver since the Mozilla browsers supported plugins you could see the list of currently installed and active plugins via about:plugins. openurl helper programopenurl is a shell script which will open URLs and files correctly in your running browser. If you are annoyed by programs calling mozilla (or firebird or whatever) for you to open a ressource and then mozilla complains it is already running you need this script. Install it to someplace and then set your BROWSER environment variable to this script. If you want to use the openurl wrapper from Thunderbird you'll have
to include these lines in your (Thunderbird) user_pref("network.protocol-handler.app.http", "/usr/local/bin/openurl"); user_pref("network.protocol-handler.app.https", "/usr/local/bin/openurl"); user_pref("network.protocol-handler.app.ftp", "/usr/local/bin/openurl"); audiowrapper helper programIf you use mozplugger to handle various multi media formats you'll run into the problem that mozilla hands over a filename from it's own cache to mozplugger which hands it to the external helper application. As the cache names don't contain the filename extension many helpers refuse to accept/play this file. The script audiowrapperplugin tries to autodetect the filetype and call the correct program. It even comes handy as a general audio file multiplexer which gets called by other programs. The program has the additional feature that you can reconfigure the
player it uses by calling it with fix mailto: linksIf you are using Firefox and would like it to handle mailto: links
by opening a new Thunderbird email you can use my thunderbird wrapper script. Install this to
user_pref("network.protocol-handler.app.mailto", "/usr/local/bin/thunderbird"); user_pref("network.protocol-handler.external.mailto", "true"); |