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 000 Llorente 22
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(52)
Article
(17)
Blog post
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
1
2
3
4
5
6
7
Next »
100%
Visualizing time series data
21.08.2014
Home
»
Archive
»
2014
»
Issue 22: OpenS...
»
't connect to $remote_host:$remote_port: $@ \n"; 17 18 19 while() {
20
my @lavg = Sys::CpuLoad::load(); 21 my $ts=time();
22
print $socket "system.loadavg_1min $lavg[0] $ts\n"; 23 print $socket "system ...
22
78%
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
62%
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
60%
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
25%
A Hands-on Look at Kubernetes with OpenAI
09.10.2017
Home
»
Archive
»
2017
»
Issue 41: Kuber...
»
.9 Ready
3
h v1.6.2 Listing 2 Kubernetes Node Data Structure in YAML $ kubectl get node 10.126.
22
.9 -o yaml apiVersion: v1 kind: Node metadata: creation ... For research into deep learning algorithms that automatically acquire new skills, OpenAI operates some of the largest Kubernetes clusters worldwide, with up to 36,
000
CPU cores. We look at some
18%
When I/O workloads don't perform
02.08.2021
Home
»
Archive
»
2021
»
Issue 64: Bare...
»
_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0
x
000
f 077 063 --- Pre-fail Always - 56770409
3
Spin_Up_Time 0
x
0003
16%
A closer look at hard drives
18.07.2013
Home
»
Archive
»
2013
»
Issue 15: What’...
»
: 156301488
20
Logical Sector size: 512 bytes 21 Physical Sector size: 512 bytes
22
device size with M = 1024*1024: 76319 MBytes 23
16%
Predicting Drive Doom
20.10.2013
Home
»
HPC
»
Articles
»
_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0
x
000
f 117 099 006 Pre-fail Always - 130040264
3
Spin_Up_Time 0
x
0003 095 095
000
Pre-fail Always - 0 4 Start_Stop_Count 0
x
16%
Tuning I/O Patterns in C
31.07.2013
Home
»
HPC
»
Articles
»
Code Example 1 #include
2
3
/* Our structure */ 4 struct rec 5 { 6 int
x
,y,z; 7 float value; 8 }; 9 10 int main() 11 { 12 int counter; 13 struct rec my
16%
Tuning I/O Patterns in Fortran 90
04.12.2013
Home
»
HPC
»
Articles
»
3
type rec 4 integer ::
x
, y, z 5 real :: value 6 end type rec 7 8 integer :: counter 9 integer :: counter_limit 10 integer :: ierr 11 12 type (rec) :: my
1
2
3
4
5
6
7
Next »