70%
26.01.2025
.
Listing 4
Server with Graphics
01 using HTTP, JSON, Plots, Base64
02 const PORT = 8660
03
04 function startserver()
05 io = IOBuffer();
06 x = 0.0:2PI/1000:2PI
07 WebSockets.listen("127.0.0
70%
25.09.2023
_monit_srvc.sh (Listing 3); then, create an image containing everything required to run Monit by executing the command:
docker build -f Dockerfile_ UbuntuJJFMonit .-t ubuntujjfmnt:5.33.0
Listing 2
Dockerfile
70%
07.06.2019
to see which arguments belong to which function.
Listing 5
Pipe Operator
> x <- c(TRUE, FALSE, TRUE, TRUE, FALSE, FALSE, TRUE, NA)
>
> # base
> paste0(round(mean(x, na.rm = TRUE), 2
69%
08.10.2015
the number of processes from 1 to 64, you can see in Figure 2 how the wall clock time on the y
-axis is affected by the number of processes on the x
-axis
69%
27.11.2011
needs direct access to the hardware and thus typically runs with root privileges. The exceptions are Mac OS X and Solaris, where the user only needs access privileges for the network interface card device
69%
11.06.2014
/pki/tls/certs/ldap.acme-services.org.crt $(openssl x509 -in ldap.acme-services.org.crt -noout -hash).0
After these two steps, you can check the server certificate with the openssl command, which provides the s_client command for this purpose
69%
02.02.2021
payment = new Payment(orderId,**1000.00d);
07 final ProducerRecord record =
08 new ProducerRecord("transactions",
09 payment
69%
03.12.2015
2001:db8::201:203:409 prefixlen 64 scopeid 0x0
inet6 2001:db8::5555 prefixlen 64 scopeid 0x0
inet6 fe80::1:2ff:fe03:409 prefixlen 64 scopeid 0x20
ether 02
69%
06.08.2012
2 khess khess 4096 2012-07-03 15:59 Desktop
drwxr-xr-x 2 khess khess 4096 2012-07-03 15:58 Documents
-rw-r--r-- 1 root root 0 2012-07-07 15:04 goo.txt
-rw-r--r-- 1 khess khess 49 2012
69%
01.08.2019
push remote.repository.com:5000/alpine:latest
The push refers to repository [remote.repository.com:5000/alpine]
73046094a9b8: Pushed
latest: digest: sha256:0873c923e00e0fd2ba78041bfb64a105e1ecb7678916d1f ... Running your own registry for Docker images is not difficult. We'll show you how to get started using the free docker_auth software.