mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2025-04-27 04:57:16 +03:00
Compare commits
2 Commits
a2ad64266a
...
c3fd5815a5
Author | SHA1 | Date | |
---|---|---|---|
c3fd5815a5 | |||
8cbbeedd2b |
2
.github/workflows/hugo.yml
vendored
2
.github/workflows/hugo.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v2
|
uses: actions/deploy-pages@v4
|
||||||
|
|
||||||
deploy-neocities:
|
deploy-neocities:
|
||||||
environment:
|
environment:
|
||||||
|
27
content/posts/rhel-setup.md
Normal file
27
content/posts/rhel-setup.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
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
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user