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 ... "$REMOTE_ADDR"
16 match request header set "X-Forwarded-Port" value "$SERVER_PORT"
17 match request header set "X-Forwarded-By" value "$SERVER_ADDR:$SERVER_PORT"
18 }
19
20 relay
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 ... Citadel on Debian:
# apt-get install curl bash
# curl http://easyinstall.citadel.org/install > EasyInstall.sh
# chmod +x EasyInstall.sh
# bash ./EasyInstall.sh
The EasyInstall script describes the actions
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 ...
Chances are that any system administrator who governs a meaningful number or servers uses a configuration manager of some sort. Just imagine upgrading the kernel on 20 identical virtual machines
70%
03.02.2022
Rubén Llorente ... Llorente is a mechanical engineer whose job is to ensure that the security measures of the IT infrastructure of a small clinic are both legally compliant and safe. He is also an OpenBSD enthusiast
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