14%
15.12.2017
:create
19 end
20
21 cookbook_file "#{node['main']['doc_root']}/index.html" do
22 source 'index.html'
23 owner 'www1-data'
24 group 'www1-data'
25 action :create
26 end
27
28 template "/etc/apache2/sites
14%
01.06.2024
is available on your system. I'm using Ubuntu Linux 22.04 (Jammy Jellyfish) for reference. The installation instructions I skip through can be found online [2]. Proceed as the root user to get the correct
14%
05.03.2014
:15:01 all 2.08 0.00 0.96 0.02 0.00 96.94
12:25:01 all 1.96 0.00 0.82 0.06 0.00 97.16
12:35:01 PM all 1.22 0
14%
20.03.2014
all 1.22 0.00 0.73 0.00 0.00 98.05
12:45:01 PM all 1.32 0.00 0.72 0.01 0.00 97.95
12:55:01 PM all 1.79 0.00 0.75 0
14%
30.11.2025
involved and restart a daemon, remove block files, or even reboot the whole system. Because you should avoid running this kind of script as root, you can instead set up special users and groups to own
14%
02.08.2021
Enter file in which to save the key (/root/.ssh/id_rsa): eks-ssh
05 Enter passphrase (empty for no passphrase):
06 Enter same passphrase again:
07 Your identification has been saved in eks-ssh.
08 Your
14%
07.06.2019
DependencyWarning)
To get it working I had to downgrade urllib3
:
$ pip install --upgrade "urllib3==1.22"
Next, I downloaded the main docker-compose.yaml file from Anchore's GitHub pages [6] to the top-level of /root
14%
09.08.2015
root user.
Although this completes the installation, the database administrator (DBA) will want to configure the database via SSL for a production installation, because the data and passwords
14%
02.02.2021
file, you can use either the command,
$ export TELER_CONFIG="/root/teler.yaml"
a shell-wide environment variable (sometimes this path refers internally to a container path, so it might not work
14%
25.09.2023
up a container machine running Monit. Listing 1 [2] creates the Ubuntu 22.04 LTS base image used to create further images for the test container machines. To generate the base image, go to your