100%
04.12.2024
Rubén Llorente ... " {
11 endpoint = "https://192.168.3.15:8006/"
12 username = "root@pam"
13 password = "proxmox"
14 insecure = true
15 tmp_dir = "/var/tmp"
16
17 ssh {
18 agent = true
19 }
20
99%
01.06.2024
Rubén Llorente ...
Chances are that any system administrator who governs a meaningful number or servers uses a configuration manager of some sort. Just imagine upgrading the kernel on 20 identical virtual machines
22%
04.12.2024
Attaching an iSCSI Device
$ uname -a
Linux DANSBOX 6.8.0-35-generic #35-Ubuntu SMP PREEMPT_DYNAMIC Mon May 20 15:51:52 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE ... The iSCSI protocol lets you access block storage across a network connection. We show you how to connect a Debian 12 system with a Synology storage device over iSCSI.
20%
06.05.2024
various components, ranging from the small Cluster HAT, to a small Raspberry Pi cluster, to an eight-node x86 stack. In my previous home I had three 20A circuits installed for clusters, I really like great
19%
05.08.2024
= [size][size]int {{0},{0},}
08
09 for i := 0; i < size; i++ {
10 for j := 0; j < size; j++ {
11 array[i][j]++
12 }
13 }
14
15
19%
04.12.2024
now sports a small FPC ribbon connector exposing a single-lane PCIe 2.0 bus. NVM Express (NVMe) [2] drives connect to the PCIe bus via an M.2 [3] adapter – in this case, to the new M.2 HAT+ released
18%
04.12.2024
"],
08 "serviceHistory": [
09 {
10 "date": "2023-01-15",
11 "serviceType": "Oil change",
12 "dealer": "BMW Service Center"
13 },
14 {
15 "date": "2023-06-20",
16
17%
01.06.2024
is 20x because only 95 percent of the algorithm can execute in parallel (compute the fraction 1/20 from that 5% number). That limitation led to a search for embarrassingly parallel
algorithms
17%
01.06.2024
{
"$schema" : "https://aka.ms/winget-packages.schema.2.0.json",
"CreationDate" : "2024-03-05T03:41:14.411-00:00",
"Sources" :
[
{
"Packages" :
[
{
"PackageIdentifier" : "Microsoft.VisualStudio.2022.Community
17%
05.08.2024
of additional disk space will be used.
...
Processing triggers for man-db (2.12.0-4build2) ...
In reading through the Podman manual, it appears that almost everything I do with Docker commands are the same in Podman, except for the first command. I