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:
谷歌seo霸屏【电报e1000】google收录外推.how.0x00
?
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(6)
Article
(2)
Keywords
100%
Web applications with Julia
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
. Listing 4 Server with Graphics 01 using HTTP, JSON, Plots, Base64 02 const PORT = 8660 03 04 function startserver()
05
io = IOBuffer(); 06
x
=
0.0
:2PI/
1000
:2PI 07 WebSockets.listen("127.
0.0
96%
Storage across the network with iSCSI and Synology DiskStation Manager
04.12.2024
Home
»
Archive
»
2024
»
Issue 84: Non-R...
»
Attaching an iSCSI Device $ uname -a Linux DANSBOX 6.8.
0
-35-generic #35-Ubuntu SMP PREEMPT_DYNAMIC Mon May 20 15:51:52 UTC 2024
x
86_64
x
86_64
x
86_64 GNU/Linux $ lsblk NAME MAJ:MIN RM SIZE RO TYPE ... The iSCSI protocol lets you access block storage across a network connection. We show you
how
to connect a Debian 12 system with a Synology storage device over iSCSI.
95%
Keras: Getting Started with AI
03.12.2024
Home
»
HPC
»
Articles
»
convolutional layer. Convolutional filters number 64 instead of 32. The dropout rate has been increased to
0.5
(50%). Listing 4: Second Block model.add(layers.Conv2D(64, (3,3), padding
95%
Getting started with AI
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
.add(layers.Dropout(
0.5
)) Only one more small block of model layers remains. Recall that the model is processing 2D images, which doesn't work well when categorizing images:
How
do you map them? The Keras Flatten
94%
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
93%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
). 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
93%
Identify malicious traffic with Maltrail
26.03.2025
Home
»
Archive
»
2025
»
Issue 86: Data...
»
assigns a unique ID to the user. It is advisable to assign values
1000
or below to administrative accounts; for example: admin:g6j
0
pelqmhg2n72zx947lf72rxf4iqzzml9zzrcnfzgreguqx69nopme6ctq8r8s:
1000:192.168.0.0
90%
Introducing the NoSQL MongoDB database
04.12.2024
Home
»
Archive
»
2024
»
Issue 84: Non-R...
»
in this collection has different fields, depending on the type of vehicle (Listing 1). Listing 1 Collection of Vehicles 01 { 02 "type": "Car", 03 "brand: "BMW, 04 "model": "
X
5",
05
"year": 2021