new vlan setup on redhat el3

create a startup script in /etc/sysconfig/network-scripts, using another vlan’d interface as a template (ifcfg-ethX.vlan) create a routing table in /etc/sysconfig/network-scripts, using another vlan’d route as a template (route-ethX.vlan) add the new route to /etc/iproute2/rt_tables using an unused table number (name needs to match what you specified your routing table) ifup the interface and ping it to be sure everything works (hint: make sure your switch has tagged the packets for

Continue Reading »

Install Me!!!

[Tunez!!!][1] [1]: http://tunez.sourceforge.net/

DSpam Configs for Mac OS X Server

This is a Mac OS X specific setup so that Server Admin doesn’t trample your configs if you ever make any changes (the cyrus part anyway, even though we’re not really using a cyrus delivery from postfix…)

Continue Reading »

dspam links

http://www.nuclearelephant.com/projects/dspam/dspam-users/1147.html http://www.nuclearelephant.com/projects/dspam/dspam-users/1198.html http://www.nuclearelephant.com/projects/dspam/dspam-users/1310.html http://www.nuclearelephant.com/projects/dspam/dspam-users/0110.html http://www.nuclearelephant.com/projects/dspam/dspam-users/0272.html

read this – otto stuff

http://sourceforge.net/forum/forum.php?thread_id=130832&forum_id=42866

another read me…

http://www.ntwizards.net/2003/08/22/distractions

half-baked: database driven weblogs and caching

[http://philringnalda.com/blog/2002/11/halfbaked_and_a_little_fried.php][1] [1]: http://philringnalda.com/blog/2002/11/halfbaked_and_a_little_fried.php

Adding a multi-line value to NetInfo using niutil and Applescript

Create the file you want to load into the value as plain text and scp it to your destination server. Create an applescript with the following text: set the text_file to open for access file “Remote HD:path:to:file” set text_of_file to read text_file do shell script “niutil -createprop -t radmind/network /computer_lists/Peds\ Managed\ Classic mcx_settingss ‘” & text_of_file & “‘” Save the applescript local, then scp it to the destination server ssh to the destination server as root and run `osascript name_of_applescript` Check with NetInfo Manager to see how things went.

Continue Reading »

Automatic Link Pop-out

Here’s a neat bit of code that, when embedded in a webpage, will pop all links into a new window when the form box is checked: <script language="JavaScript"<!-- // thanks to randomwalks.com for this code function targetLinks(boNew) { if (boNew) where = "_blank"; else where = "_self"; for (var i=0; i< =(document.links.length-1); i++) { document.links[i].target = where; } } // -- </script <form name="targeter" <input type="checkbox" name="targetbox" id="tcheck" onclick="targetLinks(this.checked);" <label

Continue Reading »

Converting Address Books

[Click to convert address books…][1] [1]: http://www.interguru.com/mailconv.htm