18%
30.11.2025
NVidia Tablet Best in Show
NVidia showcased a few new Android tablets powered by Tegra 3 at the 2012 International Consumer Electronics Show (CES). These devices come in different form factors
18%
08.08.2018
compiler (4.8, 5.4, 6.2, 7.3, and 8.1), the latest Intel compiler, the last three community versions of the PGI compilers, three versions of MPICH (3.2.1, 3.1.4, and 3.1), and three versions of Open MPI (2
18%
20.05.2014
Viewing Server Topology
01 # numactl --hardware
available: 8 nodes (0-7)
node 0 cpus: 0 1 2 3 4 5 6 7 8 9
node 0 size: 16373 MB
node 0 free: 15837 MB
node 1 cpus: 10 11 12 13 14 15 16 17 18 19
node 1
18%
09.01.2013
was option 2
:
1) 32bit Amazon Linux running PHP 5.4
2) 64bit Amazon Linux running PHP 5.4
3) 32bit Amazon Linux running PHP 5.3
4) 64bit Amazon Linux running PHP 5.3
5) 32bit Amazon Linux
18%
09.12.2019
hints, is written in C as a Python extension and comes in the standard Python 3, which keeps the overhead low, so the profiler doesn’t affect the amount of time much.
cProfile outputs a few stats about
18%
13.12.2022
Some of the early articles I wrote for HPC ADMIN were about Warewulf 3, a cluster provisioning and management tool. The first article was published a little more than nine years ago. People seemed
18%
07.01.2014
a great deal of power in a few lines:
rm -rf backup.3
mv backup.2 backup.3
mv backup.1 backup.2
cp -al backup.0 backup.1
rsync -a --delete source_directory/ backup.0/
To better understand the script, I
18%
01.08.2019
by the Linux Foundation's recent announcement [2] of yet another open source foundation, this one tasked with steering the development of a really under-appreciated tool named osquery [3].
The announcement
18%
11.06.2014
so many options and opinions is not a bad thing, but you need to sort through the ideas to find something that works for you and your situation.
In two further blog posts [3] [4], I wrote some simple
18%
12.02.2014
)
irq
(Linux, FreeBSD)
softirq
(Linux)
steal
(Linux ≥ 2.6.11)
guest
(Linux ≥ 2.6.24)
guest_nice
(Linux ≥ 3.2.0)
The Python code for gathering CPU statistics isn’t too difficult: I