18%
29.06.2011
the plug, first placing kqemu under the GPL and finally dropping it entirely in favor of KVM.
As of version 0.10.0, Qemu officially supports KVM, and as of version 0.12.0, kqemu is history. However, the KVM
18%
09.10.2017
_consumer_secret>"
06 config.access_token = ""
07 config.access_token_secret = ""
08 end
09
10 user = client.user("23Cent")
11 puts user.name
12
13 def collect
18%
17.02.2015
and – importantly – the string ESMTP (Listing 1).
Listing 1
Unfiltered SMTP Connection
$ telnet mail.sys4.de 25
220-mail.sys4.de ESMTP Postfix
EHLO client.example.com
250-mail.sys4.de
250-PIPELINING
18%
04.08.2020
romulus 192.168.133.11
node create --node-type satellite remus 192.168.133.12
node create --node-type satellite vulcan 192.168.133.13
node create --node-type satellite kronos 192.168.133.14
In addition
18%
10.04.2015
cloud offerings from Red Hat.
Gears and Cartridges
Like other PaaS technologies, OpenShift is generally focused on web development. Only Ports 22, 80, 443, 8000, and 8443 are available from the outside
18%
09.10.2017
dir=os.path.dirname(path)
07 if dir and not os.path.exists(dir):
08 os.makedirs(dir)
09 if os.path.basename(path):
10 bucket.download_file(path,path)
11
12 bname='prosnapshot'
13
18%
28.11.2022
charting select metrics and sensors to facilitate time series analysis. Not perfectly polished in its windowing toolkit interactions, at least in Ubuntu 22.04, it nonetheless remains the best option
18%
25.03.2021
(Listing 1), which indicates a push.
Listing 1
Server Push in Log
2020-11-22T12:01:10+01:00 1606042870.567 200 605 h2 "GET /index.html HTTP/2.0"
2020-11-22T12:01:10+01:00 1606042870.567 200
18%
18.07.2013
, it is already in the /etc/apache2/ports.conf file; openSUSE 12.3 uses /etc/apache2/listen.conf, and on CentOS it's in /etc/httpd/conf.d/ssl.conf. If necessary, remove the hash signs (#) that comment out
18%
28.11.2021
edit podman.socket
08 mkdir -p /etc/systemd/system/podman.socket.d
09 cat >/etc/systemd/system/podman.socket.d/override.conf
10 [Socket]
11 SocketMode=0660
12 SocketUser=root
13 Socket