13%
18.07.2013
, which comes up with the OpenVMS trademark and version number and then prompts you to enter the date. It completely does without modern bells and whistles but expects the input in exactly one format:
22
13%
09.01.2013
" = "" ]
17 then
18 echo "$0 error: ID missing." >&2
19 fi
20
21 id=$1
22 shift
23
24 echo "$id $(date +%s) $mode" >> $ACCOUNTING
The VM_HOOK construct can appear more than once in the configuration
13%
25.09.2023
-config
22 mountPath: /etc/nginx/nginx.conf
23 subPath: nginx.conf
24 volumes:
25 - name: nginx-config
26 configMap:
27 name: nginx-config
Listing 10
13%
04.12.2024
.value.description }}"
inventory: "{{ inventory.name }}"
state: present
enabled: true
variables:
ansible_host: "{{ item.value.ip }}"
ansible_port: "{{ item.value.port | default('22') }}"
with
13%
31.10.2025
.
Unfortunately, version 2.2, available since September 2011, is no longer up to date as far as software packages are concerned, which in some cases could lead to weaknesses in security. Version 2.2 runs on top
13%
30.11.2025
oc.close()
20
21 if '__main__' == __name__:
22
23 uicores = cpu_count()
24 olck = Lock()
25
26 oque = Queue()
27 op, oc = Pipe()
28
29 for ui in xrange(1, 2*uicores):
30
13%
30.11.2025
specific ports with sshguard, you can use the --destination-ports parameter to find them. For example,
sudo iptables -A INPUT -m multiport -p tcp --destination-ports 21,22 -j sshguard
would block only
13%
30.11.2025
notification_interval 60
16 notification_options d
17 }
18
19 # Fileserver
20 define host{
21 host_name fileserver
22 alias Fileserver
23
13%
30.11.2025
: Man pages can be obtained by installing SUNWman
22 Postinstall: Copying SMF seed repository ... done.
23 Postinstall: Applying workarounds.
24 Done: Installation completed in 411.387 seconds