9%
17.06.2017
to check the feasibility of migrating to RSTP or MSTP.
Infos
Cisco PVST configuration guide: http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960/software/release/12-2_53_se
9%
17.06.2017
tasks.
Local tools like Lynis [12] or the OpenSCAP policy test suite check a host for configuration vulnerabilities.
Good Sources, Quick Scans
Many system administrators retrieve software from
9%
02.08.2022
://github.com/AICoE/prometheus-anomaly-detector
AIOps: Anomaly detection with Prometheus, by Marcel Hild, Linux Foundation, https://events19.linuxfoundation.org/wp-content/uploads/2017/12/AIOps
9%
02.08.2022
NULL,
10 account VARCHAR(40) CHARACTER SET 'utf8' DEFAULT NULL,
11 PRIMARY KEY (id)
12 ) Engine=InnoDB CHARACTER SET 'latin1';
13
14 CREATE UNIQUE INDEX name_index ON domains(name);
15
9%
28.11.2022
, this step can take some time. In this setup, Git writes its data at a rate of about 1.2GB per minute. The speed also depends on whether Git needs to write small or large files. During the write process you
9%
25.03.2021
.html
Test for www.example1.de
Test for www.example1.de
# chmod -R 755 /var/www/www.example{1,2}.de
for these directories
9%
03.12.2015
download ready-made packages from the community catalog [12] and integrate them into your own OpenStack installation. Preparing your own package, of course, gives you an in-depth look behind the scenes
9%
03.12.2015
have not been installed and that general package upgrades exist (Figure 2). Landscape identified this in our lab for all Ubuntu systems we used from 10.04, through 11.x and 12.x, to 14
9%
11.02.2016
[12], for example, relies on cAdvisor and InfluxDB. Visualization then relies on either Grafana or Kubernetes' own Kubedash [13]. Dockerana [14], which took first place at the DockerCon 2014 Hackathon
9%
11.02.2016
state=absent
07 notify: Restart Apache
08
09 - name: Generate Vhosts
10 template:
11 src=vhost.conf
12 dest=/etc/apache2/sites-enabled/{{ item.hostname }}.conf
13 with_items: vhosts
14