11%
15.08.2016
DEFAULT group default qlen 1000
11 link/ether c6:27:2a:a8:06:ca brd ff:ff:ff:ff:ff:ff
12 8: veth1: mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
13 link
11%
18.07.2013
]
03
04 enabled = true
05 port = http,https
06 filter = naxsi
07 logpath = /var/log/nginx/error.log
08 maxretry = 6
09 banaction = iptables-multiport-log
10 action = %(action_mwl)s
11
12 # filter
11%
09.01.2013
with your S3 bucket, and you can use s3sync [6] to sync to S3 (somewhat like rsync). If you are running Windows, these Amazon S3 clients are available for backing up data to Amazon S3:
Amazon S3 Transfer
11%
21.08.2014
and production.
To show how monitoring profiles can be implemented for a specific server, the example distinguishes between mail, web, and database servers. It assumes that the stable version 1.12.3 of OpenNMS [6
11%
02.02.2012
for this example:
Order Deny,Allow
Deny from All
Allow from 12.12.12.12
Allow from 23.23.23.23
Allow from 34.34.34.34
This example denies access to everybody except the IPs listed, which follows the very sensible
11%
07.06.2019
${WORK_DIR}
10 VOLUME ${WORK_DIR}
11
12 COPY Debian/stretch-backports.list /etc/apt/sources.list.d/
13 COPY Debian/testing.list /etc/apt/sources.list.d/
14
15 RUN apt-get update -y \
16 && apt-get upgrade
11%
04.08.2020
.
DiffServ service classes provide the necessary traffic characteristics to the various applications on an end-to-end basis. RFC 4594 defines 12 service classes: two for network operation
11%
14.03.2018
key_material: "{{ item }}"
09 state: present
10 region: "{{ region }}"
11 with_file: /home/user/.ssh/id_rsa.pub
12 register: sshkey
13 tags: sshkey
14
15 - name: Create VPC INT
16 ec2
11%
12.09.2013
://www.hp.com/products/servers/management/integration.html
Community UI plugins
ShellInABox
http://derezvir.blogspot.co.il/2013/01/ovirt-webadmin-shellinabox-ui-plugin.html
oVirt Foreman
http://ovedou.blogspot.co.il/2012/12/ovirt
11%
10.04.2015
import java.io.*;
04 import java.util.*;
05
06 public class Readline {
07
08 [...]
09
10 public static final void load(ReadlineLibrary lib) throws UnsatisfiedLinkError {
11 [...]
12 System