75%
03.04.2024
Marketplace (https://aws.amazon.com/marketplace/pp/prodview-xe2snnbtbhdpc?sr=0-1&ref_=beagle&applicationId=AWSMPContessa).
Additionally, CIQ is now offering enterprise-level support (https
75%
02.02.2021
08 # Network information
09 network --device=bond0 --bondslaves=ens1f0,ens1f1 --bondopts=mode=802.3ad,miimon-100 --bootproto=dhcp --activate
10 network --hostname=server.cloud.internal
11 network
75%
30.11.2025
, or a domain name. The tool ignores lines that start with a pound sign. Listing 1 shows an example of a whitelist file.
Listing 1
Whitelist Example
01 # Edith and Joe's computers:
02 192.168.0
75%
30.11.2025
=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32
03 \WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\Citrix\System32\
Figure
74%
20.03.2014
VMs.
Listing 3
centos6.5.dsmanifest
01 {
02 "name": "centos-6.5",
03 version: "1.0.0",
04 "type": "zvol",
05 "cpu_type": "qemu64",
06 "description": "Centos 6.5 VM 1.0.0
74%
30.11.2025
:
x=1
while [ $x -gt 0 ]; do
sleep $waittime
x=`ps aux | grep -c gauss`
done
/apps/bin/gauss $1 &
The script begins by setting the variable x to 1. Next, a while loop continues until x becomes 0
74%
07.06.2019
-docker-hub-digest
01 #!/bin/bash
02
03 # Retrieves image digest from public
04 # images in DockerHub
05 # modified from https://gist.github.com/cirocosta/17ea17be7ac11594cb0f290b0a3ac0d1x
06
07 set -o errexit
08
09 main
74%
30.11.2025
using?
07 1) ANSI Standard CRT
08 2) DEC VT100
09 3) PC Console
10 4) Sun Command Tool
11 5) Sun Workstation
12 6) X Terminal Emulator (xterms)
13 7) Other
14 Type the number of your choice ... 0
74%
10.04.2015
add -net 192.168.100.0/24 gw 192.168.2.2 dev eth0
up route add -net 192.168.13.0/24 gw 192.168.2.2 dev eth0
Listing 2
Set Routes
$ sudo route add -net 192.168.100.0/24 gw 192
74%
03.04.2024
the available elements in the output. Luckily, you can use filters (Listing 4).
Listing 2
Retrieving User Information
01 import requests
02 url = 'http://127.0.0.1:8000/api/v2/users'
03 headers