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:
%25x20mm 22%2000 Llorente 22
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(115)
Article
(36)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
1
2
3
4
5
6
7
...
16
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
98%
Maintaining Android in the enterprise
21.08.2014
Home
»
Archive
»
2014
»
Issue 22: OpenS...
»
MIPS : 1993.93 17 processor : 2 18 BogoMIPS : 1993.93 19 processor : 3
20
BogoMIPS : 1993.93 21 Features : swp half thumb fastmult vfp edsp neon vfpv3 tls
22
CPU implementer : 0 ...
22
98%
Tool your HPC systems for data analytics
21.08.2014
Home
»
Archive
»
2014
»
Issue 22: OpenS...
»
tools sqlite3 [19] SQLite database interface https://docs.python.org/2/library/sqlite3.html PostgreSQL [
20
] Drivers for PostgreSQL https ...
22
80%
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
61%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... _file { 18 path = "webserver.yml" 19 file_name = "user_data_vm-webserver.yml"
20
} 21 }
22
23 resource "proxmox_virtual_environment_file" "network_cloud_config" { 24 count = 4
25
content
19%
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
17%
Desktop Blades (of Glory)
06.05.2024
Home
»
HPC
»
Articles
»
(different from Raspberry Pi), and
2.5
or 10 Gigabit Ethernet (GbE). The card is 60
x
69.6
mm
(about 2.4
x
2.84 inches), which makes it a little taller than a credit card and a bit over 1U (Figure 4
17%
Tuning I/O Patterns in C
31.07.2013
Home
»
HPC
»
Articles
»
_record; 14 int counter_limit; 15 16 counter_limit = 100; 17 18 for ( counter=1; counter <= counter_limit; counter++) 19 {
20
my_record.
x
= counter; 21 my_record.y = counter + 1
16%
Creating an SFTP jail
30.11.2025
Home
»
Archive
»
2011
»
Issue 3: Are yo...
»
SyslogFacility AUTH
20
TCPKeepAlive yes 21 UseDNS no
22
UsePrivilegeSeparation yes 23 Subsystem sftp /usr/local/libexec/sftp-server 24 Match Group sftponly
25
ChrootDirectory /export
16%
Tuning I/O Patterns in Python
18.12.2013
Home
»
HPC
»
Articles
»
FILE *ptr_myfile; 16 17 counter_limit = 100; 18 19 ptr_myfile=fopen("test.bin","wb");
20
if (!ptr_myfile) 21 {
22
printf("Unable to open file!"); 23 return 1; 24 }
25
for ( counter=1; counter <= counter
1
2
3
4
5
6
7
...
16
Next »