16%
30.11.2025
any time." Here, the second alert is set to be sent only between 6pm (1800
) and 8am (0800
) on any day (the first *
; use W
for weekdays, or specify particular days with 0
, Sunday, through 6
16%
30.11.2025
# As of Squid 2.6
06 auth_param ntlm max_challenge_lifetime 60 minutes # these lines are
07 auth_param ntlm use_ntlm_autonegotiate on # not needed!
08 [...]
More Granular Privileges Possible
16%
28.07.2025
their IP and MAC addresses and, if possible, the manufacturer.
To run a port scan against the IP addresses 10.0.1.6 through 10.0.1.8, use:
nmap -sP 10.0.1.6-8
The Nmap client sends an ARP packet
16%
21.11.2012
Laplace equation using Jacobi iteration method
003 ! Kadin Tseng, Boston University, November 1999
004 !
005 MODULE jacobi_module
006 IMPLICIT NONE
007 INTEGER, PARAMETER :: real4 = selected_real_kind(6
16%
11.02.2016
of these distributions to the test: ClearOS [1], Collax Business Server [2], Koozali SME Server [3], NethServer [4], Univention Corporate Server [5], and Zentyal Server [6]. The seventh contestant was a pre-installed NAS
16%
31.10.2025
, PARAMETER :: real4 = selected_real_kind(6,37) ! Real
008 INTEGER, PARAMETER :: real8 = selected_real_kind(15,307) ! Double Precision
009 REAL(real8), DIMENSION(:,:), ALLOCATABLE :: unew
010 REAL
16%
06.08.2012
-07-28 19:06 .bash_history
-rw-r--r-- 1 khess khess 220 2012-05-25 22:11 .bash_logout
-rw-r--r-- 1 khess khess 2940 2012-05-25 22:11 .bashrc
To show files in date-sorted order, try the following commands
16%
07.10.2014
_open(struct inode *inode, struct file *file)
18 {
19 return single_open(file, prochello_show, NULL);
20 }
21
22 static const struct file_operations prochello_fops = {
23 .owner = THIS_MODULE,
24 .open
16%
02.08.2022
docker-compose.yaml
version: '3'
services:
target1:
build: .
ports:
- '3000:80'
- '2000:22'
container_name: target1
target2:
build
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