27%
10.04.2015
Shift [1] is a Platform-as-a-Service (PaaS) [2] product designed to support and encourage cloud integration for web developers. OpenShift exists as a web service (public cloud) or an on-premise private cloud
27%
03.04.2024
call up the application (line 6). You need to specify a profile to save the tool's configuration. As soon as the software has launched, you will find the password in the logs (line 9); it is generated
27%
25.01.2022
In this example I begin with the directory of my projects shown in Listing 1, which I then archive. I leave creating a compressed TAR archive of this directory (a .tar.gz
file) to you.
Listing 1: Directory
27%
02.10.2012
port 22) to port 2222, for example, to stop port scans filling up your logs. Without TCP Wrappers enabled, scans might run dictionary attacks on your server where password combinations are guessed by one
27%
20.03.2014
Sar Statistics Options
Key
Function
A
Outputs everything; equivalent to -bBdHqrRSuvwWy -I SUM -I XALL -m ALL -n ALL -u ALL -P ALL
b
I/O statistics and transfer
27%
03.12.2015
of various as-a-service modules. Like OpenStack itself, requirements and expectations of OpenStack's users have also grown.
From a data center perspective, it might be sufficient to be able to provision
27%
30.07.2014
=> SOCK_STREAM)
or die "Couldn't connect to $remote_host:$remote_port: $@ \n";
while() {
my @lavg = Sys::CpuLoad::load();
my $ts=time();
print $socket "system.loadavg_1min $lavg[0] $ts\n";
print
27%
16.10.2012
6), and start stream blocking (line 7), which executes the command and waits for the response. Now, write the output to a variable (lines 9-12), close the stream (line 14), and send the response
27%
27.09.2021
Types "Unified" -MailEnabled $true -SecurityEnabled $true -LabelId f460a5b0-8d8e-4ac1-bb92-afb9ea22f9da
If you followed the steps and created the LabelActions as shown in the example, the labeled team
27%
07.06.2019
'***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
R-sq.(adj) = 0.648 Deviance explained = 69.9%
GCV = 11749 Scale est. = 10025 n = 703
> datPrep$pred2 <- predict(mod2, newdata = datPrep)
> ggplot