29%
15.09.2020
} (default: yes
)
-o cache_timeout=N
– sets timeout for caches in seconds (default: 20
)
-o cache_X_timeout=N
– sets timeout for {stat
,dir
,link
} caches
-o compression=BOOL
– enables data
29%
30.11.2020
timeout for caches in seconds (default: 20)
* -o cache_X_timeout=N
Sets timeout for {stat,dir,link} caches
* -o compression=BOOL
Enables data compression {yes, no}
* -o
29%
14.08.2017
-A INPUT -p tcp -s [IP address of allowed server] --dport 22 -j ACCEPT
on the server to which you want to SSH.
Trick 2: Copying Files Securely
The SSH protocol also includes Secure Copy (SCP
29%
30.05.2021
can't be bothered to do what's right, although it's your responsibility to be sure they do. That sounds a lot like a classic catch-22 situation. Although, I never read the book or saw the movie, I
29%
09.04.2019
;
15 border:1px solid #aaa;
16 }
17
18 article {
19 margin: auto;
20 float:left;
21 margin-left: 20%;
22 margin-right: 30%;
23 }
24
25 li {
26 --anot-item-bg: #ff6699;
27 }
The inner
29%
03.02.2022
"Accept" -> "text/html",
16 "User-Agent" -> "LinuxMagazine/1.0.1",
17 "Accept-Encoding" -> "gzip, deflate",
18 "Connection" -> "keep-alive",
19 "DNT" -> "1" )
20
21 // http connector
22
29%
31.10.2025
conservatively originally
21 if {$force_conservative} {
22 set send_slow {1 .1}
23 proc send {ignore arg} {
24 sleep .1
25 exp_send -s -- $arg
26 }
27 }
28
29%
30.11.2025
/filter.d/sasl.conf:
failregex = (?i): warning: [-._\w]+\[\]: SASL (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed: authentication failure
A quick hunt through my /var/log/mail.log files reveals:
Dec 20 22
29%
30.11.2025
, Mac OS X, and Solaris), and it supports a wide number of guest systems, including exotics such as DOS/WIN 3.1 and OS/2.
Installing VirtualBox is easy on any platform because it usually only involves
29%
30.01.2020
Fn::Base64:
20 Fn::Join:
21 - ''
22 -
23 - "{\n"
24 - '"bucket"'
25 - ' : "'
26 - Ref: S3Bucketname
27