15%
10.04.2015
"..................................................."
05 Add-Content $logfile -value "New log file $(Get-Date)"
06 $c = Get-Credential
07 ##A loop that is run for each server foreach ($server in $serverList)
08 {
09 ##check whether the server answer
15%
10.04.2015
that was added at the end of last year and is based on the Open-Xchange [15] groupware product. This also provides task scheduling, word processing, and data exchange in the style of Google Docs or Dropbox (Figure
15%
14.08.2018
"""
nmap -F -PS -oX shiny.xml
"""
The use of "prep_for_fs_check" is deprecated. It will be removed soon.
Starting Nmap 7.01 ( https://nmap.org ) at 2018-06-11 16:08 BST
15%
04.10.2018
"""
nmap -F -PS -oX shiny.xml
"""
The use of "prep_for_fs_check" is deprecated. It will be removed soon.
Starting Nmap 7.01 ( https://nmap.org ) at 2018-06-11 16:08 BST
Nmap
15%
02.02.2021
08 # Network information
09 network --device=bond0 --bondslaves=ens1f0,ens1f1 --bondopts=mode=802.3ad,miimon-100 --bootproto=dhcp --activate
10 network --hostname=server.cloud.internal
11 network
15%
06.10.2022
_init_remote(&unw_cursor, g_unw_as, unw_ctx));
05
06 /* - Search - */
07 bool found_stack_entry = false;
08 do {
09 unw_word_t ip = 0;
10 unw_get_reg(&unw_cursor, UNW_REG_IP, &ip);
11
12 Dwfl_Module* module = dwfl
15%
25.03.2021
Example Configuration
01 http {
02
03 log_format http2 '$time_iso8601 $msec $status $connection $http2 "$request"';
04
05 server {
06
07 listen 443 ssl http2; # TLS and HTTP/2
08
09 http2
15%
30.01.2020
": "Allow",
06 "Action": "logs:CreateLogGroup",
07 "Resource": "arn:aws:logs:eu-west-1:XXXXXXX:*"
08 },
09 {
10 "Effect": "Allow",
11 "Action": [
12 "logs
15%
30.01.2020
locations and, in turn, introducing latency. As great as this sounds, SSDs are still more expensive than HDDs. HDD prices have settled to around $0.03/GB; SSD prices vary but sit at around $0.13-$0.15/GB
15%
15.12.2017
08 action :install
09 end
10 service "apache2" do
11 action [ :enable, :start ]
12 end
13
14 directory node['main']['doc_root'] do
15 owner 'www1-data'
16 group 'www1-data'
17 mode '0744'
18 action