100%
30.01.2024
Rubén Llorente ...
8, 9
Debian
11, 12
Ubuntu
20.04, 22.04
FreeBSD
13.x
OpenBSD
7.3
I recommend the downloadable installer, but I will skip
99%
02.06.2020
Rubén Llorente ... .
Figure 9: A user must be authorized by the administrator to send external email.
The software provides POP3, IMAP, and SMPT access, so the email services from Citadel can be used with common email
99%
25.09.2023
Rubén Llorente ... on top of the ruleset that limits its traffic to 1Mbps upload and 2Mbps download.
Listing 3
Static DHCP Leases
/ip dhcp-server lease add address=192.168.90.211 mac-address=b6:c2
99%
01.06.2024
Rubén Llorente ... # A single task is defined, which by default will
20 # run only against "devuan" hosts.
21 tasks:
22 upgradeall:
23 desc: Upgrade all packages
24 target:
25 tags: [devuan]
26 cmd: |
27
99%
03.02.2022
Rubén Llorente ... offers a whole range of models with different capabilities, with prices ranging from EUR29 to 109 (VAT not included; or about $25--$88). They also produce a line of Qubes OS-certified laptops and Nextcloud
99%
04.12.2024
Rubén Llorente ... ].id
23 }
24 }
25
26 resource "proxmox_virtual_environment_vm" "webserver" {
27 count = "3"
28 name = "webserver-${count.index+1}"
29 description = "Generic web server"
30 node_name = "proxmox
64%
12.09.2013
:00:03.000207
In my httpd.conf file, I set a timeout of five seconds. If the SQL query runs for 4.9 seconds, the server should still provide a reasonable answer, but not after 5.1 seconds (Listing 3).
Listing 3
62%
04.02.2014
The new PostgreSQL 9.3 release introduces several speed and usability improvements, as well as SQL standards compliance.
... Total runtime: 1.519.991 ms
25 (4 rows)
LATERAL Statement
Version 9.3 of PostgreSQL now supports LATERAL
as defined in the SQL standard. This keyword allows the developer to use sub ...
The new PostgreSQL 9.3 release introduces several speed and usability improvements, as well as SQL standards compliance.
... PostgreSQL 9.3
62%
09.01.2013
Total runtime: 1.519.991 ms
25 (4 rows)
LATERAL Statement
Version 9.3 of PostgreSQL now supports LATERAL as defined in the SQL standard. This keyword allows the developer to use sub ... The new PostgreSQL 9.3 release introduces several speed and usability improvements, as well as SQL standards compliance. ... PostgreSQL 9.3 ... New in PostgreSQL 9.3
60%
20.06.2022
_domains = "*"
# Keycloak configuration
oidc_issuer_url = "http://localhost:8080/realms/testrealm"
provider = "keycloak-oidc"
client_id = "proxy"
client_secret = "t1BmFL4HHk7xC6nPYJEMfiprMfw1QK7b"
# Cookie settings
cookie