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
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(8)
Article
(1)
Keywords
100%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... ). Listing
3
tofu_project/main.tf 01 terraform { 02 required_providers { 03 proxmox = { 04 source = "bpg/proxmox" 05 version = "
0.64.0
" 06 } 07 } 08 }
09
10 provider "proxmox
31%
How vector databases work and when they're used
04.12.2024
Home
»
Archive
»
2024
»
Issue 84: Non-R...
»
_result = client.search(collection_name="test_collection", query_vector=[
0
.2,
0
.1,
0.9
,
0
.7], limit=
3
) print(search_result) ### Output: ScoredPoint(id=4, version=
0
, score=1.362, payload={"city": "New York"}, vector
29%
Compressed Archives for User Projects
11.08.2025
Home
»
Articles
»
will use that in a bit. Listing 1: Check Directory Content $ ls -lstar total 62310 31150 drwxrwxr-x
0
laytonjb laytonjb 31897275 Dec 31 1969 DATA1 31152 -rw-rw-r-- 1 laytonjb laytonjb 31897275 Aug 2
09
29%
Identify malicious traffic with Maltrail
26.03.2025
Home
»
Archive
»
2025
»
Issue 86: Data...
»
with a small script that runs once a minute as a root cron job: #!/bin/bash ipset -q flush maltrail ipset -q create maltrail hash:net for ip in $(curl http://127.
0.0
.1:8338/fail2ban 2>/dev/null | grep -P '^[
0-9
29%
Tuning loops – from loop unrolling to Duff's device
28.07.2025
Home
»
Archive
»
2025
»
Issue 88: 5 Net...
»
[i] + b[i]; } When the number of cycles is known at compile time, a loop can be fully unrolled: c[
0
] = a[
0
] + b[
0
]; c[1] = a[1] + b[1]; c[2] = a[2] + b[2]; c[
3
] = a[
3
] + b[
3
]; However, it remains
28%
Web applications with Julia
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
program. Listing 5 Client for 01
02
Calculate intersections of
28%
Introducing the NoSQL MongoDB database
04.12.2024
Home
»
Archive
»
2024
»
Issue 84: Non-R...
»
; processes known as mongos route queries to the correct shard. The config server's metadata makes sure this happens. © MongoDB [
3
] Version 8.
0
of MongoDB introduced embedded config servers, which means
28%
Code IaC for provisioning of preconfigured virtual environments
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
is an excellent Bicep-based reference and starting point that helps you get up and running quickly [
3
]. Table 1 BICEP Resource Definitions Resources Versioned w/@yyyy-mm-dd-state Common
27%
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