16%
09.01.2013
in a loop.
Thus, the application can be switched to Capsicum capability mode with just two additional lines of program code:
if (cap_enter() < 0)
error("cap_enter: %s",pcap_strerror(errno));
The following
16%
06.05.2025
(/etc/warewulf/warewulf.conf
). You then add a section to the configuration file:
api:
enabled: true
allowed subnets:
- 127.0.0.1/8
- ::1/128
- 192.168.64.1/32
(Note: This code is from the webinar.)
By default
16%
13.12.2018
.
Cluster analysis reveals that readers who give a high rating to articles in the categories Hardware and Security usually lie in cluster 0, while readers from cluster 1 prefer the categories Internet
16%
05.02.2019
then select the Mutillidae IP address from the left sidebar under the Sites pane in ZAP (Figure 12). Now that you've filled up ZAP with some SQLi pages and highlighted http://172.17.0.2
in ZAP's Sites pane
16%
06.11.2012
using the avail
option:
$ module avail
-------------------------- /opt/Modules/modulefiles -----------------------------
atlas/3.10.0/gnu4/i5-2400S modules
blacs/1.1/gnu4/mpich2
16%
28.11.2022
. Following the German KRITIS (critical infrastructure) revisions, the focus has also increasingly shifted to medium-sized companies, where working IAM has become practically mandatory.
The topic of Industry 4.0
16%
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
16%
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
16%
17.03.2021
. It supported an integrated memory controller and a HyperTransport I/O bus. The processor started at a speed of 1.2GHz. Although test results are hard to come by, it is thought that its performance was a bit less
16%
04.10.2018
Lab CI/CD pipeline (image source: GitLab Docs [12]).
Every commit pushed to GitLab generates and attaches a pipeline, which is a collection of jobs split into different stages, as described