24
December
2021
MX Linux settings after a fresh installation: improved method
12:45

MX Linux settings after a fresh installation: improved method

24 December 2021 12:45

I decided to apply the method of updating the Debi systeman Buster до DebiaN Bullseye at a time, using one command.

This is a continuation Articles.

When the computer updates were installed at home, I spied on an interesting combination of the Options of the APT :

The team is as follows:

apt full-upgrade -y

I decided to test it in action.
I reinstalled MX 19.4 on the same disk, then performed steps:

The shortest way to update Linux until the next edition

  1. Indicated in files in the catalog /etc /apt/sources/list.d новые репозитории выпуска DebiaN "'Bullseye":
    etc_apt_sources.list.d.zip

  2. Refreshed updates

    sudo apt-get update

  3. Updated the system za one action:

    apt full-upgrade -y

The installation of updates lasted about 8 hours (!). As you can see, only 1797 updates.

  1. For all questions about replacing configuration files, this time answered “no” (n) - the Enter key, the default option.

After installation, he launched the removal of unnecessary packages, which released 420 MB:
sudo apt autoremOve

  1. To make a network, turned on the SystemD mode loader:
    • Start - MX tools - MX Boot Options (Root password will be required, which was indicated when installing the system
      *Nuclear parameters: splash init=/lib/systemd/systemD Quiet

I clicked "apply" and "OK".

  1. Reloaded the PC.

As a result, the production of MX-10.4 p was obtainedatio feo с пакетной базой DebiaN "Bullseye" and the core of Linux 5.10,
the shortest way:

uname -r

5.10.0-10-amD64

After downloading there is the Internet, other opportunities, there are no critical errors:

journalctl -b | grep error

Displays only problems ntpd with Pool 0.debi resolutionan.pool.ntp.org: Name or service not know.

Solution to the problem with NTPD

Editing

sudo nano /etc/ntp.conf

\# pool 0.debian.poolntp.org iburst
\# pool 1.debian.poolntp.org iburst
\# pool 2.debian.poolntp.org iburst
\# pool 3.debian.poolntp.org iburst

pool 0.ru.pool.ntp.org iburst
pool 1.ru.pool.ntp.org iburst
pool 2.ru.pool.ntp.org iburst
pool 3.ru.pool.ntp.org iburst


Restanation of the NTP service:
sudo systemctl restarT NTP

Examination:

ntpq -pn

$ ntpq -pn

remote refid st t when poll reach delay offset jitter
\ ==================================================================================================
0.ru.pool.ntp.o .POOL. 16 p - 64 0 0.000 +0.000 0.000
1.ru.pool.ntp.o .POOL. 16 p - 64 0 0.000 +0.000 0.000
2.ru.pool.ntp.o .POOL. 16 p - 64 0 0.000 +0.000 0.000
3.ru.pool.ntp.o .POOL. 16 p - 64 0 0.000 +0.000 0.000
{...}

The exact time service works.



Related publications