24%
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
24%
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
24%
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
24%
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
24%
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
24%
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
24%
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
24%
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
24%
30.11.2020
and run
inspec exec
or use InSpec's SSH capabilities, which may be the better approach,
inspec exec Example --key-files $HOME/.ssh/id_rsa --target ssh://root@10.42.0.1
especially
24%
02.08.2021
, change into the repository's root directory and build and install both the kernel modules and userspace utilities:
$ cd rapiddisk
$ make && sudo make install
Assuming that all libraries and package