SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
WindowsXP Updates
After getting the machines installed, i found that there were a variety of Windows XP patches missing from the Unattended scripts.
Download details for Windows patches can be obtained from the Update Lists of the Windows Update Downloader (WUD) program.
TextWrangler grep patterns
Find/replace patterns used in TextWrangler to convert the WUD list to Unattended .bat script format:
Find Pattern:
\t\t<update.*publishdate="(.*)" article.*>
\t\t\t<!--(.*)-->
\t\t\t<title>(.*)</title>
\t\t\t<description>.*</description>
\t\t\t<filename>(.*)</filename>
\t\t\t<url>(.*)</url>
\t\t</update>\r
Replace Pattern:
:: \1
:: \3
:: <\2>
:: URL|ALL|\5?download|updates/winxp_cj/\4
todo\.pl "\.reboot-on 194 %Z%\\updates\\winxp_cj\\\4 /quiet /nobackup /norestart
- Log in to post comments