19%
29.10.2013
for environment data.
2013-05-08 20:03:03 INFO Created load balancer named:
awseb-e-m-AWSEBLoa-OXVMML7XC6PR
2013-05-08 20:03:27 INFO Created security group named:
awseb-e-mnpsy5bpzk-stack-AWSEBSecurityGroup-18
18%
09.01.2013
-894012917938 as Amazon S3 storage
bucket for environment data.
2013-05-08 20:03:03 INFO Created load balancer named:
awseb-e-m-AWSEBLoa-OXVMML7XC6PR
2013-05-08 20:03:27 INFO Created security group named:
awseb-e-mnpsy5
18%
01.08.2012
| 54 kB 00:00
(2/7): perl-5.10.1-119.el6_1.1.x86_64.rpm | 10 MB 00:08
(3/7): perl-Module-Pluggable-3.90-119.el6
18%
13.12.2022
: /system.slice/tftp.service
|-4961 /usr/sbin/in.tftpd -s /var/lib/tftpboot
Nov 05 08:51:11 localhost.localdomain systemd[1]: Started Tftp Server.
Listing 6: Checking NFS Service
$ sudo systemctl status nfs-server
nfs
17%
09.10.2017
solutions are not good; however, introducing only the projects mentioned here [2] would probably fill an entire ADMIN
magazine special.
Before version 1.7, Kubernetes only implemented IPv4 pervasively. IPv6
17%
21.08.2014
,notify_24h_24x7
08 }
This article assumes you have some background with Nagios configuration, but I'll start with a little refresher for those who haven't tried it in a while. Nagios lets you define
17%
25.09.2023
server {
06 listen 80;
07 location / {
08 proxy_pass http://webapp:5000;
09 }
10 }
11 }
Listing 2
my-app/nginx/Dockerfile
01 FROM nginx:alpine
02 COPY nginx
17%
05.08.2024
not present in these tests.
Listing 6
Testing Framework
01 package main
02
03 import "testing"
04
05 func BenchmarkRow(b *testing.B) {
06 //b.ResetTimer()
07 for i := 0; i < b.N; i++ {
08
17%
14.03.2013
:"Brown-white", Members:15000, Address:[{Street:"Heiligengeistfeld 1", Zip: 20359, City: "Hamburg"}] })
08 > db.clubs.save({ Name:"FC Nürnberg", Colors:"Red-White", Address:[{Street:"Valznerweiherstrasse 200", Zip
17%
11.06.2014
_auth;
04
05 group server => "hercules", "sugar";
06
07 desc "Get the uptime of all servers";
08
09 task "uptime", group => "server", sub {
10 my $output = run "uptime";
11 say $output;
12 }
You might