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.
Spotlight Indexing
- To only turn off indexing on a volume:
sudo mdutil -i off /Volume/drivename/
- To Turn off indexing and remove indices on a volume:
sudo mdutil -E -i off /Volumes/drivename/
- To only turn on indexing on a volume:
sudo mdutil -i on /Volumes/drivename/
- To turn on indexing and rebuild indices on a volume:
sudo mdutil -E -i on /Volumes/drivename/
- To only force rebuilding of indices on a volume:
sudo mdutil -E /Volumes/drivename
Technology:
- Log in to post comments