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"22 08 Llorente 12
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(108)
Article
(23)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
1
2
3
4
5
6
7
...
14
Next »
100%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
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
99%
Automating command execution across servers
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
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
75%
Fast email server deployments with iRedMail
30.01.2024
Home
»
Archive
»
2024
»
Issue 79: Monit...
»
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
24%
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
22%
Network analysis with the Bro Network Security Monitor
05.12.2014
Home
»
Archive
»
2014
»
Issue 24: Visua...
»
-11-07 drwxr-xr-
x
. 2 root root 12288 Nov 8 23:07 2014-11-
08
lrwxrwxrwx. 1 root root
22
Oct 19 21:
22
current -> /var/opt/bro/spool/bro The spool subdirectory not only contains the working directory
21%
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
20%
Data Analysis with R and Python
17.02.2015
Home
»
Archive
»
2015
»
Issue 25: Safe...
»
for
x
in rep.df.rx
2(2
)]) 17 18 devs.png(file=path, width=512, height=512) 19 ro.r.plot(
x
_vals, y_vals, xlab=
x
_lab, ylab=y_lab, main=main)
20
devs.dev_off() 21
22
rep
20%
Modularize websites with Web Components
09.04.2019
Home
»
Archive
»
2019
»
Issue 50: Bpfilter
»
="https://unpkg.com/@webcomponents/webcomponentsjs"> 05 06 07
08
09
My Comments
10
11
12
20%
Warewulf Cluster Manager – Master and Compute Nodes
22.05.2012
Home
»
HPC
»
Articles
»
86_64 0:1.9-
22
.el6_2.1 libacl.
x
86_64 0:2.2.49-6.el6 libattr.
x
86_64 0:2.4.44-7.el6 libblkid.
x
86_64 0:2.17.2-
12
.4.el6 libcap.
x
86_64 0
20%
mpi4py – high-performance distributed Python
30.11.2020
Home
»
Archive
»
2020
»
Issue 60: Secur...
»
): 11
12
s = 0.0 13 s += h * f(a) 14 for i in range(1, n): 15 s +=
2.0
* h * f(a + i*h) 16 # end for 17 s += h * f(b) 18 return (s/2.) 19 # end def
20
21
22
# Main section 23 comm = MPI
1
2
3
4
5
6
7
...
14
Next »