Compare commits

..

No commits in common. "c3fd5815a5b475ce9bf9264a3fc880f70b2eb171" and "a2ad64266a1a13af24c69e5c4a469bf74e3ac0bc" have entirely different histories.

2 changed files with 1 additions and 28 deletions

View File

@ -79,7 +79,7 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v2
deploy-neocities:
environment:

View File

@ -1,27 +0,0 @@
---
title: Активация и автоматические обновления в RHEL 9
description: Небольшая памятка
date: 2025-02-27T23:10:00+01:00
tags: [linux, rhel]
---
## Активация
```shell
subscription-manager register --auto-attach
insights-client --register
```
## Автоматическая установка обновлений
```shell
yum -y install dnf-automatic
systemctl enable --now dnf-automatic-install.timer
```
## Установка расширенного репозитория
```shell
subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
```