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)
(178)
Article
(29)
Blog post
(1)
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
Next »
17%
Graph database Neo4j discovers fake reviews on Amazon
04.08.2020
Home
»
Archive
»
2020
»
Issue 58: Graph...
»
/ioutil"
09
"log" 10 ) 11
12
type Config struct { 13 Reviews map[string][]string 14 } 15 16 func main() { 17 yamlFile := "reviews.yaml" 18 data, err := ioutil.ReadFile(yamlFile) 19 if err != nil { 20
17%
High-performance Python – compiled code and C interface
01.08.2019
Home
»
Archive
»
2019
»
Issue 52: Stop...
»
]. It was run in a Jupyter notebook to get the timings. Listing 1 Python First Run Without Numba import numpy def sum(x): total =
0
for i in range(x.shape[
0
]): total +=x[i] return
17%
Vagrant, Serf, Packer, and Consul create and manage development environments
21.08.2014
Home
»
Archive
»
2014
»
Issue 22: OpenS...
»
_wait_timeout": "30s", 08 "shutdown_command": "echo 'Done' | sudo -S shutdown -h now"
09
}], 10 "provisioners": [{ 11 "type": "shell",
12
"inline": [ 13 "sleep 30", 14 "sudo apt-get update", 15 ...
22
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%
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
17%
Sharing Linux Terminals
13.07.2022
Home
»
HPC
»
Articles
»
is a screen on: 8520.pts-
0
.laytonjb-desktop (07/06/2022
12
:45:36 PM) (Detached) 1 Socket in /run/screen/S-user1. The output from the command lists the sessions that are available. You can reconnect to a session
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%
Security in the AWS cloud with GuardDuty
09.04.2019
Home
»
Archive
»
2019
»
Issue 50: Bpfilter
»
"guardduty:*" 08 ],
09
"Resource": "*" 10 }, 11 {
12
"Effect": "Allow", 13 "Action": [ 14 "iam:CreateServiceLinkedRole" 15 ], 16 "Resource": "arn:aws:iam
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
« Previous
1
...
11
12
13
14
15
16
17
18
19
20
21
Next »