47%
30.11.2025
total = summary.values.inject(0) { |sum, i| sum += i }
12 puts "Found #{total} instances in the following states:"
13 summary.keys.sort.each do |s|
14 printf "%20s %d\n", s, summary[s]
15 end
16 puts
47%
30.11.2025
idea to choose an intuitive name. Listing 2 shows an example.
Listing 2
Your Own Domain in OpenShift
01 # rhc-create-domain -n tuxgeek -l tscherf@gmail.com
02 Password:
03 Generating
47%
30.11.2025
4: Controlling Scapy output.
>>> pkts = sniff(prn=lambda x:x.sprintf("{IP:%IP.src% -> %IP.dst%\n}{Raw:%Raw.load%\n}"))
To sniff the common ports for mail clients, 25 and 110, enter
47%
30.11.2025
/64 BS]... DONE
07 Many salts: 45898 c/s real, 45898 c/s virtual
08 Only one salt: 45108 c/s real, 45186 c/s virtual
09
10 Benchmarking: FreeBSD MD5 [32/64 X2]... DONE
11 Raw: 10995 c/s real, 10995
46%
30.11.2025
in Listing 3, I am adding nodes named n0 and n2. It also should be noted that using remote nodes assumes that Julia has been installed in the same location on each node or is available via a shared file system
46%
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
46%
30.11.2025
23 echo -n -e "\rTrying $offset..."
24 if mount -o loop="$LOOP",ro,offset=$offset $DEV $MNT >>mount.log 2>&1 ; then
25 echo -e "\nFound a filesystem, now mounted on $MNT"
26 break
27 fi
28
46%
30.11.2025
lxc.cgroup.devices.allow = c 1:9 rwm
25 lxc.cgroup.devices.allow = c 1:8 rwm
26 lxc.cgroup.devices.allow = c 136:* rwm
27 lxc.cgroup.devices.allow = c 5:2 rwm
28 # rtc
29 lxc.cgroup.devices.allow = c
46%
30.11.2025
oc.close()
20
21 if '__main__' == __name__:
22
23 uicores = cpu_count()
24 olck = Lock()
25
26 oque = Queue()
27 op, oc = Pipe()
28
29 for ui in xrange(1, 2*uicores):
30 ... 2
46%
30.11.2025
for Perl [1].
Today, Phpass is used by WordPress version 2.5 or newer, bbPress, and Vanilla. Modified versions, and all versions restricted to the MD5 emergency variant, are also integrated into phpBB3