17%
06.10.2022
([hostPort:]containerPort)
ubuntu1804 1 weaveworks/ignite-ubuntu:18.04 weaveworks/ignite-kernel:5.13.3 2 2G 20G 22,38080,52812,58080
centos8 1 weaveworks/ignite-centos:8 weaveworks/ignite-kernel:5.13.3 2 2G
17%
05.02.2023
://www.freedesktop.org/wiki/Software/systemd/ContainerInterface/
STOPSIGNAL SIGRTMIN+3
CMD ["/bin/bash"]
Listing 2
setup_goss.sh
#! /bin/bash
set -uo pipefail
GOSSVER='0.3.18'
GOSSCDIR='/etc/goss'
RQRDCMNDS="chmod
echo
sha256sum
tee
wget"
pre
17%
09.10.2017
.9 Ready 3h v1.6.2
Listing 2
Kubernetes Node Data Structure in YAML
$ kubectl get node 10.126.22.9 -o yaml
apiVersion: v1
kind: Node
metadata:
creation
17%
05.12.2019
such as SSH, FTP, IMAP, POP3, Sendmail, and others are susceptible to brute force and dictionary attacks, because username/password combinations are inherently weak protections.
Fail2ban allows you to set up
17%
16.10.2012
bytes:215392635 (215.3 MB) TX bytes:1759757 (1.7 MB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK
17%
10.11.2011
Opteron 6000 Series platform
AMD Opteron™ 4200 Series Processor
The world's lowest power per core x86 processor3 just got more power efficient
17%
21.08.2012
-14.el6_3.x86_64.rpm | 2.2 MB 00:01
(3/4): php-common-5.3.3-14.el6_3.x86_64.rpm | 522 kB 00:00
(4/4): php-gd-5.3.3-14.el6_3.x86_64.rpm
17%
07.01.2024
loop /snap/core22/864
loop15 7:15 0 12.3M 1 loop /snap/snap-store/959
loop16 7:16 0 73.9M 1 loop /snap/core22/817
loop17 7:17 0 349.7M 1 loop /snap/gnome-3-38-2004/140
loop18
17%
12.09.2013
17 %description
18 Custom SELinux policy module.
19
20 %prep
21 if [ ! -d custom-selinux-policy ]; then
22 mkdir custom-selinux-policy
23 fi
24 cp -p %{SOURCE0} %{SOURCE1} %{SOURCE2} custom
17%
30.01.2020
The Linux kernel already contains a variety of packet filters, starting with ipfwadm and followed by ipchains and iptables. Kernel 3.13 saw the introduction of nftables [1], which uses the nft tool