17%
30.11.2025
=~ s/%([0-9a-fA-F][0-9a-fA-F])/pack("U",hex($1))/eg;
11 # test for each group squid sent in its request
12 foreach $group (@groups) {
13 $group =~ s/%([0-9a-fA-F][0-9a-fA-F])/pack("U",hex($1))/eg
17%
30.11.2025
is the oldest without significant change, is still in development). ISPConfig (see Figure 12) is probably the most popular.
Figure 12: ISPConfig is a popular
17%
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
17%
28.07.2025
':
07 ensure => running,
08 enable => true,
09 hasrestart => true,
10 require => Package['openssh-server'],
11 }
12
13 augeas { 'Set SSH Protocol to 2':
14 context
17%
07.10.2025
) provides a simple and secure way to make public keys for email addresses available over HTTPS. The underlying standard was first implemented in GnuPG version 2.1.12 and has been enabled by default since
17%
30.11.2025
system for ICANN's controversial new gTLD Program, and the registration system was shut down on April 12 after reports of a bug that allowed applicants to see information in other customers' accounts
17%
30.11.2025
is launched, select Actions
| Create New Domain
.
There, you will be asked to enter the 12-digit domain identifier, and the public key will be sent to the WiKID server.
You will be prompted to enter
17%
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
17%
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
17%
27.05.2025
;
05
06 public class HelloWorldSample
07 {
08 static async Task Main(string [] args)
09 {
10 await HelloWorldSample.Run();
11 }
12
13 public static async Task Run()
14 {
15 using var scanning