14%
30.11.2025
PKCS#12 file [8] to the card using:
pkcs15-init --store-private-key tscherf.p12 --format pkcs12 --auth-id 01
The PKCS#12 file contains both the public key and private key. If you have a user
14%
30.11.2025
]: Universe
11 What is the name of your City or Locality?
12 [Unknown]: Gelsenkirchen
13 What is the name of your State or Province?
14 [Unknown]: NRW
15 What is the two-letter country code for this unit
14%
30.11.2025
were run on a virtual system (using ESX as the hypervisor) with fixed reservations for CPU and memory. To be more precise, I used a virtual CPU running at 1.5GHz and with 512MB of RAM in the virtual
14%
30.11.2025
.Xensource.xenapi.Connection;
07 import com.Xensource.xenapi.Host;
08 import com.Xensource.xenapi.Session;
09 import com.Xensource.xenapi.Task;
10
11 import de.pm.xenserver.utils.Server;
12
13 public class TestAPI {
14
15
14%
07.10.2025
AMD64 and ARM64
HTTP Boot support in Debian Installer and Live images for UEFI/U-Boot systems
Upgraded software stack: Gnome 48, KDE Plasma 6, Linux kernel 6.12 LTS, GCC 14.2, Python 3
14%
30.11.2025
, pfSense uses a DHCP client to retrieve an IP address for the WAN interface. In line with RFC 1918, it refuses IP addresses from the areas reserved for private LANs, 10/8, 172.16/12, and 192
14%
30.11.2025
InfiniBand for the compute node storage traffic or will GigE or 10GigE be sufficient? Should I use 15,000rpm drives or 7,200rpm drives? Do I need SSDs (solid state drives)? Which filesystem should I use
14%
30.11.2025
-shot challenger in this test, after some internal discussion, Red Hat adopted an almost Apple-like stance and refused to open up the current beta test to the press.
Whereas VMware customers could run six or 12
14%
30.11.2025
backup_active = 1
05 backup = 192.168.1.232
06 heartbeat = 1
07 heartbeat_port = 539
08 keepalive = 6
09 deadtime = 18
10 network = direct
11 debug_level = NONE
12 monitor_links = 1
13 syncdaemon = 1
14
14%
30.11.2025
=""
04 PING="ping -c1 -w 3"
05 PING2=""
06
07 case $OS in
08 HP-UX*)
09 PING=ping
10 PING2="-n 1"
11 RSH="remsh"
12 RSH2="-l user"
13 ;;
14 Sun