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:
%xsede%3 09 Llorente"52
?
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(26)
Article
(1)
Keywords
1
2
3
Next »
100%
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
32%
Compressed Archives for User Projects
11.08.2025
Home
»
Articles
»
it is a little bigger, at 31899301. Listing
3
: Files in the Compressed Archive laytonjb@laytonjb:~/DATA_STORE$ ls -lstar total 62316 31152 -rw-rw-r-- 1 laytonjb laytonjb 31897275 Aug 2
09:52
data1_08022025.tar
30%
Using Expect scripts to automate tasks
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
certain things. Two reasons a script 08 # might fail are:
09
# 10 # 1) timing - A surprising number of programs (rn, ksh, zsh, telnet, 11 # etc.) and devices discard or ignore keystrokes that arrive "too
30%
Remote desktop based on HTML5
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
quickly view the password hash at the command line with the md5sum utility: # echo -n
| md5sum -t 319f4d26e
3
c536b5dd871bb2c
52
e3178 - Next, add this hash value instead of the password
29%
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
29%
Managing computers with Rex
31.10.2025
Home
»
Archive
»
2012
»
Issue 11: Cloud...
»
.168.2.14", "192.168.2.15"; 06 07 logging to_file => "rex.log"; 08
09
desc "Uptime estimate"; 10 task "uptime", group => ["intranet", "accounting"], sub { 11 say run 'uptime'; 12 }; Package Service Listing
29%
One metric to rule them all
31.10.2025
Home
»
Archive
»
2012
»
Issue 11: Cloud...
»
/uptime.1.html Getloadavg (
3
) man page: http://www.kernel.org/doc/man-pages/online/pages/man
3
/getloadavg.
3
.html CentOS Deployment Guide – /proc/loadavg: http://www.centos.org/docs/5/html/
5.2
28%
Reading and understanding database execution plans
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
the explain plan for command in combination with the DBMS_XPLAN.DISPLAY function call (see Example 1). Example 1: Oracle Execution Plan 01 SQL> explain plan for<+>1<+> 02 2> SELECT * 03
3
> FROM sales
28%
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
28%
GNU tools under Windows
31.10.2025
Home
»
Archive
»
2012
»
Issue 11: Cloud...
»
to the Windows desktop, but at a little less than 10MB, it is much more compact than Cygwin's 100MB and is also easier to install. Alternatives MobaXterm: A previous article [
3
] introduced Moba
1
2
3
Next »