19%
22.12.2017
": "glusterfs-cluster"
06 },
07 "subsets": [
08 {
09 "addresses": [
10 {
11 "ip": "192,168,121,101"
12 }
13 ],
14 "ports
19%
28.11.2023
image: monitoror/monitoror:${MTRRTAG:-latest}
05 ports:
06 - "38080:8080"
07 environment:
08 - "MO_CONFIG=/etc/config.json"
09 restart: unless-stopped
10
11 networks:
12 default
19%
17.06.2017
integer :: allocate_status
08 !
09 n = 10
10 allocate( array(n, n), stat = allocate_status )
11 if (allocate_status /= 0) stop "Could not allocate array"
12 !
13 subarray => array(3:7,3:7)
14
18%
06.10.2022
{
10 "UserName": "ferdinand",
11 "SerialNumber": "arn:aws:iam::123456789:mfa/ferdinand",
12 "EnableDate": "2021-04-25 09:00:38+00:00"
13 }
14 ],
15 "Groups
18%
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
18%
10.04.2015
"version": "3.0.0",
03 "watched": [
04 {
05 "path": "/opt/repos",
06 "triggers": [
07 {
08 "name": "repos-sync",
09 "command": [
10 "/usr
18%
26.11.2013
ability of web browsers to encrypt and decrypt application data using JavaScript, is currently under review by the World Wide Web consortium (W3C) as a draft. This promising technology reaches well beyond
18%
14.03.2013
enable TLS 1.2 – given OpenSSL 1.0.1 and a recent 2.2 or 2.4 version of the Apache web server – using the SSLProtocol configuration option. Listing 1 provides a potential server configuration.
Listing ... SHA-3 ... SHA-3 – The new hash standard
18%
09.10.2017
_consumer_secret>"
06 config.access_token = ""
07 config.access_token_secret = ""
08 end
09
10 user = client.user("23Cent")
11 puts user.name
12
13 def collect
18%
12.09.2013
. There are some new lines: 5 and 12 to 22. Line 22 installs the sig function as a signal handler for SIGTERM. When the signal arrives, line 13 opens a new connection to the database and calls the pg