15%
09.08.2015
quotes ('). The short shell script in Listing 3 shows how to handle variables by searching through the sample file and outputting the matching lines. Figure 22 shows the result.
Listing 3
search
15%
11.04.2016
to the stack creator
},
"AWSTemplateFormatVersion" : "2010-09-09"
}
The Stack
The sample template that I will be using for a basic WordPress blog uses a single Amazon Elastic Compute Cloud (EC2) instance
14%
13.12.2018
SeverityValue = 3; else $SyslogSeverityValue = 6;
20
21 # The name of the file is also sent with the file
22 Exec $FileName = file_name();
23
24 # The SourceName variable is set by default to 'NXLOG'. To send
14%
12.09.2013
-passphrase
Several parameters in this file define the repository layout [2] [3], as follows:
Origin: An optional field that describes the origin of the repository. You can select a free line of text.
Label
14%
11.04.2016
toolkit for joomla
UrlToolkit {
ToolkitID = joomla
Match base64_encode[^(]*\([^)]*\) DenyAccess
Match (<|%3C)([^s]*s)+cript.*(>|%3E) DenyAccess
Match GLOBALS(=|\[|\%[0-9A-Z]{0,2}) Deny
14%
02.08.2021
--region eu-west-1
05 --nodegroup-name chrisbinnie-eks-nodes
06 --node-type t3.medium
07 --nodes 2
08 --nodes-min 1
09 --nodes-max 2
10 --ssh-access
11 --ssh-public-key /root/eks-ssh.pub
12
14%
07.06.2019
better system protection, you can set the node monitor to "respawn" if it ever shuts down for any reason (notification email is recommended).
The OS for the test environment is Red Hat Enterprise Linux 7.3
14%
03.04.2024
credentials. the initializer can take up to 3 minutes to run
08 # use docker-compose logs -f initializer to track progress
09 docker-compose logs initializer ? grep "Admin password:"
First, run
14%
01.06.2024
open source, third-party, and AI-generated code," says the announcement (https://news.synopsys.com/2024-04-09-Synopsys ... and Management Software; LPI Launches Open Source Essentials Program; Apache Software Foundation Celebrates 25 Years; SUSE Announces Rancher Prime 3.0; NSA Issues Zero Trust Guidelines for Network Security
14%
16.10.2012
to the screen (STDOUT; line 15).
Listing 1: SSH Script
01 #!/usr/bin/php
02
03
04 $ssh = ssh2_connect('192.168.1.85', 22);
05 ssh2_auth_password($ssh, 'khess', 'password');
06 $stream = ssh2_exec