18%
20.05.2014
Viewing Server Topology
01 # numactl --hardware
available: 8 nodes (0-7)
node 0 cpus: 0 1 2 3 4 5 6 7 8 9
node 0 size: 16373 MB
node 0 free: 15837 MB
node 1 cpus: 10 11 12 13 14 15 16 17 18 19
node 1
18%
25.09.2023
app: redis
14 spec:
15 containers:
16 - name: redis
17 image: redis:alpine
18 ports:
19 - containerPort: 6379
Listing 12
my-k8s
18%
09.10.2017
[...]
02 apiVersion: extensions/v1beta1
03 kind: Ingress
04 metadata:
05 name: test
06 spec:
07 rules:
08 - host: foo.bar.com
09 http:
10 paths:
11 - path: /foo
12 backend:
13
18%
22.12.2017
": "glusterfs-cluster"
06 },
07 "subsets": [
08 {
09 "addresses": [
10 {
11 "ip": "192,168,121,101"
12 }
13 ],
14 "ports
17%
07.06.2019
= 50ms;
07 .interval = 3s;
08 .window = 10;
09 .threshold = 8;
10 }
11 }
12
13 set beresp.grace = 12h;
Changes on the Fly
The reverse proxy not only delivers web pages
17%
21.08.2014
|http://www.wikipedia.org/|2|11|w|wi|wik
08 8|Blogger.com|http://www.blogger.com/|2|11|b|bl|blo
09 9|Baidu.com|http://www.baidu.com/|2|11|b|ba|bai
10 [...]
Figure 8
17%
30.01.2020
Name:
09 Ref: KeyName
10 SubnetId:
11 Ref: FortiVPCBackNet
12 SecurityGroupIds:
13 - !Ref ServerSecGroup
14
15 Server2Instance:
16 Type: "AWS::EC2::Instance"
17
17%
20.03.2014
com>"
05
06 start on (filesystem and net-device-up IFACE=lo)
07 stop on runlevel [!2345]
08
09 env DAEMON=/usr/local/openresty/nginx/sbin/nginx
10 env PID=/var/run/nginx.pid
11
12 expect fork
17%
10.06.2015
"} )
09
10 # force called programs to english output
11 LANG=C LC_ALL=C
12
13 function die {
14 echo 1>&2 "$*"
15 exit 10
16 }
17
18 function get_display_resolution {
19 local find_display="$1
17%
22.12.2017
.linux-magazin.de;
04
05 root /var/www/www.linux-magazin.de;
06 index index.html index.htm;
07
08 # Let's Encrypt Challenge
09 #
10 location ~ /.well-known {
11 allow all;
12 }
13
14