17%
30.01.2020
The Linux kernel already contains a variety of packet filters, starting with ipfwadm and followed by ipchains and iptables. Kernel 3.13 saw the introduction of nftables [1], which uses the nft tool
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
:
- "main"
jobs:
build:
runs-on: ubuntu:22.04
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
username
17%
03.12.2024
.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 version isn't even 3.x. I haven
17%
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
17%
25.01.2022
to get into the Linux kernel. A couple of my earlier articles that mention FUSE address data encryption and working with S3QL object storage. As evident by these applications, FUSE can be very useful
17%
11.06.2014
on the Rex host and then copy the public key over to the client (Listing 3). After that, a test login on the client without password should work.
Listing 3
Key-Based Authentication
01 root
17%
18.09.2012
2 apache2-mpm-prefork apache2-utils apache2.2-bin \
apache2.2-common apache2-doc apache2-suexec libapache2-mod-php5 libapr1 \
libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libapr1
17%
17.08.2011
hour.
The script simply connects to AWS, finds each of the main chargeable services (I’ve only done EC2, RDS, and S3 so far … feel free to contribute), and uses a table of costs to find the upper limit
17%
21.03.2017
18 print "dset.shape = ",dset.shape
19
20 print "dset.dtype = ",dset.dtype
21
22 print "dset.name = ",dset.name
23
24 print "f.name = ",f.name
25
26 grp