27%
03.12.2015
are pretty simple for Ubuntu (or Fedora 21) and are well documented [6]. Using the latest software version proved invaluable in the lab tests performed by the magazine's staff (Listing 1).
Ideally, users
27%
11.02.2016
Advisor. Instead, other tools step in.
One of the tools that generates graphics from the statistics in InfluxDB is Grafana [5], a fork of Kibana [6] used in the ELK (Elasticsearch, Logstash, Kibana) stack. Grafana
27%
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
27%
30.01.2020
specific CPUs with the use of features like sched_setaffinity() [6] or cgroups [7], which are both available in most Linux environments. However, such restrictions can also make scheduling even tougher
27%
22.12.2017
$keyfile /etc/ssh
08 chmod 644 /etc/ssh/$filename
09 done
10 if [ -f .ssh/config ]; then
11 cat .ssh/config >> /etc/ssh/ssh_config
12 sed -i 's|~/.ssh|/etc/ssh|g' /etc/ssh/ssh_config
13
27%
10.06.2015
prominent enterprises have adopted Mesos.
Mesos depends on a system of well documented APIs [6] that support programming in C, C++, Java, Go, or Python. As a scheduler, Mesos provides the underpinnings
27%
02.06.2020
Rename makes renaming files easy.
The Process Terminate tool [5] is in the planning stages and will help users terminate processes more easily, and GIF Maker [6] will help users create GIFs from video
27%
02.06.2020
], where IBM is not only supporting the existing communities like TensorFlow [5], Kubeflow [6] and Onyx [7], but we are also enabling the adoption of AI and machine learning [ML] in enterprises.
ADMIN: AI
27%
11.10.2016
in a summary overview.
ONOS also supports a wide selection of southbound interface protocols, over which SDN controllers and network devices can communicate. These protocols include OpenFlow [6] in versions 1
27%
11.10.2016
lines of Python.
The psutil documentation [6] discusses several functions for gathering CPU stats, particularly CPU times and percentages. Moreover, these statistics can be gathered with user