71%
16.08.2018
improvement of all Ruby applications of the last few years. The boot time for such an application increases, but the goal of a Ruby 3.0 that is three times faster seems to be within reach (Project Ruby 3x3 ... 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 ... " {
11 endpoint = "https://192.168.3.15:8006/"
12 username = "root@pam"
13 password = "proxmox"
14 insecure = true
15 tmp_dir = "/var/tmp"
16
17 ssh {
18 agent = true
19 }
20
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 ... fails to complete. If the script does not work with your distribution, a manual install will be required [3].
The EasyInstall script has the following prerequisites:
Apt or Yum package managers
70%
25.09.2023
Rubén Llorente ... had a serviceable Internet connection at home; yet, I was stuck with a pitiful one. My ISP provided 3Mbps of symmetric bandwidth in an age in which urban dwellers had access to subscriptions 10 times
70%
01.06.2024
Rubén Llorente ... is not verified. The purpose of this routine is to prevent man-in-the-middle (MITM) attacks.
Sake uses the x/crypto/ssh Go package, which is a bit quirky [3]. An issue I stumbled on when testing Sake
70%
03.02.2022
Rubén Llorente ... application to interface with the Nitrokey. Thankfully, you are provided a free, open source program [3] that supports FreeBSD, macOS, Windows, and many Linux distributions. AppImages, Flatpaks, and Snaps
59%
14.04.2022
and modernizing application infrastructure by moving applications running on bare metal to a fully managed containerized stack using K3S and SLE Micro.”
Find out more about SLE Micro on the official SUSE ... 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.
47%
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