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)
(301)
Article
(57)
Blog post
(2)
News
(2)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
11
12
13
14
15
16
17
18
19
20
21
22
23
24
...
37
Next »
36%
Blending Java with other programming languages
10.04.2015
Home
»
Archive
»
2015
»
Issue 26: OpenS...
»
import java.io.*; 04 import java.util.*; 05 06 public class Readline { 07 08 [...]
09
10 public static final void load(ReadlineLibrary lib) throws UnsatisfiedLinkError { 11 [...] 12 System
36%
Interprocess communication essentials in Perl
05.12.2019
Home
»
Archive
»
2019
»
Issue 54: NVMe...
»
Child Read and Write 01 Use IO::Handle; 02 03 pipe(READHANDLE, WRITEHANDLE); 04 05 WRITEHANDLE->autoflush(1); 06 READHANDLE->autoflush(1); 07 08 if ($processed = fork) {
09
close(READHANDLE); 10
36%
The OpenResty distribution for Nginx
20.03.2014
Home
»
Archive
»
2014
»
Issue 19: Perim...
»
com>" 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
36%
Cloud Foundry realizes a service mesh
02.06.2020
Home
»
Archive
»
2020
»
Issue 57: Artif...
»
and thus makes it known to the main component in Cloud Foundry routing: the CFAR Gorouter: # cf create-route development mesh.apps.anynines.
com
-n testapp Note that the route is connected to a space
36%
HTTP/1.1 versus HTTP/2 and HTTP/3
30.05.2021
Home
»
Archive
»
2021
»
Issue 63: Autom...
»
; rv:79.0) Gecko/20100101 Firefox/79.0 Accept: text/html,application/xhtml+xml,application/xml;q=
0.9
,image/webp,*/*;q=0.
8
Accept-Language: de,en-US;q=0.7,en;q=0.3 Accept-Encoding: gzip, deflate, br
36%
Automated OpenStack instance configuration with cloud-init and metadata service
05.02.2019
Home
»
Archive
»
2019
»
Issue 49: Anato...
»
). cloud-init has also resized the filesystem to fit the partition and set the hostname according to the instance name in the cloud. Listing 2 cloud-init.log Snippet ... 2018-10-
09
20
36%
Automating command execution across servers
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
Chances are that any system administrator who governs a meaningful number or servers uses a configuration manager of some sort. Just imagine upgrading the kernel on
20
identical virtual machines
36%
Convert Linux shell commands into PowerShell cmdlets
07.04.2022
Home
»
Archive
»
2022
»
Issue 68: Autom...
»
"Verb": "New", 06 "Noun": "Command1", 07 "OriginalName": "
" 08 },
09
{ 10 "Verb": "New", 11 "Noun": "Command2", 12 "OriginalName": "
36%
Provisioning resources with an Azure-specific language
03.04.2024
Home
»
Archive
»
2024
»
Issue 80: Threa...
»
"allowedValues": [ 05 "Dynamic", 06 "Static" 07 ], 08 "metadata": {
09
"description": "Allocation method for the Public IP used to access the Virtual Machine." 10 } 11
36%
Web applications with Flask
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
modules or special WSGI web servers, such as Gunicorn or uWSGI. The Flask library also contains a separate web server for development. The latest version of Flask,
0.9
, was released in July 2012
« Previous
1
...
11
12
13
14
15
16
17
18
19
20
21
22
23
24
...
37
Next »