13%
29.09.2020
-of-concept functionality.
Three Is the Magic Number
I'm going to use the excellent K3s to build my Kubernetes cluster. For instructions on how to install K3s, check out the "Teeny, Tiny" section in my article on Status
13%
18.07.2013
to distinguish between the different SaaS, PaaS, and IaaS offerings, online storage, software products targeted to help users build their own hybrid cloud, virtualization management solutions, and the cloud
13%
22.12.2017
~ /.well-known {
13 allow all;
14 }
15
16 location / {
17 rewrite ^/(.*)$ https://www.linux-magazin.de/$1 permanent;
18 rewrite ^/$ https://www.linux-magazin.de/ permanent;
19 }
20 }
21
22
13%
17.03.2020
share of users, some developers, and an entire community to support it. That aside, with a significant user base and the filesystem’s use for a wide variety of applications (HPC included), it often
13%
18.07.2013
systems.
Listing 1
Load Balancer Configuration
01 upstream backend {
02 backend1.example.com server weight = 5;
03 server backend2.example.com max_fails fail_timeout = 10s = 5;
04
13%
30.11.2025
.
In addition to dual-stack support, the 1.3 release brings new reporting features, improvements in database support, new notification settings, and a host of fixes for previous releases.
Why Icinga instead
13%
07.01.2025
SC24 took place in Atlanta, GA, November 17-22. As I'm writing this, 17,959 attendees – that’s 3,000+ more than last year – registered. More than 500 companies filled the exhibition floor, which
13%
30.11.2025
the target host once. In order to ping continuously, as on Linux, you will need to specify the -s option.
Listing 2
Ping on Solaris
# uname -sr
SunOS 5.10
# ping server
server is alive
# ping -s
13%
28.06.2011
.part.22
12 Generating manifest /tmp/centos.5- 3.x86.img.manifest.xml
13
14 $ euca- register images/centos.5- 3.x86.img.manifest.xml
15 IMAGE emi- c658102B
When all three parts have been uploaded
13%
09.04.2019
backend "s3" {
07 region = "eu-west-1"
08 bucket = "chrisbinnie-terraformstate"
09 key = "guardduty.tfstate"
10 encrypt = true
11 }
12 }
13
14 resource "aws