16%
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
16%
07.04.2022
now has multiple versions of the chart. The command
# helm search repo kubefed
delivered version 0.9.0 in our lab, which is used as a parameter when importing the chart:
# helm --namespace kube
16%
05.12.2014
A real IP 192.168.0.201
zoneB real IP 192.168.0.202
virtual IP (VIP) 192.168.0.200
On each GZ, you need to install the latest SmartOS standard64
dataset (the UCARP package was buggy in some old releases
16%
13.06.2016
Standard Filesystems
Distribution
Filesystem
Debian (from v7.0 wheezy)
ext4
Ubuntu (from v9.04)
ext4
Fedora (from v22)
XFS
SLES (from v12
16%
02.08.2021
-physical-network physnet1 --share provisionnet
# openstack subnet create --network pxenet --subnet-range 192.168.21.0/24 --ip-version 4 --gateway 192.168.21.254 --allocation-pool start=192.168.21.22,end=192
16%
11.06.2014
's New in SMB 3.0?
In Windows Server 2012, Microsoft introduced SMB version 2.2 with further improvements. Later, these innovations were deemed so far-reaching that the version was subsequently increased
16%
25.02.2016
__name__ == '__main__':
# Main dictionary
d = {};
# define interval and add to dictionary
interv = 0.5;
d['interval'] = interv;
# Number of cores:
N = psutil.cpu_count();
d['NCPUS'] = N
16%
15.08.2016
can manage the whole deployment and hardware configuration with PowerShell commands. For instance, you can create a new machine with the command:
> new-vm -Name win8 -MemoryStartupBytes 512MB -Boot
16%
25.03.2020
Vuuouf
04 aKdeFvdeY4x9tGmh7FQ51Qi6EEr9LLy2Q8qTtEuN2fJ4PnWBNRfKwhWb
05 SNQWvq1jwhsXlsAelLz7tO5kptI7TO16p2ncpnhJqfzT5mWJ4nK76YPZ
06 lu+MZlIYJOMv/OQWD2nVmsjXeO0dnsrL8MyC5wdyPy2gbksWBscsbwN2
07 34APEYO48B6sovy
16%
13.06.2019
(i,j) = B(i,j) + C(i,j)
enddo
enddo
#pragma omp for collapse(2)
for ( i = 0; i < N; i++ ) {
for ( j = 0; j < N; j++ ) {
A[i][j] = B[i][j] + C[i][j]
}
}
The collapse
clause has some restrictions. One