30%
25.09.2023
-config
22 mountPath: /etc/nginx/nginx.conf
23 subPath: nginx.conf
24 volumes:
25 - name: nginx-config
26 configMap:
27 name: nginx-config
Listing 10
30%
04.12.2024
.demo.com
, which is why the demo code on GitHub has a route definition in the 01a_awx_kube_route.yml playbook containing:
apiVersion: route.openshift.io/v1
kind: Route
Note that this only works with Open
30%
23.04.2014
on your system. Almost all firewalls allow port 22 access, so you don’t have to configure anything extra, such as NFS or CIFS. You just need one open port on the firewall – port 22. All the other ports can
30%
13.03.2012
instructions, hunting down tools, and undoing missteps before you can enjoy your new furniture. Indeed, should you not have the mechanical inclination to put bolt A16 into offset hole 22, your new furniture
30%
20.12.2012
with OS fingerprinting. The following command executes a simple port scan on a chosen system:
nmap -v -A www.haribo.de
An abridged version of the output from this command is shown in Listing 1.
Listing 1
30%
15.04.2013
, they convert arbitrary input to fixed length output. The output is typically a hex number: for example, the MD5 hash of the word “Hello” is 8b1a9953c4611296a827abf8c47804d7. To be secure, a cryptographic hash
30%
30.07.2014
=> SOCK_STREAM)
or die "Couldn't connect to $remote_host:$remote_port: $@ \n";
while() {
my @lavg = Sys::CpuLoad::load();
my $ts=time();
print $socket "system.loadavg_1min $lavg[0] $ts\n";
print
30%
31.05.2012
want to write simple scalar loops that compile down to tight machine code using just the registers on a single CPU. We want to write A*B and launch a thousand computations on a thousand machines
30%
29.09.2020
and doubles the cache size (from 3 to 6MB), in exchange for a small drop in baseline clock speed – 2.3 to 2.2GHz (peak drops from 3.2 to 3.1GHz).
Major Surgery
Legend has it that no one has ever
opened
30%
29.09.2020
, much has changed. The Red Hat-sponsored project is now available for Fedora, Red Hat Enterprise Linux (RHEL), CentOS, Debian (version 9 and above), and Ubuntu (17.04 and above) and runs on x86