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)
(250)
Article
(44)
Blog post
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
18
19
20
21
22
23
24
25
26
27
28
29
30
Next »
17%
Hands-on test of Windows Subsystem for Linux
22.12.2017
Home
»
Archive
»
2017
»
Issue 42: Secur...
»
$keyfile /etc/ssh 08 chmod 644 /etc/ssh/$filename
09
done 10 if [ -f .ssh/config ]; then 11 cat .ssh/config >> /etc/ssh/ssh_config
12
sed -i 's|~/.ssh|/etc/ssh|g' /etc/ssh/ssh_config 13
17%
Open source customer relationship management software
05.02.2019
Home
»
Archive
»
2019
»
Issue 49: Anato...
»
With the supporting dependencies installed, you are now ready to download the latest stable SuiteCRM package [
3
]. At the time of writing, the latest release was version 7.10.11, which is the version I work
17%
Mesos compute cluster for data centers
10.06.2015
Home
»
Archive
»
2015
»
Issue 27: Fault...
»
. The current version is Mesos 0.21. Two years after the first release, the developers presented a far more advanced variant [
3
] at a 2011 Usenix conference. Twitter engineers had already been running Mesos
17%
Desired State Configuration for Linux
11.04.2016
Home
»
Archive
»
2016
»
Issue 32: Measu...
»
and target computer. A component specially developed for Linux needs to be provisioned on the Windows system to meet the same conditions. As you might expect, this component is a PowerShell module [
3
17%
Kubernetes StatefulSet
05.02.2023
Home
»
Archive
»
2023
»
Issue 73: Datab...
»
06 labels: 07 app: mariadb 08 spec:
09
type: NodePort 10 ports: 11 - port: 3306
12
protocol: TCP 13 selector: 14 app: mariadb 15 --- 16 apiVersion: v1 17 kind: Config
17%
Swagger and OpenAPI Specification for documents
15.08.2016
Home
»
Archive
»
2016
»
Issue 34: Softw...
»
The echo server simply returns **every** value. 08 schemes:
09
- http 10 host: mazimi-prod.apigee.net 11 basePath: /echo
12
paths: 13 /test: 14 get: 15 responses: 16 200: 17
17%
Setting up MariaDB replication with the help of XtraBackup
05.12.2016
Home
»
Archive
»
2016
»
Issue 36: Autom...
»
_Master_Log_Pos: 140927111
09
Relay_Log_File: mysqld-relay-bin.000002 10 Relay_Log_Pos: 11109399 11 Relay_Master_Log_File: mariadb-bin.000008
12
Slave_IO_Running: Yes 13
17%
VAX emulation with OpenVMS
18.07.2013
Home
»
Archive
»
2013
»
Issue 15: What’...
»
rq2 ra92 08 set rq
3
cdrom
09
10 attach rq0 d0.dsk 11 attach rq1 d1.dsk
12
attach rq2 d2.dsk 13 14 attach -r rq
3
cdrom.iso 15 16 set rl disable 17 set ts disable 18 19 set xq mac=08-00-2B-AA-BB-CC 20
17%
Manage OpenVPN keys with Easy-RSA
06.10.2019
Home
»
Archive
»
2019
»
Issue 53: Secur...
»
response = urllib.urlopen(url); 06 data = json.loads(response.read()) 07 08 for userentry in data:
09
if userentry.get('active'): 10 username = userentry.get('username') 11
12
if os
17%
Web applications with Julia
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
.0.0.1", PORT) do ws 08 for msg in ws
09
d = Meta.parse(JSON.parse(msg)["s"]) 10 @info d 11 @info typeof(d)
12
WebSockets.send(ws, """
You picked $d
« Previous
1
...
18
19
20
21
22
23
24
25
26
27
28
29
30
Next »