51%
30.11.2025
version [9].
Listing 3
/etc/openvpn/ccd/John_Doe
01 # John Doe
02 ifconfig-push 192.168.1.3 255.255.255.0
03 push "topology subnet"
04 push "redirect-gateway"
05 push "dhcp-option DNS 192
50%
30.11.2025
existing backups, enter:
burp -a l -b a
Of course, more complex queries are also possible. For example,
burp -a l -b 3 -r
lists all of the files in backup 3 that match the "regular
50%
30.11.2025
temporarily with
Listing 5
Error Messages
sh: /sbin/ifconfig: Permission denied
120405 8:29:02 [ERROR] WSREP: Failed to read output of: '/sbin/ifconfig | \
grep -m1 -1 -E '^[a-z]?eth[0-9
50%
30.11.2025
chips with 128Mx8 organization (1-Gb chips)
5.132
2.57
AL28M72A8BJH9S
1
DDR3, Registered, ECC, 1 rank
2.241
2.24
AQ12M72E8BKH9S
4
50%
30.11.2025
tests and take some of the load off the SSD with the fstrim command from a recent util-linux package [9].
The workload from Listing 3, which measures the IOPS with a variable block size between 2Kb
49%
30.11.2025
},
11 "run_list": [ "recipe[bootstrap::client]" ]
12 }
Now you can launch Chef Solo:
sudo chef-solo -c ~/solo.rb -j ~/chef.json -r http://s3.amazonaws
49%
31.10.2025
kernel
sles:~ # grep crash /proc/cmdline
root=/dev/disk/by-uuid/10a83ffe-5a9f-48a2-b8cb-551c2cc6b42d resume=/dev/sda3 splash=silent text showopts crashkernel=128
sles:~ # /etc/init.d/boot.kdump status
49%
30.11.2025
, appearing in alphabetical order but allowing intervening letters, you can use the search expression:
"a.*e.*i.*o.*u"
This would match lines 1, 2, and 3. If you want lines containing all five vowels in order
49%
30.11.2025
); i+= 4096) newblock[i] = 'Y';
12 printf("Allocated %d MB\n", allocation);
13 }
14 }
Things are more interesting when memory is being used. Uncommenting line 11 does just that. The OOM
49%
28.07.2025
[i] + b[i];
}
When the number of cycles is known at compile time, a loop can be fully unrolled:
c[0] = a[0] + b[0];
c[1] = a[1] + b[1];
c[2] = a[2] + b[2];
c[3] = a[3] + b[3];
However, it remains