71%
16.08.2018
, but still a little too cumbersome to set up and use.
At least for the latter group, Rails 5.2 (Figure 1) is a good thing: The developers abolished Secrets and replaced it with simpler credentials. Thus Ro ... Ruby on Rails 5.2 was released during RailsConf, which took place in Pittsburgh in mid-April 2018. Although not much has changed for old Rails applications, you'll find a few notable additions ... Version 5.2 of the Ruby framework
70%
04.12.2024
Rubén Llorente ... _file {
18 path = "webserver.yml"
19 file_name = "user_data_vm-webserver.yml"
20 }
21 }
22
23 resource "proxmox_virtual_environment_file" "network_cloud_config" {
24 count = 4
25 content
70%
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
70%
02.06.2020
Rubén Llorente ... the EasyInstall script.
Once the setup is complete, the following command opens the ports Citadel uses:
# ufw allow 25,80,110,119,143,443,465,563,587,993,995,5222/tcp
The following commands install
70%
25.09.2023
Rubén Llorente ... Llorente, Linux Magazine
, issue 232, March 2020, pg. 24, https://www.linux-magazine.com/Issues/2020/232/Privoxy
ARP spoofing: https://en.wikipedia.org/wiki/ARP_spoofing
Creative Commons Attribution
70%
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
70%
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
59%
14.04.2022
SUSE Announces New SUSE Linux Enterprise Micro 5.2
57%
08.11.2012
Talend has released version 5.2 of its enterprise open source integration platform, which, according to the company, “provides a unified environment for managing the entire lifecycle across data ...
Talend v5.2 offers support for NoSQL databases, and big data profiling for Hadoop.
45%
10.06.2015
" ; shift
20 local display_list="$1"
21 while read display width_mm height_mm width height ; do
22 if [[ "$display" == "$find_display" ]] ; then
23 echo ${width}x${height}
24