search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Digisub
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(314)
Article
(49)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
...
37
Next »
15%
Test your containers with the Docker Desktop one-node cluster
25.09.2023
Home
»
Archive
»
2023
»
Issue 77: Secur...
»
.getenv("REDIS_HOST", "localhost") 07 r = redis.Redis(host=redis_host, port=6379, decode_responses=True)
08
09 @app.route('/') 10 def hello(): 11 count = r.incr('counter')
12
return f'Hello, you have visited {count} times.' 13
15%
DNSSEC-aware DNS caching with Unbound
01.08.2019
Home
»
Archive
»
2019
»
Issue 52: Stop...
»
are removed from DNS # answers. Additionally, the DNSSEC validator may mark the answers bogus. # This protects against DNS Rebinding private-address: 10.
0.0.0
/8 private-address: 172.16.
0.0/12
15%
How to configure and use jailed processes in FreeBSD
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
struct jail 01 main(int argc, char **argv) 02 { 03 struct jail j; 04 int i; 05 [...] 06 /* Populate the jail struct */ 07 memset(&j,
0
, sizeof(j));
08
j.version =
0
; 09 j.path =
15%
Connecting dissimilar IPsec implementations
30.11.2025
Home
»
Archive
»
2011
»
Issue 4: Secure...
»
endpoint1=192.168.80.
0
/24 07 endpoint2=192.168.2.
0
/24
08
action=requireinrequireout 09 auth1=computerpsk 10 auth1psk="test123" 11 qmsecmethods=esp:sha1-
3
des
12
qmpfs=dhgroup2 If you need
15%
Finally: Java 9
13.02.2017
Home
»
Archive
»
2017
»
Issue 37: Distr...
»
will be followed this time, although test builds are now available online [2]. Jigsawing One core feature of Java 9 par excellence is the Java Platform Module System that became known as Project Jigsaw [
3
]. Thus
15%
A web application with MongoDB and Bottle
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
/myclubs.json connected to: 127.
0.0
.1 Mon Dec
3
08
:43:26 imported 23 objects It is also very easy to query an object via a specific field (Listing 2). Listing 2 Query 01 > db.clubs.find({Members: {"$gt
15%
Static code analysis finds avoidable errors
06.10.2019
Home
»
Archive
»
2019
»
Issue 53: Secur...
»
* argv []) 06 /*@requires maxRead(argv) >= 1 @*/ 07 /*@-modfilesys@*/
08
{ 09 /*@-initallelements@*/ 10 char buffer [BUFSIZE] = {'\
0
'}; 11 /*@+initallelements@*/
12
if ( ( argc
15%
Safeguard and scale containers
05.12.2016
Home
»
Archive
»
2016
»
Issue 36: Autom...
»
), Kubernetes is written in Go and available under the Apache 2.
0
license; the stable version when this issue was written was 1.
3
. Figure 1: Kubernetes comes
15%
Cross-Vendor IPsec
25.10.2011
Home
»
Articles
»
authentication_algorithm pre_shared_key;
08
dh_group modp1024; 09 } 10 generate_policy off; 11 }
12
13 sainfo address 192.168.2.
0
/24 any address 172.16.
0.0
/16 any { 14 pfs_group modp1024; 15
15%
Programming with OpenMP
07.11.2011
Home
»
HPC
»
Articles
»
#pragma omp parallel for reduction(+: pi) 10 for (i =
0
; i < STEPCOUNTER; i++) { 11 /* pi/4 = 1/1 ‑ 1/
3
+ 1/5 ‑ 1/7 + ...
12
To avoid the need to continually change 13 the sign (s=1
« Previous
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
...
37
Next »