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%3%A9n Llorente 12
?
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(8)
Article
(2)
Keywords
100%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... " { 11 endpoint = "https://192.168.
3
.15:8006/"
12
username = "root@pam" 13 password = "proxmox" 14 insecure = true 15 tmp_dir = "/var/tmp" 16 17 ssh { 18 agent = true 19 } 20
27%
Reducing the Attack Surface in Windows
04.12.2024
Home
»
Archive
»
2024
»
Issue 84: Non-R...
»
applications from creating child processes No d4f940ab-401b-4efc-aadc-ad5f
3
c50688
a
Blocks credential theft from the local security authority subsystem (lsass.exe) Yes
9
e6c4e1f
27%
Podman for Non-Root Docker
05.08.2024
Home
»
HPC
»
Articles
»
ago infallible_knuth 7f2d5
a
7b7c86 docker.io/library/ubuntu:latest /bin/bash 24 minutes ago Exited (127)
22
minutes ago wonderful_sinoussi 85b8e
9
efc636 docker
26%
Keras: Getting Started with AI
03.12.2024
Home
»
HPC
»
Articles
»
to check the version installed: $ python
3
>>> import tensorflow as tf >>> print(tf.__version__) It doesn’t make too much difference, but if you are curious, I used TensorFlow 2.
9
.2 and Keras 2.
9
26%
Mocking and emulating AWS and GCP services
05.08.2024
Home
»
Archive
»
2024
»
Issue 82: Sover...
»
_test.py:/etc/motopython/moto_python_test.py:ro -w /etc/motopython --entrypoint=python motoserver/moto moto_python_test.py Listing 16 Decorator Diffs
12
a
13 > @mock_aws 14,15d14 < mock = mock_aws() < mock.start() 27,28d25
26%
Go testing frameworks
05.08.2024
Home
»
Archive
»
2024
»
Issue 82: Sover...
»
; i < size; i++ { 10 for j := 0; j < size; j++ { 11 array[j][i]++
12
} 13 } 14 15 } Running the same test produces the results in Figure
3
– there indeed
26%
Ansible collections simplify AIX automation
05.08.2024
Home
»
Archive
»
2024
»
Issue 82: Sover...
»
/bin/ksh' user_gecos: 'AIX guest user' user_pgrp: 'staff' user_groups: 'staff' user_fsize: '-1' user_passwd: "{ssha256}06$FkFHd0q1hxVonC2
a
$sa1WA0G
3
mPNWtz2GAhUkfcQ7BkD/mNngBu0Tn2.
N
.cl" collections
25%
Manage status messages in CouchDB with MapReduce
27.09.2024
Home
»
Archive
»
2024
»
Issue 83: Storage
»
Design Document with Views { "_id": "_design/queries", "_rev": "6-856
a
5c52b1
a
9
f33e136b7f044b14
a
8e6", "language": "javascript", "views": { "by-timestamp": { "map": "function (doc) {\
n
24%
Supercharge your software upgrade routine
05.08.2024
Home
»
Archive
»
2024
»
Issue 82: Sover...
»
installed Ubuntu MATE
22.04.3
platform), first install all the requirements for compiling and deploying topgrade-rs (referred to as Topgrade moving forward): curl, git, pkg-config, and rust. Once in place
24%
Web applications with Julia
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
the binary media data as text. Among the myriad ways to do this, the standard in browsers is Base64 encoding [
22
], provided in Julia by the IBase64 package. Listing 4 shows the server program from Listing
3