28%
07.10.2014
; only your explicitly allowed IP addresses present in /etc/hosts.allow can get that far.
Another useful precaution is to kick people off the server who have been idle for 20 minutes (i.e., 1,200 seconds
28%
14.03.2013
are using Ubuntu 12.04. But, if you are looking to deploy OpenStack Folsom, the default package source in Ubuntu 12.04 is not very useful because it only gives you packages for the previous version, Essex
28%
28.08.2013
). You can specify the number of threads to use and the block size, as in this example,
% pbzip2 -p 8 -b15vk massivetarball.tar
which uses eight threads and a block size of 1500KB (1.5MB).
A second
28%
18.07.2013
backend3.example.com server;
05 backend4.example.com server down;
06 backend5.example.com backup server;
07 }
08
09 upstream fallback {
10 fallback1.example.com server: 8081;
11 }
12
13
14 server {
15 %
16
28%
02.08.2021
-{{ openstack_release }}
cirros_deploy_image_upstream_url: https://share/ironic-ubuntu-osism-20.04.qcow2
dhcp_pool_start: 192.168.21.200
dhcp_pool_end: 192.168.21.250
dnsmasq_router: 192.168.21.254
domain: osism
28%
14.08.2017
of these is node_exporter [12], which reads and provides operating system metrics such as memory usage and network load. Meanwhile, a number of exporters [13] exist for a wide range of protocols and services
28%
20.03.2014
configuration tool is not included with the storage server out the box. The Administration Guide for RHSS is almost 200 pages long and explains in detail how to use and configure certain functions; however, all
28%
20.05.2014
01 var http = require('http');
02 http.createServer(function (req, res) {
03 res.writeHead(200, {'Content-Type': 'text/plain'});
04 res.end('Hello from Node.js\n');
05 }).listen(3000, '127
28%
03.12.2015
, and configuring, as well as how you can extend it for your own application needs.
Two Eclipse IoT open source projects can help you to build your device management stack. The first one, Wakaama [12] is a C
28%
05.02.2019
10
11 Options Indexes FollowSymLinks MultiViews
12 AllowOverride None
13 Order allow,deny
14 allow from all
15
16