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:
%xcode"5432 09 Llorente 12
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(6)
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
... vm_id = 100 08 }
09
10 network_device { 11 model = "virtio"
12
bridge = "vmbr0" 13 } 14 15 depends_on = [ 16 proxmox_virtual_environment_file.rproxy_cloud_config, 17 proxmox
99%
Automating command execution across servers
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
Rubén
Llorente
... .operationalsecurity.es
09
tags: [devuan] 10 rocky: 11 user: root
12
host: rocky.operationalsecurity.es 13 tags: [rocky] 14 openbsd: 15 user: root 16 host: openbsd.operationalsecurity.es 17
24%
Single sign-on like the big guys
20.06.2022
Home
»
Archive
»
2022
»
Issue 69: Terra...
»
_ADMIN=admin 10 - KEYCLOAK_ADMIN_PASSWORD=SOME_PASSWORD 11 - KC_DB=postgres
12
- KC_DB_URL=jdbc:postgresql://postgres:
5432
/keycloak 13 - KC_DB_USERNAME=postgres 14 - KC
23%
Asynchronous PostgreSQL
12.09.2013
Home
»
Archive
»
2013
»
Issue 16: Docker
»
\nContent-Type: text/plain\n\n";
09
$|=1; $|=0; # flush 10 11 my $dbh;
12
13 $SIG{TERM}=sub { 14 $dbh->pg_cancel if $dbh and $dbh->{pg_async_status}==1; 15 }; 16 17 $dbh
23%
PostgreSQL 9.3
04.02.2014
Home
»
Articles
»
^ 08 HINT: There is an entry for table "a", but it cannot be referenced from this part of the query.
09
10 11 # But LATERAL makes this join correct:
12
13
14 SELECT 15 a.id, a.name, t
23%
New in PostgreSQL 9.3
09.01.2013
Home
»
Archive
»
2013
»
Issue 18: New W...
»
OR REPLACE FUNCTION public.deny_alter_table() 02 RETURNS event_trigger 03 LANGUAGE plpgsql 04 AS $function$ 05 BEGIN 06 07 RAISE EXCEPTION '% is disabled', TG_TAG; 08
09
END; 10 $function$ 11
12
22%
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