search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Spell check suggestion:
"robot Llorente
?
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(8)
Keywords
100%
Automating Migration to openEuler
30.11.2025
Home
»
Archive
»
2025
»
Issue 90 VoIP N...
»
Rubén
Llorente
... : https://www.openeuler.org/en/migration/download/ The Author Rubén
Llorente
is a mechanical engineer whose job is to ensure
30%
An IP-based load balancing solution
30.11.2025
Home
»
CloudAge
»
Articles
»
modules. Thus, new schedulers can be implemented without modifying the core LVS code. Many different scheduling algorithms are available to suit a variety of needs. The simplest algorithms are round
robin
30%
Visualize data throughput with SMBTA
30.11.2025
Home
»
Archive
»
2011
»
Issue 3: Are yo...
»
has basically three evaluation tools, all of which are part of the smbtatools package. An RRD (Round-
Robin
Database) driver and RRDtool [2] can be linked to the SMBTA daemon in real time – thus
28%
How Kanban helps improve IT processes
31.10.2025
Home
»
Archive
»
2012
»
Issue 11: Cloud...
»
, network architect, etc.) and the costs for coordination do not scale. A more pragmatic approach would be a weighted round
robin
between project leaders on the basis of their budgets. Additionally, cost
28%
Targeted defense against brute force attacks
30.11.2025
Home
»
Archive
»
2011
»
Issue 3: Are yo...
»
directly (raw format). If needed, it will monitor multiple logfiles at the same time, and it can also handle round-
robin
and temporary logfiles (see the "Log Validation" box). Log Validation Syslog
28%
pfSense firewall and router distribution
30.11.2025
Home
»
Archive
»
2012
»
Issue 07: Xen v...
»
is stored in a round-
robin
database (RRD), so that older information is dumped when new information arrives. pfSense uses this data to generate some interesting statistics and charts. Some of these are found
28%
High availability clustering on a budget with KVM
30.11.2025
Home
»
Archive
»
2010
»
Issue 0: Active...
»
-bonding driver on Linux provides a tried-and-trusted solution for this. It lets you group multiple network cards to create a new virtual device. Depending on the bonding mode, the traffic will use a round-
robin
28%
Julia: A new language for technical computing
30.11.2025
Home
»
Archive
»
2012
»
Issue 10: Traff...
»
.") The nodes are used in round-
robin
fashion, and if the loop count is increased, Julia cycles through the available resources again. julia> @parallel for i=1:8 run(`hostname`) end