Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

update-squidguard(1) [debian man page]

UPDATE-SQUIDGUARD(1)					     SquidGuard documentation					      UPDATE-SQUIDGUARD(1)

NAME
update-squidguard - Update script for SquidGuard. SYNOPSIS
update-squidguard DESCRIPTION
This script performs a database rebuild for any blacklists listed in the default Squidguard config file `/etc/squid/squidGuard.conf'. After rebuilding the databases it will reload Squid / Squid3 so that it will make use of the updated lists. OPTIONS
-v | --verbose Show some more information and switch on progress bar when updating database. -c | --checkdb Check Berkeley DB version and rebuild full database only if Berkeley DB version have changed. This option should be used after upgrade of squidguard to reduce wasteful wait time. COPYRIGHT and LICENSE Copyright (C) 2003 Ivan E. Moore II, 2010-2012 Joachim Wiedorn This script is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. AUTHOR
update-squidguard was written by Ivan E. Moore II and updated by Joachim Wiedorn. This manual page was written by Joachim Wiedorn <ad_debian at joonet.de> for the Debian project (and may be used by others). SEE ALSO
squidGuard(1), squid(1), sgclean(1), hostbyname(1) Version 1.5 2012-04-15 UPDATE-SQUIDGUARD(1)

Check Out this Related Man Page

LILOCONFIG(8)						     liloconfig documentation						     LILOCONFIG(8)

NAME
liloconfig - create new lilo.conf file (with diskid and uuid) SYNOPSIS
liloconfig [-h] [-v] [-f] [lilo.conf] DESCRIPTION
liloconfig is an simple program for creating a new lilo.conf file. After creating the new configuration file you must execute '/sbin/lilo'. liloconfig use the lilo.example.conf file as template. In the final lilo.conf file you find many useful comments for custom changes. OPTIONS
-h Print a brief help. -v Print verbose messages. -f Force overriding existing lilo.conf. EXAMPLES
Lines in the configuration file /etc/lilo.conf: ### LILO global section ### #large-memory lba32 boot = /dev/sda map = /boot/map install = menu menu-scheme = Wb:Yr:Wb:Wb prompt timeout = 100 vga = normal #default = Linux ### LILO per-image section ### #boot = /dev/sda boot = /dev/disk/by-id/ata-SAMSUNG_SV1604N_S01FJ10X999999 image = /boot/vmlinuz-2.6.32-5book-686 label = "Linux" #root = /dev/sda1 root = "UUID=18843936-00f9-4df0-a373-000d05a5dd44" read-only # restricted # alias = 1 # optional initrd = /boot/initrd.img-2.6.32-5book-686 image = /boot/vmlinuz-2.6.32-5-686 label = "Linux Old" #root = /dev/sda1 root = "UUID=18843936-00f9-4df0-a373-000d05a5dd44" read-only # restricted # alias = 2 # optional initrd = /boot/initrd.img-2.6.32-5-686 COPYRIGHT and LICENSE Copyright (C) 2011 Joachim Wiedorn This script is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. AUTHOR
lilconfig was written by Joachim Wiedorn. This manual page was written by Joachim Wiedorn <ad_debian at joonet.de> for the Debian project (and may be used by others). SEE ALSO
lilo(8), update-lilo(8), lilo-uuid-diskid(8) 23.1 2011-03-20 LILOCONFIG(8)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

testing SquidGuard

Hi all, I installed squid + squidguard.. How do i do a simple test the squidguard? i did some research and i supposed to do dry run test , but i dont understand. Anyone can explain to me? Do i need to type in the command below on the prompt? echo "http://www.xxx.com 10.0.0.1/ - -... (0 Replies)
Discussion started by: c00kie88
0 Replies

2. Shell Programming and Scripting

Script to wait until file is updated

Hello, I need to evaluate (under BASH) if the certain file has been updated or not. If the file still wasn't updated, script should wait. The script picks up the time stamp of the file using command OldTimestamp=$(date -r $MyDir/$MyFile), but I don't know how to code a waiting loop with new and... (6 Replies)
Discussion started by: sameucho
6 Replies

3. SuSE

can you decipher this script ?

ssh-add -t 30 >/dev/null 2>&1 LOGNAME=`whoami` cp $HOME/.ssh/known_hosts $HOME/.ssh/known_hosts.org grep -v localhost $HOME/.ssh/known_hosts.org > $HOME/.ssh/known_hosts ssh -1 -f -l $LOGNAME -o "ForwardX11 yes" -o "StrictHostKeyChecking no" -L 6003:195.244.210.107:2222 ext-proxy-2 sleep 5... (7 Replies)
Discussion started by: llcooljatt
7 Replies

4. UNIX for Dummies Questions & Answers

UNIX script to find existences of files with a pattern in name

Hi My requirement is as follows. In a particular source directory say /home/Source, I need to search for filename with the following pattern. Bank_YYYYMMDD.txt and if the files with patterns are found them move them to archive directory /home/Source/Archive. The script should not do... (8 Replies)
Discussion started by: b.joe
8 Replies