16%
20.06.2022
_DB_PASSWORD=SOME_DB_PASSWORD
15 command: ["start-dev"]
16
17 postgres:
18 container_name: postgres
19 image: postgres:14
20 environment:
21 - POSTGRES_PASSWORD=SOME_DB_PASSWORD
22
16%
02.08.2022
in to the container. The command
docker run --name pad -p 8080:8080 --network host --env FLT_PROM_URL=http://pad.local.lan:9090 --env FLT_RETRAINING_INTERVAL_MINUTES=15 --env FLT_METRICS_LIST='up' --env APP
16%
22.12.2017
location / {
15 try_files $uri $uri/ =404;
16 }
17 }
ln -s /etc/nginx/sites-available/ www.linux-magazin.de /etc/nginx/sites-enabled/ www.linux-magazin.deservice nginx restart
Next
16%
22.12.2017
Application Platform, and a Kubernetes and Linux-based Container-as-a-Service (CaaS) Platform. With the upcoming release of SLE 15, customers will be able to switch easily between free-of-charge openSUSE LEAP
16%
09.08.2015
. The "Vivid Vervet" box describes how to compile the software for Ubuntu 15.04.
Vivid Vervet
You first need to install all required packages [5] to install Cockpit in Ubuntu 4.15:
sudo apt-get install
16%
20.03.2014
13 respawn
14 respawn limit 10 5
15
16 pre-start script
17 $DAEMON -t
18 if [ $? -ne 0 ]
19 then exit $?
20 fi
21 end script
22
23 exec $DAEMON
Listing
16%
02.06.2020
:40:04Z"
14 },
15 "entity": {
16 "host": "tired-duck-brash-civet",
17 "path": "",
18 "domain_guid": "fb6bd89f-2ed9-49d4-9ad1-97951a573135",
19 "space_guid": "d6
16%
02.06.2020
= sol.copy()
10
11 for j in range(0,ny-1):
12 sol[0,j] = 10.0
13 sol[nx-1,j] = 1.0
14 # end for
15
16 for i in range(0,nx-1):
17 sol[i,0] = 0.0
18 sol[i,ny-1] = 0.0
19 # end for
20
21 # Iterate
22
16%
01.08.2019
LOG --log-prefix "iptables: "
13 -A INPUT -j REJECT --reject-with icmp-host-prohibited
14 -A FORWARD -j REJECT --reject-with icmp-host-prohibited
15 COMMIT
In the /etc/rsyslog.d/10-iptables
16%
11.10.2016
, 5, and 15-minute time periods. When the system is idle, the load number is zero. For each process that is using or waiting for the CPU, the load is incremented by one. Typically, this includes