100%
04.12.2024
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%
01.06.2024
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%
20.06.2022
_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%
12.09.2013
\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%
04.02.2014
^
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%
09.01.2013
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%
05.02.2023
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