100%
01.06.2024
Rubén Llorente ... # A single task is defined, which by default will
20 # run only against "devuan" hosts.
21 tasks:
22 upgradeall:
23 desc: Upgrade all packages
24 target:
25 tags: [devuan]
26 cmd: |
27
71%
04.12.2024
Rubén Llorente ... "webservice" {
21 listen on 192.168.3.30 port 80
22 protocol "http"
23 forward to port 80 mode loadbalance \
24 check http "/index.html" code 200
25 }
26
70%
30.01.2024
Rubén Llorente ...
8, 9
Debian
11, 12
Ubuntu
20.04, 22.04
FreeBSD
13.x
OpenBSD
7.3
I recommend the downloadable installer, but I will skip
70%
25.09.2023
Rubén Llorente ... had a serviceable Internet connection at home; yet, I was stuck with a pitiful one. My ISP provided 3Mbps of symmetric bandwidth in an age in which urban dwellers had access to subscriptions 10 times
44%
07.07.2023
Inflection AI has raised $1.3 billion from investors including Microsoft and Nvidia to build an AI supercomputing cluster using 22,000 of the latest Nvidia GPU chips, reports Nick Flaherty ...
The cluster will use 22,000 Nvidia GPU chips.
29%
09.10.2017
.9 Ready 3h v1.6.2
Listing 2
Kubernetes Node Data Structure in YAML
$ kubectl get node 10.126.22.9 -o yaml
apiVersion: v1
kind: Node
metadata:
creation ... For research into deep learning algorithms that automatically acquire new skills, OpenAI operates some of the largest Kubernetes clusters worldwide, with up to 36,000 CPU cores. We look at some
21%
02.08.2021
_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 077 063 --- Pre-fail Always - 56770409
3 Spin_Up_Time 0x0003
20%
14.06.2018
-ranked Oak Ridge system. Summit is also capable of performing up to 3 billion mixed-precision calculations per second (3.3exaops).
The Summit system includes 4,608 compute servers, each with two 22-core IBM
19%
30.01.2020
tottime percall cumtime percall filename:lineno(function)
148/1 0.001 0.000 156.745 156.745 {built-in method builtins.exec}
1 149.964 149.964 156.745 156.745 md_002.py:3
19%
09.10.2017
a maximum of 1,000 objects, remember the offset, and keep retrieving the data until the bucket is processed. Listing 3 fetches all the files in a bucket from the cloud. It interprets your keys as Unix paths ... Data on AWS S3 is not necessarily stuck there. If you want your data back, you can siphon it out all at once with a little Python pump. ... Data Exchange with AWS S3 ... Getting data from AWS S3 via Python scripts