25%
30.11.2025
endpoint1=192.168.80.0/24
07 endpoint2=192.168.2.0/24
08 action=requireinrequireout
09 auth1=computerpsk
10 auth1psk="test123"
11 qmsecmethods=esp:sha1-3des
12 qmpfs=dhgroup2
If you need
25%
30.11.2025
is supplied free of charge to customers, is currently available as version 3.06 for Windows and Linux.
Figure 1: The Igel thin client UD3 series (source: Igel
25%
30.11.2025
. In Python 2.3, the logging module [3] was finally added to the standard library, so assuming you have Python in place, you have nothing to install. To use the module, import it at the start of a script, like
24%
30.11.2025
_notification_period weekend
06 }
Because this references the time period weekend
, I also need to set that up in timeperiods_nagios2.cfg
(Listing 3). The timeperiod
definition can also handle references to other
24%
30.11.2025
_NOT_RUNNING
08 fi
09
10 pid=`cat $ASTRUNDIR/asterisk.pid`
11 ocf_run kill -s 0 $pid
12 rc=$?
13
14 if [ $rc -eq 0 ]; then
15 if ocf_is_true "$OCF_RESKEY_realtime"; then
16
24%
30.11.2025
.tex att3.tex > attach.tex
28 pdflatex attach.tex
29
30 # Generate filename from date and random number
31
32 dn=$(date +%Y-%m-%d-%H-%M-%S.$$)
33
34 # Merge PDF files
35
36 pdftk A=copy.pdf B=attach.pdf CAT
24%
30.11.2025
:add-symbol-file module.ko text_address -s .data data_address -s .bss bss_address
9. Debug: Set breakpoints and so on.
In Toolchain
, enable the Build gdb
for the Host
option; in Kernel | Kernel version
, type 3
24%
30.11.2025
. Current enterprise solutions for the virtualization of servers and desktops [3] are all based on KVM.
Setup and Software
The example discussed in this article uses two physical nodes: host1
and host2
24%
30.11.2025
combinations are supported:
ShadowProtect 4.0.1: Oracle VirtualBox 3.1.0--3.2.6
ShadowProtect 4.0.5: Oracle VirtualBox 3.1.0--3.2.12
ShadowProtect 4.1: Oracle VirtualBox 3.1.0--4.0.4
Shadow
24%
30.11.2025
environments. The example in Listing 3 shows how you could handle scripting if this is relevant to your environment.
Listing 3
Handling Special Cases
01 OS=`uname -s`
02 RSH="rsh -l user"
03 RSH2