26%
30.01.2024
, which Apt relies on to ensure that the packets come from a reliable source (line 2); add the package sources for Docker to the local list of package directories (line 3); and update the local package
26%
14.03.2018
came with version 1. Developers abridged various features under simple commands to bring about a change in the overall user experience.
Table 1: Version Features
0.1–1.0
1.1–2.0
2.1–3 ... 0 ... 0
26%
30.04.2013
(adding s3cmd
to the PATH) doesn’t have to be remembered. Most stuff on servers is just files, which is what makes puppet so useful.
Now for the following line:
require => Package
26%
05.12.2019
-created
09 - event: comment-added
10 comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*RECHECK
11 success:
12 gerrit:
13 # return to Gerrit Verified+1
14 Verified: 1
15 ... The Zuul 3 gating system is a free and flexible solution for continuous integration, delivery, and deployment. ... Zuul 3 ... Zuul 3, a modern solution for CI/CD
26%
11.10.2016
editor such as Vi or Emacs have adopted the easiest CLI editor they could find.
Figure 3: Nano 2.0.9 on CentOS 6.8.
Nano was released in 1999 as free
26%
30.11.2025
need to specify the command with the desired sub-command, for which you can again get help. Typing
set address ?
takes you to a detailed syntax description (as shown in Figure 3). Thankfully
26%
20.06.2022
Installing the Ops Agent
:> agents_to_install.csv && echo '"projects/playground-gs/zones/europe-west3-c/instances/test-vm1","[{""type"":""ops-agent""}]"' > agents_to_install.csv && curl -sSO https://dl
26%
14.10.2019
is a simple broadcast (bcast
) of a Python dictionary:
from mpi4py import MPI
comm = MPI.COMM_WORLD
rank = comm.Get_rank()
if rank == 0:
data = {'key1' : [7, 2.72, 2+3j], 'key2' : ( 'abc', 'xyz')}
else
26%
30.11.2025
, libraries, and standards that aimed to give developers the ability to produce complete web applications simply in Lua. One of the results was Xavante [3], a web server written in Lua. The Kepler project has
26%
09.01.2013
in a loop.
Thus, the application can be switched to Capsicum capability mode with just two additional lines of program code:
if (cap_enter() < 0)
error("cap_enter: %s",pcap_strerror(errno));
The following