adding a backup script for cron to get our mailman archives.
also adding a bunch of archaic antiquated but potentially useful modem support files which can dial out using ppp and install the dgc modem driver.
--- /dev/null
+
+#[backup_mailman_archives]
+# creates a monthly backup of all the mailman list server's archives.
+14 2 28 * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; tar -czf /z/stuffing/archives/mailman_backup_$(hostname)_$(date_stringer).tar.gz /var/lib/mailman ) &>/tmp/${CRONUSER}-cron-mailman_backup.log
+
+
--- /dev/null
+#!/bin/bash
+sudo gnome-ppp
--- /dev/null
+#!/bin/bash
+sudo chmod 666 /dev/ttyACM0
+
--- /dev/null
+
+http://www.linuxant.com/drivers/dgc/
+
+
--- /dev/null
+#!/bin/bash
+
+THIS_FOLDER="$( \cd "$(\dirname "$0")" && /bin/pwd )"
+pushd $THIS_FOLDER/modem_driver/*
+sudo apt-get remove dgcmodem
+dpkg -i dgcmodem_1.13_i386.deb
+popd
+
+