18%
18.02.2018
. The required modifications are explained in the Huginn wiki [3].
The software is based on Ruby on Rails [4] and therefore requires an installed Ruby environment; in fact, it needs version 2.2 or 2
18%
06.10.2019
pingtest.pl
01 #!/usr/bin/perl
02 use Cassandra::Client;
03
04 my $client=Cassandra::Client->new(
05 contact_points=>['172.21.0.2', '172.21.0.4', '172.21.0.5'],
06 username => 'admin',
07
18%
30.11.2020
cri-o-${CRIO_VERSION}
The following NEW packages will be installed
cri-o-1.17
0 to upgrade, 1 to newly install, 0 to remove and 0 not to upgrade.
Need to get 17.3 MB of archives.
After this operation
18%
01.04.2014
bootstrapping of its own local cloud, which does not require access to a public cloud provider and thus imposes very few requirements.
The Cloudify tarball is a heavyweight at 160MB, but the user initially only
18%
20.03.2014
bootstrapping of its own local cloud, which does not require access to a public cloud provider and thus imposes very few requirements.
The Cloudify tarball is a heavyweight at 160MB, but the user initially only
18%
25.01.2022
17 lvm_vs_md_tar.gz 1365 sandforce.tar.gz
22 et4_64GB_journal.txt 0 MD_ARTICLE 0 SMARTMONTOOLS
4 ext2_defaults.txt.gz 0 MD_ARTICLE_2 4 squashfs
18%
12.11.2020
f(x):
return x*x
# end def
def trapezoidal(a, b, n, h):
s = 0.0
s += h * f(a)
for i in range(1, n):
s += 2.0 * h * f(a + i*h)
# end for
s += h * f(b)
return (s/2.)
# end def
# Main
18%
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
18%
05.12.2016
# Deactivate comments to keep these rules permanently
090 UNBLOCK_AUTO=0
091
092 echo "Initialize iptables"
093 # Create rule chains
094 chain_exists LAST_RESORT || ${IPTABLES} -N LAST_RESORT
095
18%
13.10.2021
:
Thread 0 is placed on core 0, socket 0
Thread 1 is placed on core 1, socket 0
Thread 2 is placed on core 2, socket 0
and so on until all n
cores on socket 0 are used
Then,
Thread n
+1