13%
20.03.2014
the Proxy Listeners
Section (Figure 1) to identify the IP Address and port the proxy is listening on. The default port is 127.0.0.1:8080.
Figure 1: Options
13%
28.11.2011
, it will only capture the first 68 bytes of each packet. Except in older versions of tcpdump, a snaplen
value of 0
uses a length necessary to capture whole packets. Figure 1 dissects the output of a sample dump
13%
02.08.2021
the ownCloud download repository.
Listing 1
Getting oCIS Binaries
# for Mac
curl https://download.owncloud.com/ocis/ocis/1.0.0/ocis-1.0.0-darwin-amd64 --output ocis
# for Linux
curl https
13%
06.10.2022
{
10 "UserName": "ferdinand",
11 "SerialNumber": "arn:aws:iam::123456789:mfa/ferdinand",
12 "EnableDate": "2021-04-25 09:00:38+00:00"
13 }
14 ],
15 "Groups
13%
20.06.2022
to memory cell 0 and then works its way forward in memory until it finds executable program code. On a regular PC, what the CPU encounters first is the Basic Input Output System (BIOS) or, to be more precise
13%
30.05.2021
recipes in a recipes subdirectory that specify the desired state:
# metadata.rb
name 'webserver'
description 'Installs an Apache2 webserver'
version '1.0.0
13%
11.04.2016
/releases/download/v1.0.0-CTP/PSDSCLinux.tar.gz
For simplicity's sake, you will probably want to create a /DSC folder on the CentOS server. After unpacking in this directory, type make and make -reg. A call to
/opt
13%
17.02.2015
NEW packages will be installed:
libdate-manip-perl libyaml-syck-perl logwatch
As a result, about 12.5MB of new software is installed.
Logwatch gets configuration details several ways:
from script
13%
30.11.2025
radvd Configuration
01 interface eth1
02 {
03 AdvSendAdvert on;
04 MinRtrAdvInterval 30;
05 MaxRtrAdvInterval 100;
06 prefix 2001:42b5:d64a:0::/64
07 {
08 AdvOnLink on;
09
13%
14.08.2017
-Agent: curl/7.51.0
08 > Accept: */*
09 >
10 < HTTP/1.1 200 OK
11 < Content-Type: application/json
12 < Content-Length: 382
13 < X-Content-Type-Options: nosniff
14 < Server: WEBrick/1.3.1 (Ruby/2