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)
(238)
Article
(41)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
10
11
12
13
14
15
16
17
18
19
20
21
22
23
...
28
Next »
13%
Better compression of web pages
22.12.2017
Home
»
Archive
»
2017
»
Issue 42: Secur...
»
.linux-magazin.de; 04 05 root /var/www/www.linux-magazin.de; 06 index index.html index.htm; 07
08
# Let's Encrypt Challenge 09 #
10
location ~ /.well-known { 11 allow all;
12
} 13 14
13%
The OpenResty distribution for Nginx
20.03.2014
Home
»
Archive
»
2014
»
Issue 19: Perim...
»
" 05 06 start on (filesystem and net-device-up IFACE=lo) 07 stop on runlevel [!2345]
08
09 env DAEMON=/usr/local/openresty/nginx/sbin/nginx
10
env PID=/var/run/nginx.pid 11
12
expect fork
13%
Cloud Foundry realizes a service mesh
02.06.2020
Home
»
Archive
»
2020
»
Issue 57: Artif...
»
": "83d60b98-5864-45c
6
-94ad-4d02f5f4216a", 11 "url": "/v2/routes/83d60b98-5864-45c
6
-94ad-4d02f5f4216a",
12
"created_at": "2019-11-09T
10
:40:04Z", 13 "updated_at": "2019-11-09T
10
13%
Getting started with AI
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
: CUDA Forward Compatibility mode ENABLED. Using CUDA
12.6
driver version 560.35.03 with kernel driver version 535.161.
08
. See https://docs.nvidia.com/deploy/cuda-compatibility/ for details. Epoch 1
13%
PostgreSQL 9.5 – What's new; what's better?
11.02.2016
Home
»
Archive
»
2016
»
Issue 31: Tunin...
»
text 06 ); 07
08
INSERT INTO HR VALUES 09 ('DE', 'Berlin', 'Sales', 'Christian'),
10
('DE', 'Berlin', 'Marketing', 'Sandra'), 11 ('DE', 'Frankfurt', 'Sales', 'Stefan'),
12
('AT', 'Innsbruck', 'HR
13%
Matlab-like tools for high-performance computing
16.05.2013
Home
»
Archive
»
2013
»
Issue 14: Samba 4
»
,1000); 06 07 // Set host data on the Device (GPU)
08
dA = gpuSetData(A); 09 dC = gpuSetData(C);
10
11 d1 = gpuMult(A,B);
12
d2 = gpuMult(dA,dC); 13 d3 = gpuMult(d1,d2); 14 result = gpuGetData(d3); // Get
13%
Web applications with Flask
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
rel="stylesheet" href="style.css" /> 05 {% endblock %} 06 07
08
09 {% for item in seq %}
10
{{ item }}
11 {% endfor %}
12
13 14