16%
25.09.2023
14 if __name__ == '__main__':
15 app.run(host="0.0.0.0", port=5000)
Listing 4
my-app/webapp/Dockerfile
01 FROM python:3.11
02 WORKDIR /app
03 COPY . .
04 RUN pip install Flask
16%
04.08.2020
by timeit in Python: Extract timespec.c, stats.c, and stats.h from the book's source tarball, and compile it with:
cc timespec.c stats.c -o timespec -lm
You will want to read Chapter 15 in the book
16%
25.01.2022
_SSD 4 note_10_15.txt
After creating the archive, I copied it to my root directory and created a directory in the root of /home
named archivetest
. I simple used the mkdir
command and didn’t alter
16%
13.12.2018
USB Transfer Rates
Label
Speed (Mbps)
Version
Marketed Name
1.5M
1.5
1
Low speed
12M
12
1
Full speed
480M
16%
21.08.2014
binary packages for most major Linux major distributions. Fedora, for instance, offers an older Version 1.12 in the Fedora repository as well as a current ReaR Version 1.15 in Fedora updates. CentOS users
16%
11.02.2016
that have plagued us for the past 15 years could easily escalate if the trend for greater automation continues.
Imagine a system that intelligently heals itself, restarts its own services, monitors its own
16%
18.02.2018
variable "site_author" {
07 type = "string"
08 default = "Jon Doe"
09 }
10 variable "site_container" {}
11 variable "do_token" {
12 type = "string"
13 }
14 variable "key_path" {}
15 variable "ssh
16%
11.06.2014
@hercules
10 The key's randomart image is:
11 +--[ RSA 2048]----+
12 | |
13 | . |
14 | E |
15 | .. . |
16 | ..o. .S |
17 | .o . oo o |
18
16%
28.11.2023
"label": "localhost PING/PORT/HTTP Tests",
11 "tiles": [
12 {
13 "type": "PING",
14 "params": {
15 "hostname": "128.0.0.1"
16 }
17 },
18 {
19 "type": "PORT
16%
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