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)
(233)
Article
(45)
Blog post
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
16
17
18
19
20
21
22
23
24
25
26
27
28
Next »
17%
HDF5 with Python and Fortran
21.03.2017
Home
»
HPC
»
Articles
»
# ===================
09
# 10 if __name__ == '__main__': 11
12
f = h5py.File("mytestfile.hdf5", "w") 13 14 dset = f.create_dataset("mydataset", (100,), dtype='i') 15 16 dset[...] = np.arange(100) 17
17%
Program GUIs in Go with Fyne
28.11.2021
Home
»
Archive
»
2021
»
Issue 66: Inci...
»
" 06 "fyne.io/fyne/v2/widget" 07 ) 08
09
func main() { 10 a := app.New() 11 w := a.NewWindow("
")
12
w.Resize(fyne.NewSize(200, 200)) 13 w.SetContent(widget.NewLabel("Hello World!")) 14
17%
Getting a free TLS certificate from Let's Encrypt
13.06.2016
Home
»
Archive
»
2016
»
Issue 33: IPv6...
»
script 06 07 WEBROOT="/var/www/backends/" 08 #we will get certificates for the following domains
09
DOMAINS="www.test-backend.com www.backend.com www.backend.net" #adjust 10 EMAILADMIN
17%
Run rootless Podman containers as systemd services
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
=FreshRSS feed aggregator 03 04 [Container] 05 Image=docker.io/freshrss/freshrss:1.25.
0
06 ContainerName=freshrss 07 HostName=freshrss 08 Volume=%h/containers/freshrss/data:/var/www/FreshRSS/data:Z
09
Volume=%h
17%
MariaDB MaxScale: A smart proxy for MySQL
11.04.2016
Home
»
Archive
»
2016
»
Issue 32: Measu...
»
_options=synced 08 servers=backend1, [...]
09
user=maxscale 10 passwd=secret 11
12
[Galera Listener] 13 type=listener 14 service=Galera Router 15 protocol=MySQLClient 16 address=10.42.
0
.1 17 port=3306 18 19 [Galera
17%
Processing streaming events with Apache Kafka
02.02.2021
Home
»
Archive
»
2021
»
Issue 61: Secur...
»
: records) { 08 String key = record.key();
09
Payment value = record.value(); 10 System.out.printf("key = %s, value = %s%n", key, value); 11 }
12
} 13 } 14 [...] Kafka Ecosystem
17%
Keep an eye on your network
01.08.2019
Home
»
Archive
»
2019
»
Issue 52: Stop...
»
_path": "/var/log/osquery", 07 "disable_logging": "false", 08 "schedule_splay_percent": 10
09
}, 10 "schedule": { 11 "osquery_profile": {
12
"query": "SELECT * FROM osquery_info;", 13
17%
Code IaC for provisioning of preconfigured virtual environments
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
Name .. .. } 03 04 resource devcenterGallery 'Microsoft.DevCenter/devcenters/galleries@2024-02-01' = { 05 name: galleryName 06 parent: devcenter 07 ... 08 dependsOn: [
09
readGalleryRole 10
17%
PowerDNS Authoritative server high availability with MariaDB Galera
02.08.2022
Home
»
Archive
»
2022
»
Issue 70: Defen...
»
A quick edit of your pristine MariaDB server's configuration file /etc/my.cnf.d/server.cnf (1) binds the MariaDB service to the localhost and (2) connects and (3) creates the database: Bind-address = 127.
0.0
17%
Web applications with Julia
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
.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
...
16
17
18
19
20
21
22
23
24
25
26
27
28
Next »