18%
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
18%
30.01.2020
exploring.
Infos
"Automatically install and configure systems" by Martin Loschwitz, ADMIN
, issue 52, 2019, pg. 62: http://www.admin-magazine.com/Archive/2019/52/Automatically
18%
16.08.2018
-system state UP qlen 1000
link/ether 52:54:00:6b:55:21 brd ff:ff:ff:ff:ff:ff
inet6 fe80::5054:ff:fe6b:5521/64 scope link
valid_lft forever preferred_lft forever
Listing 4
Querying
18%
09.04.2019
Unexplained rename() delay: https://twitter.com/jsaryer/status/1069831718389960704
GitHub, James Saryerwinnie: https://gist.github.com/jamesls/9d52c7b3a19491f4d14c2d487515115f
rename(2) man page: https
18%
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
18%
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
18%
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
18%
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
18%
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
18%
22.05.2023
/pods/synapse:/data:Z
-e SYNAPSE_SERVER_NAME=domain.com
-e SYNAPSE_REPORT_STATS=yes
--net virt_net
--ip 192.168.122.26
--mac-address 52:54:C0:A8:7A:1a docker.io/matrixdotorg/synapse:latest
Exec