search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Digisub
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Spell check suggestion:
%xcomm%3%390 Llorente 08
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(12)
Article
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
1
2
Next »
100%
Automating command execution across servers
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
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
99%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... ). Listing
3
tofu_project/main.tf 01 terraform { 02 required_providers { 03 proxmox = { 04 source = "bpg/proxmox" 05 version = "0.64.0" 06 } 07 }
08
} 09 10 provider "proxmox
30%
Using a Bash script to mirror external monitors
10.06.2015
Home
»
Archive
»
2015
»
Issue 27: Fault...
»
" ; 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
27%
Creating an SFTP jail
30.11.2025
Home
»
Archive
»
2011
»
Issue 3: Are yo...
»
_config 03 bash#> vi sshd_config 04 AllowTcpForwarding no 05 ClientAliveCountMax
3
06 ClientAliveInterval 0 07 Compression delayed
08
LoginGraceTime 60s 09 LogLevel DEBUG
3
10 MaxAuthTries 2 ...
3
27%
Getting started with the OpenStack cloud computing framework
28.06.2011
Home
»
CloudAge
»
Articles
»
........................++++++ 05 ................................................++++++ 06 e is 65537 (0
x
10001) 07 Using configuration from ./openssl.cnf
08
Check that the request matches the signature 09 Signature ok 10
26%
Finally: Java 9
13.02.2017
Home
»
Archive
»
2017
»
Issue 37: Distr...
»
/s
390
x
port from SAP and the Red Hat-contributed Linux/AAarch64 port for the 64-bit ARM platform. Unicode version 7 is now included instead of 6.2, and Java 9 can load TIFF images, support SHA-
3
, and more
26%
Parallel Programming with OpenCL
04.11.2011
Home
»
HPC
»
Articles
»
only need to port the two inner loops (Listing 2, lines 7 and 9) because the threads process all the required
x
and y values in parallel. I use the built-in clamp() function (Listing
3
, line 42
26%
Network analysis with the Bro Network Security Monitor
05.12.2014
Home
»
Archive
»
2014
»
Issue 24: Visua...
»
libraries.) The latest Bro packages are included in source and binary form [
3
]. On CentOS, I download the Bro full install with: # wget https://www.bro.org/downloads/release/Bro-2.
3
.1-Linux-
x
86_64.rpm Next
26%
Secure access to Kubernetes
25.03.2020
Home
»
Archive
»
2020
»
Issue 56: Secur...
»
of OAuth
2.0
[
3
] that Microsoft and Google offer in their public clouds. The service distributes tokens that prove to be more up to date and which Kubernetes accepts, assuming you have done the prep work
26%
Angular 2 client-side TypeScript framework
17.04.2017
Home
»
Archive
»
2017
»
Issue 38: .NET...
»
>Pressure 14 15
16
{{data.date | date:'dd.
MM
.yyyy HH:
mm
'}}
17
{{data.temp}}
18
{{data.press}}
19
20
21
1
2
Next »