Travis Forghani wrote: > Hi, > > I'm new to Linux and have ASSP running. It is running on Ubuntu Feisty > AMD64. I know I have to use Cron to schedule rebuildspamdb to run > weekly. How do I go about doing this?
Assuming you know how to use crontab this command will run the rebuild at 4am every Sunday. ---------- * 4 * * Sun root /usr/bin/perl /path/to/assp/rebuildspamdb.pl -notick ---------- > Also, is there a way to, via a scheduled script, disable my nic and > then re-enable it after a certain amount of alloted time? I do this > on Windows 2000 via devcon. You can use ifconfig for this. But why? Kevin ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
