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 22
?
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(3)
Article
(2)
Keywords
100%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... "webservice" { 21 listen on 192.168.
3
.30 port 80
22
protocol "http" 23 forward to
port 80 mode loadbalance \ 24 check http "/index.html" code 200 25 } 26
27%
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
25%
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
24%
Compressed Archives for User Projects
11.08.2025
Home
»
Articles
»
solutions is that they can be used to mount a filesystem from a different operating system directly on a new system. For example, one of the more popular FUSE solutions is NTFS-
3
G, which lets you take an NTFS
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