49%
31.10.2025
seconds, for example:
# nc -p 16000 -w 30 examplehost.tld 22
If firewalling is in place and you need to originate your connection from a specific IP address to open a port, then you can enter:
# nc -s 1.2
49%
30.11.2025
folder in the email client. This is a link to a directory to which multiple users have access (Figure 2).
Figure 2: Archive folder in the email client
49%
31.10.2025
Grinder is not a KVM-specific tool: It can also cope with various other virtualization and cloud systems and – besides KVM – also supports VMware, Amazon EC2, and VirtualBox. Unfortunately, prebuilt BoxGrinder packages
49%
30.11.2025
_RESKEY_user doesn't exist"
20 return $OCF_ERR_INSTALLED
21 fi
22
23 getent group $OCF_RESKEY_group >/dev/null 2>&1
24 rc=$?
25 if [ $rc -ne 0 ]; then
26 ocf_log err "Group $OCF
48%
30.11.2025
for the configuration step:
# pvcreate /dev/sdb1
# vgcreate vg_cluster /dev/sdb1
# lvcreate -n lv_vm1 -L 50G vg_cluster
# lvcreate -n lv_vm2 -L 50G vg_cluster
The first command deposits the required LVM signature
48%
30.11.2025
}
19
20 -re "($|%|>) " { interact }
21
22 timeout {
23 send_tty "No response from $host\n"
24 exit
25 }
26 }
The script begins as usual by saving its arguments into variables
48%
30.11.2025
MySQL-shared-compat-5.5.22-2.el6.x86_64.rpm
rpm -i MySQL-client-5.5.22-1.el6.x86_64.rpm
With CentOS 6, the following additional package is necessary:
yum install openssl098e.x86_64
The easiest way
48%
30.11.2025
m
Memory
n
Networks
s
Sockets
t
TCP
x
Interconnect
y
Slabs
Table 2 lists the aspects that can be measured ... 9
48%
30.11.2025
-N sshguard
The second command handles IPv6 packets. The next step is to extend the input chain so that network traffic is routed through the sshguard chain (Figure 2):
sudo iptables -A INPUT -j
48%
30.11.2025
example, Mar 25, 2011, PrivateKeyEntry,
33 Certificate fingerprint (MD5): AC:D5:CB:5C:13:9D:EF:F2:85:6B:AB:89:49:F8:48:3A
Finally, to enable the web connector's HTTPS port, you need to add