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)
(697)
Article
(211)
News
(24)
Blog post
(2)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
76
77
78
79
80
81
82
83
84
85
86
87
88
89
...
94
Next »
17%
Analyzing tricky database problems
14.03.2018
Home
»
Archive
»
2018
»
Issue 44: Cloud...
»
. The infrastructure also includes three LDAP servers, six NFS servers (based on Ceph), and two HAProxy load balancers. Monitoring is done via Graphite [5], with an Elasticsearch [
6
], Logstash [7], and Kibana [8] (ELK
17%
The best cmdlets for PowerShell
16.05.2013
Home
»
Archive
»
2013
»
Issue 14: Samba 4
»
Index
12
-IPAddress 192.168.178.2 -PrefixLength 24 -DefaultGateway 192.168.178.1 You can then enter the DNS servers like this: Set-DnsClientServerAddress -InterfaceIndex
12
-ServerAddresses 192
17%
Run rootless Podman containers as systemd services
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
Podman in their standard repositories. In immutable Linux distributions like Fedora CoreOS [5] and openSUSE MicroOS [
6
] (Figure 1), Podman comes pre-installed. Both Linux distributions offer a minimal
17%
OpenStack Trove for users, sys admins, and database admins
14.08.2017
Home
»
Archive
»
2017
»
Issue 40: Lean...
»
that it can be switched over to another host during operations. DRBD 9, with its
n
-node replication, would be a good candidate. However, the DRBD driver for OpenStack Cinder does not currently offer
17%
News for Admins
22.05.2023
Home
»
Archive
»
2023
»
Issue 75: Teamwork
»
://cleantechnica.com/2023/04/
12
/new-supercomputer-for-climate-science/). The goal of the partnership is to increase NOAA's climate modeling capabilities to advance critical research. DOE Envisions New High Performance Data
17%
Verifying packages with Debian's ReproducibleBuilds
10.06.2015
Home
»
Archive
»
2015
»
Issue 27: Fault...
»
that the build process always produces identical packages. This is not the case in general. Instead, two binaries built from the same source code may often differ for several reasons [
6
]. For example, the packets
17%
SDN and the future of networking
15.08.2016
Home
»
Archive
»
2016
»
Issue 34: Softw...
»
's not all. The network has evolved over time. The Internet Engineering Task Force (IETF) [
6
] makes sure this evolution happens in a controlled manner, developing a number of protocols to spice up simple
17%
Container technology and work organization
13.06.2016
Home
»
Archive
»
2016
»
Issue 33: IPv6...
»
Some people consider container systems like Docker [1] a new form of virtualization – a natural continuation of KVM [2], Xen [3], VMware [4], Hyper-V [5], and the Zones concept in Solaris [
6
17%
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