Displaying 2 results from an estimated 2 matches for "dbhome".
Did you mean:
mbhome
2018 Mar 14
4
Squid + SquidGuard : static block page not working
...(192.168.2.2) is allowed to access
anything on the Web, and all other client machines on the networks are
blocked and should be redirected to the avertissement.html block page
for every request.
--8<------------------------------------------------------------------
# /etc/squid/squidGuard.conf
dbhome /var/squidGuard
logdir /var/log/squidGuard
src admin {
ip 192.168.2.2
}
acl {
admin {
pass any
}
default {
pass none
redirect http://nestor.microlinux.lan/avertissement.html
}
}
--8<------------------------------------------------------------------
I appended the followi...
2011 Nov 19
11
Installing Oracle
This is pretty ugly.
I''m using puppet to install Oracle, ie an exec{} wrapped around:
/u01/oracle_extract/linux.x64_11gR2_database/database/runInstaller
-silent -responseFile /etc/oracle_response.rsp
The problem is that the damn installer backgrounds itself and returns
control to the shell. I tried putting the above command in a script,
followed by a wait command, but that