30%
    
    
    07.01.2024
        
    
    	
         loop /snap/core22/864
loop15   7:15   0  12.3M  1 loop /snap/snap-store/959
loop16   7:16   0  73.9M  1 loop /snap/core22/817
loop17   7:17   0 349.7M  1 loop /snap/gnome-3-38-2004/140
loop18
    
 
		    
				        
    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
        
    
    	
         command would be:
iptables-translate -A INPUT -p tcp --dport 22 -m conntrack --ctstate NEW -j ACCEPT
nft add rule ip filter INPUT tcp dport 22 ct state new counter accept
If you want to convert all your
    
 
		    
				        
    30%
    
    
    09.06.2018
        
    
    	
         -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
$IPT -A OUTPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
# Allow input ssh
$IPT -A INPUT -p tcp --dport 22 -j ACCEPT
# Allow smb over Port
    
 
		    
				        
    30%
    
    
    30.01.2024
        
    
    	
         it saves them a lot of work. For example, Red Hat need only maintain its own software in containerized form once to make it available on RHEL 7, 8, and 9.
As long as a runtime environment for operating
    
 
		    
				        
    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
        
    
    	
        Flow 2.9.2 and Keras 2.9.0. The TensorFlow version is a bit old; 2.16.1 is the latest as of this writing, but I already had it installed. My Keras is also a bit old. I think Keras 3.6 is the latest, and my
    
 
		    
				        
    30%
    
    
    25.09.2023
        
    
    	
         guest
82a84,88
>
>   tee /etc/.htpasswd <<'EOF'
> guest:$apr1$gz4n7s6o$P.O/V1k9rZuV9nN/5lh3l0
> admin:$apr1$esczj7wu$ffu/6j8vETMAMJaVTKn7a1
> EOF
Monit is configured to load service
    
 
		    
				    
    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