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:
%220mb 12%A9n Llorente 10
?
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(6)
Article
(1)
Keywords
100%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... vm_id = 100 08 } 09
10
network_device { 11 model = "virtio"
12
bridge = "vmbr0" 13 } 14 15 depends_on = [ 16 proxmox_virtual_environment_file.rproxy_cloud_config, 17 proxmox
28%
Give your servers the once over with Nmap
31.10.2025
Home
»
Archive
»
2012
»
Issue 11: Cloud...
»
ADDRESS [Cut first seven hops for brevity] 8
10
.59 so-4-2-0.mpr3.pao1.us.above.net (64.125.28.142)
9
11.00 metro0.sv.svcolo.com (208.185.168.173)
10
9
25%
Security without firewalls
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
some IP addresses to connect /etc/hosts.allow, the file would simply look like this: sshd:
10.10.10.10
, 1.2.3.4, 21.21.21.21 TCP Wrappers works nicely, even if you change the standard SSH port (it ...
12
24%
Keras: Getting Started with AI
03.12.2024
Home
»
HPC
»
Articles
»
, MaxPooling 2D : model.add(layers.BatchNormalization()) model.add(layers.MaxPooling2D(pool_size=(
2,2
)))
A
max pooling layer has a pool size, 2x2 in this case, that is used to scan the entire input image (left
24%
Building a custom Cyberdeck
07.10.2025
Home
»
Archive
»
2025
»
Issue 89: Autom...
»
and controls [
9
] [
10
]. I selected a Pimoroni HyperPixel 4-inch TFT display (Figure 5), on account of its higher resolution (800x480, 18-bit color, 60 frames per second), as the best option for a compact, high
23%
Moving HPC to the cloud
31.10.2025
Home
»
Archive
»
2012
»
Issue 11: Cloud...
»
of options, including dual four-core Xeon, dual six-core Xeon, or quad
12
-core AMD processors ranging in speed from
2.2
to 2.
9
GHz with 24 to 128GB of RAM per server and up to 1TB of scratch local storage per
22%
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