14%
12.11.2012
.09 Temperature: 40 C\r
Usage of /: 1.0% of 454.22GB Processes: 168\r
Memory usage: 22% Users logged in: 1\r
Swap usage: 0% IP address for eth0: 192
14%
25.01.2017
between 1 and n
, the number of images. Notice it starts with a 1 and not a zero, which is perhaps influenced by the Fortran roots.
In the application code, you define a coarray with a trailing
14%
18.10.2017
. In this case, the template is *.dat.2
, which means find
will locate any file that ends in .dat.2
(note the use of the * wildcard). If I truly get desperate to find a file, I'll go to the root directory
14%
04.10.2018
to run test suites for immediate feedback.
To activate GitLab CI, you add a YAML gitlab-ci file (described later in the article) to the root directory of your Git repository. Once activated, each commit
14%
07.10.2014
. It is headed by a root directory (/). ZooKeeper nodes, or znodes
, are maintained below this; the name is intended to distinguish them from computer nodes.
A znode acts both as a binary file and a directory
14%
14.08.2017
orchestrator: Whereas Kubernetes comes from Google's Borg cluster system, Prometheus is rooted in Borgmon, the monitoring tool for Borg.
Matt Proud and Julius Volz, two former site reliability engineers (SREs
14%
25.03.2021
the previous Order/Allow/Deny syntax.
Without explicit configuration, the Directory directive allows access to the entire root filesystem, which can be prevented by the configuration shown in Listing 1
14%
09.01.2013
" = "" ]
17 then
18 echo "$0 error: ID missing." >&2
19 fi
20
21 id=$1
22 shift
23
24 echo "$id $(date +%s) $mode" >> $ACCOUNTING
The VM_HOOK construct can appear more than once in the configuration
14%
25.09.2023
application stack consisting of an Nginx reverse proxy, a Python Flask web application, and a Redis database. In the root directory of your project (let's call it my-app), create two folders: nginx and webapp
14%
26.01.2025
of accomplishing this added security is to confine the Julia process on the server to some type of virtual environment, such as a container from which it is impossible to see the machine's root filesystem. The use