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!490 Llorente 08
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(4)
Article
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
100%
Automating command execution across servers
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
Rubén
Llorente
... _host 02 known_hosts_file: /home/sake/.ssh/known_hosts2 03 04 # Every server is labeled with the "devuan" tag 05 servers: 06 horse: 07 user: root
08
host: horse.operationalsecurity.es 09 tags
99%
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
28%
What Is an Inode?
23.03.2022
Home
»
HPC
»
Articles
»
13 2020 iozone
3_490
31888630 -rw-rw-r--. 1 laytonjb laytonjb 4136960 Dec 9 2020 iozone
3_490
.tar 31984747 drwxrwxr-x 21 laytonjb laytonjb 4096 Nov 20 2020 Lmod-8.4.15 31863444 -rw-rw-r-- 1
27%
Graph database Neo4j discovers fake reviews on Amazon
04.08.2020
Home
»
Archive
»
2020
»
Issue 58: Graph...
»
{name: 'reviewed'}]-(product1) 06 MERGE (reviewer
3
:Reviewer {name:'reviewer
3
'}) 07 MERGE (reviewer
3
)-[:Reviewed {name: 'reviewed'}]-(product1)
08
MERGE (reviewer7:Reviewer {name:'reviewer7'}) 09 MERGE
26%
Asynchronous PostgreSQL
12.09.2013
Home
»
Archive
»
2013
»
Issue 16: Docker
»
CREATE OR REPLACE FUNCTION burncpu (tm INTERVAL) 02 RETURNS INTERVAL AS $CODE$ 03 DECLARE 04 stmp TIMESTAMP := now()+tm; 05 i INT; 06 BEGIN 07 WHILE clock_timestamp()
08 i:=1; 09