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
Spell check suggestion:
%200mb%3 08 Llorente 12
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(59)
Article
(17)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
1
2
3
4
5
6
7
8
Next »
100%
Dynamic routing in Linux with Quagga
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
password 8 ZDF339a.20a
3
E 05 log file /var/log/quagga/zebra.log 06 service password-encryption 07 !
08
interface eth0 09 multicast 10 ipv6 nd suppress-ra 11 !
12
interface eth1 13 ip address 10 ...
12
99%
Creating KVM machines with BoxGrinder and VMBuilder
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
of Ubuntu on the virtual machine. The virtual machine uses one CPU (core) and 128
MB
of RAM. The filesystem is created as a QCOW2 image file of 4GB. Of these,
3
GB are reserved for the system partition ...
12
99%
The PHP FastCGI process manager, PHP-FPM
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
-load after 10 seconds"; 07 // Terminate request...
08
fastcgi_finish_request(); 09 // ... but still continue processing this: 10 create_preview(); 11 }
12
else show('preview.png'); 13 14 //... 15 16 ...
12
63%
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
63%
Automating command execution across servers
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
Rubén
Llorente
... : 04 cmd: | 05 echo "Here you are, a bone!" 06 target: 07 tags: [dog]
08
horsefeeding: 09 cmd: | 10 echo "Take an apple, you good horsey!" 11 target:
12
tags
18%
Warewulf 4
13.12.2022
Home
»
HPC
»
Articles
»
:56:13 info unpack layer: sha256:1a930d163dcafa193dc2c
3
c005d9c
220
ae1c07a48cad5f7feed0066ada0b998f 2022/11/05
08
:56:15 info unpack layer: sha256:d
3
ca234f568b088b991388a0e9e8b61b05ac8627522f10fe16df2b81d51c0748
16%
A web application with MongoDB and Bottle
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
/myclubs.json connected to: 127.0.0.1 Mon Dec
3
08
:43:26 imported 23 objects It is also very easy to query an object via a specific field (Listing 2). Listing 2 Query 01 > db.clubs.find({Members: {"$gt
16%
Go testing frameworks
05.08.2024
Home
»
Archive
»
2024
»
Issue 82: Sover...
»
= [size][size]int {{0},{0},}
08
09 for i := 0; i < size; i++ { 10 for j := 0; j < size; j++ { 11 array[i][j]++
12
} 13 } 14 15
16%
OCI containers with Podman
06.10.2019
Home
»
Archive
»
2019
»
Issue 53: Secur...
»
programming language (about
220
MB
): $ apt install golang-go That should provide a sane Go environment for the CNI plugins: $ git clone https://github.com/containernetworking/plugins.git $GOPATH
16%
Error-correcting code memory keeps single-bit errors at bay
14.11.2013
Home
»
Archive
»
2013
»
Issue 17: Cloud...
»
. For example, a byte (8 bits) with a value of 156 (10011100) that is read from a file on disk suddenly acquires a value of
220
if the second bit from the left is flipped from a 0 to a 1 (11011100) for some
1
2
3
4
5
6
7
8
Next »