* rtorrent
* ubuntu
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.4 LTS
Release: 20.04
Codename: focal
$ hostname
yyhome
# cat sshd_config | grep -vE ‘^#|^$’
Include /etc/ssh/sshd_config.d/*.conf
Port 22
Port 33
ChallengeResponseAuthentication no
UsePAM yes
X11Forwarding yes
PrintMotd no
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
PasswordAuthentication no
Match user jpuyy address 192.168.1.0/24
PasswordAuthentication yes
https://www.speedtest.net/apps/cli
$ apt list –upgradable
# apt install mlocate
2023-05-23
upgrade from Ubuntu 20.04.6 LTS to 22.04.2 LTS
Run ‘do-release-upgrade’ to upgrade to it.
# do-release-upgrade
Do you want to start the upgrade?
4 packages are going to be removed. 112 new packages are going to be
installed. 688 packages are going to be upgraded.
You have to download a total of 702 M. This download will take about
5 minutes with your connection.
Installing the upgrade can take several hours. Once the download has
finished, the process cannot be canceled.
Continue [yN] Details [d]y
…
Leave a Reply