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 22 09 Llorente"5432
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(7)
Article
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
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
99%
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
39%
Single sign-on like the big guys
20.06.2022
Home
»
Archive
»
2022
»
Issue 69: Terra...
»
.4' 02 services: 03 keycloak: 04 container_name: keycloak 05 image: quay.io/keycloak/keycloak:17.0.1 06 ports: 07 - 8080:8080 08 environment:
09
- KEYCLOAK
38%
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()
09
38%
PostgreSQL 9.3
04.02.2014
Home
»
Articles
»
.mynet.internal', port '
5432
'); To create a foreign table, you need to tell the data source which user can log in to the remote PostgreSQL instance and with what combination of role name and password. To do so, you need
38%
New in PostgreSQL 9.3
09.01.2013
Home
»
Archive
»
2013
»
Issue 18: New W...
»
'
5432
'); To create a foreign table, you need to tell the data source which user can log in to the remote PostgreSQL instance and with what combination of role name and password. To do so, you need a user
36%
Kubernetes StatefulSet
05.02.2023
Home
»
Archive
»
2023
»
Issue 73: Datab...
»
06 labels: 07 app: mariadb 08 spec:
09
type: NodePort 10 ports: 11 - port: 3306 12 protocol: TCP 13 selector: 14 app: mariadb 15 --- 16 apiVersion: v1 17 kind: Config
35%
Kea, the ISC's successor to the DHCP daemon
03.08.2023
Home
»
Archive
»
2023
»
Issue 76: Energ...
»
: "routers", "value": "192.168.2.254" }], "reservations": [{ "hw-address": "00:11:
22
:33:44:55", "ip-address": "192.168.2.60", hostname: "host-2-60" }, { "hw-address": "00