66%
25.03.2020
%; done
An updated list of drives will display the newly created partitions just below each disk drive (Listing 2). The newly created partitions now have 1s attached to the drive names (lines 13, 15, 18
66%
09.08.2015
).
Figure 17: One-for-one character replacement.
You use c to replace entire lines,
sed 'PATTERN'c'REPLACEMENT'
or like this:
sed [LINE(n)] c'REPLACEMENT'
The example in Figure 18 replaces an empty
66%
09.08.2015
(last, first, birthday) values ('Vimes', 'Samuel', '1962-04-03');
17 insert into Person (last, first, birthday) values ('Ramkin', 'Sybil', '1969-09-06');
18
19 insert into Book (name, translation) values
66%
30.05.2021
-arns arn:aws:iam::18xxxx010:root
Figure 3: You can see the trust policy added on the AWS console user interface.
The role name, in this case, is Soldier
66%
02.02.2021
.sin(periods * 2 * np.pi * t)
12 return max(value, 0.0)
13 else:
14 value = np.sin(periods * 2 * np.pi * t)
15 return max(value, 0.0)
16
17 # building the data vector
18 my_data = []
19 i = 0
20 while
66%
02.06.2020
the Beast
Elephant Shed is released under the GPLv3 license and supports PostgreSQL versions 9.4 upward. You can install the tool atop Debian 9, CentOS 7, or Ubuntu 18.04. The developers suggest
66%
01.08.2019
"interval": 60
14 }
15 },
16 "packs": {
17 "ossec-rootkit": "/usr/share/osquery/packs/ossec-rootkit.conf",
18 "it_compliance": "/usr/share/osquery/packs/it-compliance.conf",
19 "incident
66%
13.07.2018
is to get hold of the good stuff by cloning the repository. With the Git package installed, you can run the command:
$ git clone https://github.com/ansible/awx.git
On my Ubuntu 18.04 droplet, I run
66%
30.01.2024
additional work.
Infos
"Kubernetes StatefulSet" by Andreas Stolzenberger, ADMIN
, issue 73, 2023, pg. 18, https://www.admin-magazine.com/Archive/2023/73/Kubernetes-StatefulSet
Postgres operator
66%
16.05.2013
** ** ** ** ** **$apache_package_name = 'httpd'
14 ** ** ** ** ** **$apache_service_name = 'httpd'
15 ** ** ** ** ** **$apache_config_name = '/etc/httpd/httpd.conf'
16 ** ** ** **}
17 ** **}
18 }
19
20 class apache