16%
30.01.2024
by default.
The first step is to make adjustments to the config.php configuration file. In particular, you can use SNMP v1, v2c, or v3. To define the SNMP details for versions 1 and 2, you need to extend
16%
03.08.2023
on the Azure portal. In a new rule, you then have the option to configure Data sources
and Resources
in the Configuration
section (Figure 3). Resources
in this example means the VM connected to the workspace
16%
18.07.2013
attach xq eth0
21
22 set cpu idle
23 boot cpu
The first step in the OpenVMS installation is to write a so-called "save set" of the operating system from the CD to the hard drive:
backup dua3:vms073
16%
09.01.2013
. The on parameter defines the event to which OpenNebula responds (Listing 1, lines 3 and 9). The command entries specify the script to be called; arguments defines a string containing its call parameters
16%
25.09.2023
. The nginx directory will contain a Nginx configuration file nginx.conf (Listing 1) with a Dockerfile (Listing 2); the webapp directory will contain a Flask app app.py (Listing 3) and the corresponding
16%
04.12.2024
.demo.com
, which is why the demo code on GitHub has a route definition in the 01a_awx_kube_route.yml playbook containing:
apiVersion: route.openshift.io/v1
kind: Route
Note that this only works with Open
16%
31.10.2025
eBox Technologies, and it is available as a free Basic Subscription as well as a Business and Enterprise Edition [3]. Essentially, the differences lie in the number of users and the update services
16%
30.11.2025
understanding of parallel computing [1]. I used the Ubuntu 9.10 x86_64 desktop distribution along with Python 2.7 to test the code in this article and to generate the screen shots.
Breaking GIL and Extracting
16%
30.11.2025
-N sshguard
The second command handles IPv6 packets. The next step is to extend the input chain so that network traffic is routed through the sshguard chain (Figure 2):
sudo iptables -A INPUT -j ... 3
16%
30.11.2025
active_checks_enabled 1
22 passive_checks_enabled 0
23 check_command check_ssh
24 max_check_attempts 3
25