9%
14.03.2018
or which packets can reach the VM.
AWS offers its own, rather expensive VPN as a Service (VPNaaS). Therefore, the setup in this article uses its own VPN VM, which is cheaper – or to be more precise, might
9%
28.07.2025
_port(host, port):
06 with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s:
07 s.settimeout(1)
08 try:
09 s.connect((host, port))
10 print(f"[+] Port {port} is open")
11 except
9%
30.11.2025
: all cores
0x40: core: this core
0x30: prefetch: all inclusive
0x10: prefetch: Hardware prefetch only
0x00: prefetch: exclude hardware prefetch
0x08: (M)ESI: Modified
0x04: M
9%
30.11.2025
14
15 v=0
16 o=alice 53655765 2353687637 IN IP4
20.22.24.27
17 s=-
18 t=0 0
19 c=IN IP4 20.22.24.27
20 m=audio 20333 RTP/AVP 0 1 3 99
21 a=rtpmap:0 PCMvU/8000
The RTP port causes the next issue
9%
04.02.2014
----------------------------------------------------------------------------------------------------
20 Seq Scan on mail (cost=0.00..5628.25 rows=4 width=961) (actual
21 time=2.401..1519.809 rows=672 loops=1)
22 Filter: (msg ~ '(updatable|views)'::text)
23 Rows Removed by Filter: 40148
24
9%
12.05.2020
or to commit
it as an image to a local repository. The docker commit
command run outside of the container commits the container’s changes into a new image.
The overall process of extending a Docker container
9%
26.03.2025
was received [2].
Modular Extensions for Apache
Apache version 2.2 and newer has a mod_reqtimeout extension that lets you configure the RequestReadTimeout option, which you can use to set different request
9%
04.10.2018
01 {
02 "acl_datacenter": "Datacenter-A",
03 "acl_default_policy": "allow",
04 "acl_enforce_version_8": false,
05 "acl_master_token": "",
06 "check_update_interval": "60s",
07
9%
17.06.2017
Code
11111111112222222222
12345678901234567890123456789
-----------------------------
SUM = 0.0
D0 100 I=1,10
SUM = SUM + REAL(I)
100 CONTINUE
...
Y = X1 + X2
9%
25.01.2022
to get into the Linux kernel. A couple of my earlier articles that mention FUSE address data encryption and working with S3QL object storage. As evident by these applications, FUSE can be very useful