====== Fedora GNU/Linux Workstation ======
[[https://torrent.fedoraproject.org/|Torrent Server for the Fedora Project]].
[[https://github.com/RussianFedora/FAQ/releases/latest/download/fedora-faq-ru.pdf|RussianFedora/FAQ.pdf]].
sudo nano /etc/dnf/dnf.conf #exclude=chromium,mozilla-openh264,openh264 # https://discussion.fedoraproject.org/t/ciscobinary-openh264-org-is-unreachable-in-some-countries-ru-ua-ir/161434/12
Подключение дополнительных репозиториев (очень важно!):
sudo dnf install --nogpgcheck https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm # https://russianfedora.github.io/FAQ/generic-info.html#rpm-fusion
Установка декодеров:
sudo dnf update @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin #https://rpmfusion.org/Howto/Multimedia
[[https://rpmfusion.org/Howto/Multimedia|Multimedia]]: Hardware Accelerated Codec.
Какие [[https://russianfedora.github.io/FAQ/hardware.html#hwaccel-drivers|драйверы]] необходимы для работы аппаратного ускорения декодирования мультимедиа?
sudo dnf install -y android-tools aspell-ru beep cmus cockpit davfs2 exfat-utils ffmpeg-free figlet gvfs gvfs-smb hunspell-ru hyphen-ru innoextract inxi libreoffice-langpack-ru mythes-ru ocrmypdf p7zip p7zip-plugins pdf2svg python-mutagen sg3_utils sshfs \
&& sudo systemctl enable --now cockpit.socket \
&& sudo dnf install -y chromium cpu-x gnome-disk-utility gnome-tweak-tool gpart gsmartcontrol lshw-gui mc mozilla-ublock-origin nfoview rpi-imager simple-scan tigervnc transmission vcmi xournalpp xsensors \
&& sudo dnf install -y aisleriot five-or-more flare gnome-chess minigalaxy pdfarranger \
&& sudo dnf install -y evince filezilla foliate gimagereader-gtk gimp gnome-mahjongg gthumb inkscape telegram-desktop tesseract-langpack-rus vlc \
&& sudo dnf copr enable karlisk/ventoy -y && sudo dnf copr enable nalika/gzdoom -y && sudo dnf install -y gzdoom ventoy \
&& sudo dnf install -y xonotic \
&& echo 'https://dragonserw.ru/wiki:fedora' \
#&& sudo reboot now
clear && uname -a && sudo lshw -C processor -C system -C memory -C video -C disk -short #https://dragonserw.ru/wiki:fedora
clear && inxi -b
flatpak uninstall --unused #Удаление неиспользуемых зависимостей Флэтпак
[[wiki:inxi|inxi is a full featured CLI system information tool]], [[wiki:anydesk|AnyDesk RPM repository how-to]]. [[wiki:woeusb-ng|WoeUSB-ng]].
===== Games =====
[[https://bilge.ru/playground:baba-yaga_uchitsya_chitat?do=index|Все игры]].
[[https://bilge.ru/playground:gzdoom|GZDoom]]: Classic first-person-shooter engine for all classical Id games.
===== Terminal =====
[[wiki:terminal|Terminal emulator, bash]].
Определить, какие установленные пакеты требуют установки XTerm:
dnf repoquery --whatrequires xterm --installed # 2Determine, which installed package requires XTerm
Обновление дистрибутива, исключая пакеты `openh264,mozilla-openh264`:
dnf up --exclude=chromium,mozilla-openh264,openh264 # 2Update Fedora w/o updating openh264 & mozilla-openh264 # https://discussion.fedoraproject.org/t/ciscobinary-openh264-org-is-unreachable-in-some-countries-ru-ua-ir/161434/12
DSL Connection:
nm-connection-editor
With the `check-update` parameter we tell DNF to refresh its database and determine if there are any updates available.
С параметром `check-update` мы указываем DNF обновить свою базу данных и определить, доступны ли обновления.
sudo dnf check-update
[[https://linux-audit.com/showing-available-security-updates-with-dnf/|Linux Audit: The dedicated blog about Linux security]].
===== Установка и настройка операционных систем =====
[[wiki:apt-etudes|Ubuntu GNOME]];
[[wiki:debian|Debian -- The Universal Operating System]];
[[wiki:fedora|Fedora GNU/Linux Workstation]], [[wiki:fedora-user-guide|Fedora GNU/Linux — краткое руководство пользователя]];
[[wiki:macos|Brewing macOS]];
[[windows:start|Microsoft Windows]].