80%
22.12.2017
": "glusterfs-cluster"
06 },
07 "subsets": [
08 {
09 "addresses": [
10 {
11 "ip": "192,168,121,101"
12 }
13 ],
14 "ports
79%
05.08.2024
/ubuntu noble/restricted amd64 Packages [117 kB]
Get:7 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages [331 kB]
Get:8 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [256 kB]
Get:9 http://security.ubuntu.com
79%
07.06.2019
.http.host ~ "example.com" &&
04 req.http.Cookie == "logged_in")
05 {
06 return (pass);
07 }
08
09 unset req.http.Cookie;
10 }
Availability Without a Back End
If the back end becomes very slow or fails
78%
11.02.2016
).
Listing 8
DIY Partitioning
> CREATE TABLE logins (tx timestamp, ip_adress, ...);
> CREATE TABLE logins_201509 (CHECK (tx >= '2015-09-01' AND tx < '2015-10-01')) INHERITS (logins);
> CREATE TABLE
78%
02.08.2021
public key has been saved in eks-ssh.pub.
09 The key fingerprint is:
10 SHA256:Pidrw9+MRSPqU7vvIB7Ed6Al1U1Hts1u7xjVEfiM1uI
11 The key's randomart image is:
12 +---[RSA 4096]----+
13 | .. ooo+|
14
78%
07.11.2011
.
Listing 8: Calculating Pi
01 /* pi‑openmp.c (OpenMP version) */
02 #
03 #include
04 #define STEPCOUNTER 1000000000
05 int main(int argc, char *argv[])
06 {
07 long i;
08 double pi = 0;
09
78%
02.02.2021
man page: http://manpages.ubuntu.com/manpages/cosmic/man8/tc.8.html
Server Fault: https://serverfault.com/questions/611063/does-tarpit-have-any-known-vulnerabilities-or-downsides
78%
25.02.2013
on the options you chose, but some sample output is shown in Listing 1.
Listing 1: Sample iostat Output
[laytonj@home8 IOSTAT]$ iostat -c -d -x -t -m /dev/md1 2 100
Linux 2.6.18-308.16.1.el5.centos.plus (home8
78%
07.06.2019
MAINTAINER Yves Schumann
03
04 ENV WORK_DIR=/data/work \
05 DEBIAN_FRONTEND=noninteractive \
06 LC_ALL=en_US.UTF-8
07
08 # Mount point for development workspace
09 RUN mkdir -p
78%
17.02.2015
charset="UTF-
8"/>
05
06
07