47%
05.10.2018
/etc/profile.d/rvm.sh
$ rvm reload
$ rvm requirements run
$ rvm install 2.5 # This may take a while
$ rvm list
$ rvm use 2.5 --default
$ ruby --version
$ gem update # Errors not related to kubeclient
47%
11.04.2016
. The first subject the author discussed was how cosmic rays can cause memory errors, both correctable and uncorrectable. To protect against some of these errors, ECC (error-correcting code) memory [2] can
47%
30.05.2021
A long time ago, I was a system administrator for a couple of HPC systems, but I also inherited two Hewlett-Packard (HP) N-class servers (mainframes). Along with two WORM storage units, these were
47%
24.02.2022
or write?
Despite not having a precise definition, IOPS is a very important storage performance measure for applications. Think about the serial portion of Amdahl’s Law, which typically includes I
47%
01.06.2024
enabled
show
view
winget show vscode
Show information about a package
source
–
winget source add -n mypckgsource -t Microsoft.REST -a https
47%
01.08.2019
push remote.repository.com:5000/alpine:latest
The push refers to repository [remote.repository.com:5000/alpine]
73046094a9b8: Pushed
latest: digest: sha256:0873c923e00e0fd2ba78041bfb64a105e1ecb7678916d1f
47%
20.06.2022
$MailboxesTotal++
32
33 [...]
34
35 $nTimeout = 0
36 while ((Get-MailboxExportRequest -Mailbox $Mailbox).Status -ne "Completed") {
37 Start-Sleep -s 2
38 $nTimeout += 2
39 if ($nTimeout % 60
47%
07.04.2022
-federation-system upgrade -i kubefed kubefed-charts/kubefed --version=0.9.0 --create-namespace
The next step is to add the first cluster to the federation. To manage the federation, download the kubefedctl [2] tool and copy
47%
11.06.2014
# replace: olcRootDN
07 dn: olcDatabase={2}bdb,cn=config
08 changetype: modify
09 replace: olcRootPW
10 olcRootPW: {SSHA}f0pv70XFFox5UqKc6A4Uy39NcxkqcJbc
11 -
12 replace: olcAccess
13 olcAccess: {0}to attrs
47%
19.11.2014
at the swap usage. Although this method works reasonably well, I prefer to use vmstat [2] (virtual memory statistics), because I can tell how actively the node is swapping – a little or a lot? Vmstat