16%
02.08.2022
docker-compose.yaml
version: '3'
services:
target1:
build: .
ports:
- '3000:80'
- '2000:22'
container_name: target1
target2:
build
16%
25.03.2021
disable unnecessary modules. On Debian and Ubuntu this task is quite easy thanks to the a2dismod command. Otherwise, you will have to search for the LoadModule directive.
The primary candidates
16%
18.02.2018
_python_interpreter variables ideally remain unchanged: They cause Python to connect to the host on standard SSH port 22 and to use Python 3 when calling commands on the target system.
Next, check whether the devops.hosts setup
16%
05.02.2019
-package-update-upgrade-install using lock (c-fcdd-4c36-ba88-275b78e546a7/sem/config_package_update_upgrade_install'>)
...
2018-10-17 21:54:06,988 - helpers.py[DEBUG]: Running update
16%
20.05.2014
off the LAN
ip6tables -A FORWARD -i $LAN_IF -s $LAN_NET -p tcp -m multiport --dport 25,80,443 -j ACCEPT
# Web and mail from the Internet
ip6tables -A FORWARD -i $WAN_IF -s 2000::/3 -d $DMZ_NET -p -m
16%
07.06.2019
# Jenkins home directory is a volume, so configuration and build history
22 # can be persisted and survive image upgrades
23 VOLUME ${JENKINS_HOME}
24 USER ${JENKINS_USER}
25
26 ARG JENKINS ... JCasC
16%
05.08.2024
/windows/forum/all/windows-performance-recorder-wont-start-recording/958c45c9-dd4f-4ba2-bbe2-b90ba0b01e56
Assessment Platform command-line options: https://learn.microsoft.com/en-us/windows-hardware/test/assessments/assessment-platform-command-line-syntax
Windows
16%
30.01.2024
by default.
The first step is to make adjustments to the config.php configuration file. In particular, you can use SNMP v1, v2c, or v3. To define the SNMP details for versions 1 and 2, you need to extend
16%
03.08.2023
on the Azure portal. In a new rule, you then have the option to configure Data sources
and Resources
in the Configuration
section (Figure 3). Resources
in this example means the VM connected to the workspace
16%
18.07.2013
downloaded the approximately 3MB ZIP file, create a folder before you unpack, because the archive does not contain one. If you simply unzip, all the files and directories end up in the current directory