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.
iTunes and QuickTime
Quicktime Installation
In order to use iTunes, Quicktime needs to be manually downloaded e. Once saved in \packages\apple, create the install script \scripts\quicktime.bat:
:: OPTIONAL: Install Quicktime
:: need to get it manually
:: <http://www.apple.com/quicktime/download/>
@echo off
todo.pl "%Z%\packages\apple\QuickTimeInstaller.exe /passive"
iTunes Installation
iTunes needs to be manually downloaded from Apple's iTunes page. Once saved in \packages\apple, create the install script \scripts\itunes.bat:
:: OPTIONAL: Install iTunes
:: need to get it manually
:: <http://www.apple.com/itunes/download/>
@echo off
todo.pl "%Z%\packages\apple\iTunesSetup.exe /passive"
- Log in to post comments