18%
25.03.2020
local server machine (Listing 1). In this example, the four drives sdb
to sde
in lines 12, 13, 15, and 16 will be used to create the NVMe target. Each drive is 7TB, which you can verify
18%
07.06.2019
_facts.instance is defined
11
12 - name: Destroy faulted VM
13 vmware_guest:
14 hostname: "{{ Vv_hostname }}"
15 username: "{{ Vv_username }}"
16 password: "{{ Vv_password }}"
17 name: "{{ vm_name }}"
18
18%
25.09.2023
14 if __name__ == '__main__':
15 app.run(host="0.0.0.0", port=5000)
Listing 4
my-app/webapp/Dockerfile
01 FROM python:3.11
02 WORKDIR /app
03 COPY . .
04 RUN pip install Flask
18%
30.01.2020
exploring.
Infos
"Automatically install and configure systems" by Martin Loschwitz, ADMIN
, issue 52, 2019, pg. 62: http://www.admin-magazine.com/Archive/2019/52/Automatically
18%
16.08.2018
-system state UP qlen 1000
link/ether 52:54:00:6b:55:21 brd ff:ff:ff:ff:ff:ff
inet6 fe80::5054:ff:fe6b:5521/64 scope link
valid_lft forever preferred_lft forever
Listing 4
Querying
18%
25.01.2022
_SSD 4 note_10_15.txt
After creating the archive, I copied it to my root directory and created a directory in the root of /home
named archivetest
. I simple used the mkdir
command and didn’t alter
18%
13.12.2018
USB Transfer Rates
Label
Speed (Mbps)
Version
Marketed Name
1.5M
1.5
1
Low speed
12M
12
1
Full speed
480M
18%
21.08.2014
binary packages for most major Linux major distributions. Fedora, for instance, offers an older Version 1.12 in the Fedora repository as well as a current ReaR Version 1.15 in Fedora updates. CentOS users
18%
11.02.2016
that have plagued us for the past 15 years could easily escalate if the trend for greater automation continues.
Imagine a system that intelligently heals itself, restarts its own services, monitors its own
18%
18.02.2018
variable "site_author" {
07 type = "string"
08 default = "Jon Doe"
09 }
10 variable "site_container" {}
11 variable "do_token" {
12 type = "string"
13 }
14 variable "key_path" {}
15 variable "ssh