13%
30.11.2025
("http://spacewalk.tuxgeek.de/cobbler_api")
06 token = conn.login(user, password)
07
08 cblr_systems = '/root/cobbler.csv'
09
10 if os.access(cblr_systems, os.F_OK):
11 print "Reading system configuration file %s" % cblr_systems
12
13%
30.11.2025
06 domains = tuxgeek
07
08 [nss]
09 filter_groups = root
10 filter_users = root
11 reconnection_retries = 3
12
13 [pam]
14 reconnection_retries = 3
15
16 [domain/tuxgeek]
17 auth_provider = krb5
18
13%
30.11.2025
the Buffer
01 [global]
02 ioengine=libaio
03 direct=1
04 filename=testfile
05 size=2g
06 bs=4m
07
08 refill_buffers=1
09
10 [write]
11 rw=write
12 write_bw_log
13
14 [read]
15 stonewall
16 rw=read
17 write
13%
28.07.2025
on the programming model and compiler in use, these optimizations are so well understood as to carry their own names.
Loopy
David Spuler's recent works [1][2] feature the taxonomy of loop manipulation strategies
13%
30.11.2025
.33
164.69
0.75
rand_mat_stat
3.37
39.34
11.64
54.54
22.07
8.12
rand_mat_mul
1.00
1.18
0.70
1.65
8
13%
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
13%
30.11.2025
.have_ssl() then
11 return false
12 end
13 return true
14 end
The portrule in Listing 2 creates the variables svc.std and svc.ssl as associative arrays (lines 2 and 3) and then checks to see
13%
26.01.2025
=%h/containers/caddy/data/caddy:/data/caddy:Z
09 Volume=%h/containers/certificates:/data/certificates:z,ro
10 Volume=%h/containers/caddy/etc:/etc/caddy:Z
11 PublishPort=443:443
12 Network=reverse-proxy.network
13
14 [Service]
15 Restart=always
16
13%
30.11.2025
\@mydomain.com";
06
07 while(<>) {
08 if ( /^From:/ ) {
09 `sudo /etc/init.d/gdm restart` if ( /$legit_sender/ );
10 exit 0;
11 }
12 }
Two final authorization changes are needed to make
13%
30.11.2025
$password = "test12345";
09 // In a production web application, the password would be retrieved from a form filled out by the user
10 $hashwert = $hasher->HashPassword($password);
11
12 echo "Password