15%
22.08.2011
require 'deltacloud'
03 URL, USER, PASSWORD = ARGV
04 client = DeltaCloud.new(USER, PASSWORD, URL)
05 summary = Hash.new(0)
06 state = client.instances.inject({}) do |state, inst|
07 state
15%
12.03.2015
time: 5.245 seconds
iter 1
iter 5
iter 10
iter 15
iter 20
Benchmark completed
VERIFICATION SUCCESSFUL
L2 Norm is 0.5706732285739E-06
Error is 0.1345119360807E-12
MG
15%
10.10.2022
.logp
gpu-manager-switch.log
boot.log
kern.log
dmesg
syslog
dpkg.log
Xorg.0.log
dpkg.log
These logs typically have a more or less
15%
17.02.2015
8:affe ::4711":
netsh interface ipv6 add route ::/0 "LAN-Connection" \
2001:db8:affe::4711
You can also look at the routing table outside of NetShell using the route print or netstat -nr commands
15%
17.02.2015
RR can be removed as soon as its DNS time to live (TTL) has expired.
Listing 2
Fingerprint in the TLSA RR
$ dig TLSA _25._tcp.mail.sys4.de +short
3 0 1 9273B4E9040C1B9EE7C946EFC0BA8AAF2C
15%
10.04.2015
Initialization time: 5.245 seconds
iter 1
iter 5
iter 10
iter 15
iter 20
Benchmark completed
VERIFICATION SUCCESSFUL
L2 Norm is 0.5706732285739E-06
Error is 0.1345119360807E
15%
10.04.2015
on other Linux systems such as CentOS or Fedora.
First, you need to grab the JBoss Data Virtualization software [2]. Then, unpack the JAR archive using
java -jar jboss-dv-installer-6.0.0.GA-redhat-4.jar
15%
10.04.2015
with TurnKey Linux
TurnKey Linux version 13.0 has been available since August 2014. All TKL appliances have been based on Debian since version 12.0; whereas previous versions were based on Ubuntu
15%
05.02.2019
commercially as a replacement for conventional storage. Rook very conveniently came along as free software under the terms of Apache license v2.0.
Conclusions
The idea behind Rook is not particularly
15%
02.08.2021
then create a small shell script (here, itaworker.sh) that contains a Bash-specific for loop:
!#/bin/sh
for ((i=0; i<3; i++)); do echo "$i"
done
If you parse this script with checkbashisms, it complains about