15%
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
15%
13.06.2022
as root, be careful. For example, to run the EP benchmark use:
time mpirun -np 6 -h ./hostfile ep.B.x
The output could be written to a random file in /tmp
and parsed for the runtime.
The benchmark time
15%
13.07.2022
following commands on the system – in my previous example, this would be laytonjb-desktop
:
$ sudo chmod u+s $(which screen)
$ sudo chmod 755 /var/run/screen
Note that these commands need to be run by root
15%
20.02.2023
the total size, use the command du -sh
on the root directory (/). Recall that /home
and /opt
are NFS exported to the compute node so the output of the command includes the space for those directories
15%
17.02.2015
Docker detractors believe the root of the problem is Docker's overlay design, because they think its modifications are too wild, but the security also leaves something to be desired.
A Docker container
15%
10.06.2015
to manually create a log folder, as follows:
$ sudo mkdir /var/log/suricata
$ sudo mkdir /etc/suricata
Make sure these folders are owned by the Suricata process, as well as by root. Then, copy the files
15%
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
15%
05.02.2019
. Instead, you simply communicate the key data of the required database to the cloud through the appropriate API interface (e.g., MariaDB, root password admin
, high availability). The cloud then takes care
15%
29.09.2020
command run as root (so check the script that the command downloads and executes before trusting it implicitly by omitting the sh - after the pipe):
$ curl -sfL https://get.k3s.io | sh -
The website tells
15%
30.11.2020
on and the certificate to be used are defined as parts of the same configuration. The PFX file with the TLS certificate must be located in the root directory of the web application. The password is in plain text in the C