17%
05.03.2014
is not included with the storage server out the box. The Administration Guide for RHSS is almost 200 pages long and explains in detail how to use and configure certain functions; however, all of this happens
17%
28.11.2021
right-click on HTTP Request
in the left pane and choose Add | Assertions | Response Assertion
. Most often you are interested in whether the server returned success code 200
, but under certain
17%
25.03.2021
.html
Test for www.example1.de
Test for www.example1.de
# chmod -R 755 /var/www/www.example{1,2}.de
for these directories
17%
28.06.2011
) layer for the cloud, virtualizing the various hardware components and making them available through a standard API. The first OpenStack release (dubbed "Austin") became available October 22 [3];
The Open
17%
10.04.2015
import java.io.*;
04 import java.util.*;
05
06 public class Readline {
07
08 [...]
09
10 public static final void load(ReadlineLibrary lib) throws UnsatisfiedLinkError {
11 [...]
12 System
17%
05.12.2019
Time Under fcron
Field
Value
Minute
-59
Hour
-23
Day
1-31
Month
1-12
Weekday
-7, where = 7 = Sunday
17%
22.12.2017
.linux-magazin.de;
04
05 root /var/www/www.linux-magazin.de;
06 index index.html index.htm;
07
08 # Let's Encrypt Challenge
09 #
10 location ~ /.well-known {
11 allow all;
12 }
13
14
17%
20.03.2014
"
05
06 start on (filesystem and net-device-up IFACE=lo)
07 stop on runlevel [!2345]
08
09 env DAEMON=/usr/local/openresty/nginx/sbin/nginx
10 env PID=/var/run/nginx.pid
11
12 expect fork
17%
16.05.2013
_package_name :
11 ensure => "installed",
12 }
The Puppet DSL offers inheritance, classes, modules, arrays, variables, parameters, templates, and scopes very much like a programming language. In other
17%
18.07.2013
mode => '0755',
11 require => Package['update-motd']
12 }
Next, I create ./files/misc/10-mymotd containing the following:
#!/bin/bash
echo "Welcome to my puppet-managed server