21%
17.02.2015
for configuring Icinga. If that is your need, both NConf [15] and NagiosQL [16] are easy to install and feature rich options.
Notifications
A powerful feature of network monitoring is its ability to inform you
21%
04.10.2018
, such as the Bleichenbacher family of exploits against RSA PKCS#1v1.5, brute-force decryption attempts such as POODLE against insecure cipher-block chaining (CBC) mode padding, and sneaky side channel attacks, a set of novel
21%
14.08.2017
Almost 15 years before Tim Berners-Lee and Robert Cailliau started up the first World Wide Web (WWW) server, James E. White published the idea of the Remote Procedure Call (RPC) with Request
21%
20.05.2014
have up to 15 cores in its E7/EX variation. It has three QPI paths that lead to two NUMA nodes in a four-socket configuration. In other words, a fully populated four-socket server similar to the HP Pro
21%
28.11.2023
-data-dir /home/kevin/.vscode/cli tunnel service internal-run
|-- 35321 sh /home/kevin/.vscode/cli/servers/Stable-f1b07bd25dfad64b0167beb15359ae573aecd2cc/server/bin/code-server --connection-tok>
...
Oct 14 15
21%
19.12.2012
Franklin
New Processors Are Happening
Some big changes are happening in the processor world right now. For the last 15 years or so, both the HPC world and the enterprise world have settled on, for the most
21%
31.07.2013
_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
21%
17.10.2011
-On
The current 1.5 version of Proxmox VE from May 2010 [1] is based on the Debian 5.0 (Lenny) 64-bit version. The Proxmox VE kernel is a standard 64-bit kernel with Debian patches, OpenVZ patches for Debian
21%
21.08.2012
===================================================================================================
Install 20 Package(s)
Total size: 5.4 M
Total download size: 5.3 M
Installed size: 15 M
Is this ok [y/N]: y
Downloading Packages:
(1/19): cairo-1.8.8-3.1.el6.i686.rpm
21%
21.03.2017
# ===================
09 #
10 if __name__ == '__main__':
11
12 f = h5py.File("mytestfile.hdf5", "w")
13
14 dset = f.create_dataset("mydataset", (100,), dtype='i')
15
16 dset[...] = np.arange(100)
17