17%
10.11.2011
6200 Series processors. SVR-16
2Based on testing in AMD Performance Labs as of August, 2011, an AMD Opteron™ processor model 6174 (12-core 2.2GHz) consumes 11.7W in the active idle C1E power state
17%
12.05.2014
-h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 53G 35G 15G 70% /
tmpfs 3.6G 536K 3.6G 1% /dev/shm
/dev/sda1 485M 73M 387M 16% /boot
encfs
17%
18.03.2013
or every
:
job "disk monitoring"
every 15 minutes :
You can run individual jobs manually by typing whenjobs --start jobname
. Active jobs can be canceled by typing whenjobs --cancel
– using
17%
14.03.2013
and which jobs are loaded when you use the --job-names parameter. You can set the name by adding it before the line that begins with a when or every:
job "disk monitoring"
every 15 minutes :
You can run
17%
04.12.2024
-socket system (four NUMA nodes) with 6TB of RAM is equivalent to four CPU sockets with 28 cores each and 1.5TB of RAM per NUMA node.
Sizing VMs Correctly
The question is how to size monster VMs correctly
17%
02.02.2021
dockerrepo.matrix.dev/gentoo-glibc:latest-amd64 && touch pushtime
Sending build context to Docker daemon 21.12MB
Step 1/2 : FROM dockerrepo.matrix.dev/gentoo-base:latest
---> 22fe37b24ebe
Step 2/2 : ADD
17%
30.01.2020
Furthermore, new SSH connections (ct state new) to port 22 will be allowed (tcp dport 22). Packets that belong to existing SSH connections are also allowed (ct state established,related) and are detected
17%
09.06.2018
[::]:* LISTEN
As you can see, only port 22 for SSH is open for incoming connections for both IPv4 and IPv6. If you are not (yet) using IPv6 on your network, you should disable it, because what good
17%
30.01.2024
. The following example assumes a system with Ubuntu 22.04.
To begin, you need to install some required software management packages (Listing 1, line 1); download the GPG key used to sign Docker's package lists
17%
03.12.2024
, MaxPooling
2D
:
model.add(layers.BatchNormalization())
model.add(layers.MaxPooling2D(pool_size=(2,2)))
A max pooling layer has a pool size, 2x2 in this case, that is used to scan the entire input image (left