30%
21.08.2012
-cli x86_64 5.3.3-14.el6_3 sl-security 2.2 M
php-common x86_64 5.3.3-14.el6_3 sl-security 522 k
php-gd x86_64 5
30%
07.01.2024
.8M 0 100% /snap/gnome-3-38-2004/140
/dev/loop18 squashfs 63.5M 63.5M 0 100% /snap/core20/2015
/dev/sdb1 ext4 2.7T 72.9G 2.5T 3% /home2
tmpfs tmpfs 3.1G 16K 3.1G 0
30%
12.09.2013
17 %description
18 Custom SELinux policy module.
19
20 %prep
21 if [ ! -d custom-selinux-policy ]; then
22 mkdir custom-selinux-policy
23 fi
24 cp -p %{SOURCE0} %{SOURCE1} %{SOURCE2} custom
30%
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
30%
30.01.2020
: /lib/modules/4.20.5-200.fc29.x86_64/kernel/net/netfilter/nf_tables.ko.xz
alias: nfnetlink-subsys-10
author: Patrick McHardy
license: GPL
depends
30%
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
30%
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
30%
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
30%
26.01.2025
version isn't even 3.x. I haven't tested the code with Keras 3.x yet, so your mileage may vary if you go that route.
CIFAR-10
The model and dataset I use is CIFAR-10 [6]. It is a very common dataset
30%
20.08.2012
might want to use netcat (nc
) to check FTP ports – or at least ports in that region:
# nc -v -z examplehost.tld 21-25
If you want to change the source port of your connection to 16000
, you could add