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 12 09 Llorente
?
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(9)
Keywords
100%
Dynamic routing in Linux with Quagga
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
password 8 ZDF339a.
20
a3E 05 log file /var/log/quagga/zebra.log 06 service password-encryption 07 ! 08 interface eth0
09
multicast 10 ipv6 nd suppress-ra 11 !
12
interface eth1 13 ip address 10 ...
12
99%
Using Expect scripts to automate tasks
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
set send_slow {1 .1} 06 proc send {ignore arg} { 07 sleep .1 08 exp_send -s -- $arg
09
} 10 } 11 set timeout -1
12
spawn $env(SHELL) 13 match_max 100000 ...
12
99%
Creating KVM machines with BoxGrinder and VMBuilder
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
- sl plugin for Scientific Linux
09
10 Available platform plugins: 11 - vmware plugin for VMware
12
- ec2 plugin for Amazon Elastic Compute Cloud (Amazon EC2) 13 - virtualbox plugin ...
12
99%
Introduction to OpenMP programming
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
PRIVATE (id) 06 07 id = omp_get_thread_num() 08 write(*,*) 'Thread ',id,' Checking in'
09
10 IF (id == 0) THEN 11 WRITE(*,*) ' Number of threads in use is ',omp_get_num_threads()
12
ENDIF 13 14 ...
12
81%
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
14%
Managing computers with Rex
31.10.2025
Home
»
Archive
»
2012
»
Issue 11: Cloud...
»
.168.2.14", "192.168.2.15"; 06 07 logging to_file => "rex.log"; 08
09
desc "Uptime estimate"; 10 task "uptime", group => ["intranet", "accounting"], sub { 11 say run 'uptime';
12
}; Package Service Listing
14%
Code IaC for provisioning of preconfigured virtual environments
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
sku: {
12
capacity: int 13 family: 'string' 14 name: 'string' 15 size: 'string' 16 tier: 'string' 17 } 18 } 19 tags: {
20
{customized property}: 'string' 21
14%
Introducing the NoSQL MongoDB database
04.12.2024
Home
»
Archive
»
2024
»
Issue 84: Non-R...
»
"], 08 "serviceHistory": [
09
{ 10 "date": "2023-01-15", 11 "serviceType": "Oil change",
12
"dealer": "BMW Service Center" 13 }, 14 { 15 "date": "2023-06-
20
", 16
14%
Web applications with Julia
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
.0.0.1", PORT) do ws 08 for msg in ws
09
d = Meta.parse(JSON.parse(msg)["s"]) 10 @info d 11 @info typeof(d)
12
WebSockets.send(ws, """
You picked $d