18%
18.07.2013
proxy_intercept_errors on;
17 ...
18 Filming location
19 ...
20 error_page 502 @ fallback;
21 proxy_next_upstream HTTP_500 http_502 http_503 http_504 timeout error invalid_header;
22 proxy_pass http
18%
15.08.2016
ns2 ip addr add 1.1.1.2/10 dev veth2
18 $ ip netns exec ns1 ip link set veth1 up
19 $ ip netns exec ns2 ip link set veth2 up
20
21 $ ip netns exec ns1 ping -c2 1.1.1.2
22 PING 1.1.1.2 (1.1.1.2) 56
18%
09.08.2015
developments in the open source groupware alternatives PostPath, Kerio, Kolab, Open-Xchange, Scalix, Tine 2.0, Zarafa, and Zimbra.
PostPath
Somewhat unlucky in its hunt for customers, PostPath [1] used to have
18%
27.09.2021
="test.bin", status="replace", &
18 action="readwrite", &
19 iostat = ierr)
20 if (ierr > o) then
21 write(*,*) "error in opening file Stopping"
22 stop
23 else
24 do
18%
02.08.2022
be turned on and off according to what you want to check about the state of the node.
Almost 20 years ago, when I worked for a Linux high-performance computing (HPC) company that no longer exists, we had
18%
05.08.2024
/average VFull-backup size is above acceptable limit of 25TB
(W102) last VFull runtime is longer then acceptable limit of 22h
(C301) average incremental-backup size is above acceptable limit of 200GB
(W302
18%
10.06.2015
– Default; an improved and optimized version of the LZ77 algorithm.
LZMA2 – An improved version of LZMA.
PPMD – Dmitry Shkarin's PPMdH with small changes.
PCJ – A converter for 32-bit x86 executables
18%
04.08.2020
(minified by 25.99X)
from python:2.7-alpine - 84.3MB => 23.1MB (minified by 3.65X)
from python:2.7.15 - 916MB => 27.5MB (minified by 33.29X)
from centos:7 - 647MB => 23MB (minified by 28.57X)
from centos ... DockerSlim minifies your Docker container images up to 30x and adds security, too.
18%
11.04.2016
Example
# iostat -xmt 1 /dev/sda
Linux 3.16.7-21-desktop (tweedleburg) 08/07/15 _x86_64_ (8 CPU)
08/07/15 17:25:13
avg-cpu: %user %nice %system %iowait %steal %idle
1
18%
07.06.2019
check_args "$@"
13
14 local image=$1
15 local token=$(get_token $image)
16 local tags=$(get_tags $image $token)
17 echo "tags reported are:"
18 echo $tags
19 }
20
21 get_token() {
22 local