Компьютерные услуги, город Ейск

Г. Ейск, улица Армавирская, дом 45, этаж II, кабинет № 221

Site Tools


wiki:fedora

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:fedora [2024/03/09 20:33] serwwiki:fedora [2025/12/09 23:19] (current) serw
Line 1: Line 1:
 +====== 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]].
 +
 +Исключение *openh264 из обновляемых пакетов:
 +
 +<WRAP prewrap>
 +<code=bash>
 +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
 +</code>
 +</WRAP>
 +
 +Либо, замена *openh264 на `noopenh264`:
 +
 +<WRAP prewrap>
 +<code=bash>
 +sudo dnf swap \*openh264\* noopenh264 # https://t.me/fedora_talks_ru/151962
 +</code>
 +</WRAP>
 +
 +Подключение дополнительных репозиториев (очень важно!):
 +
 +<WRAP prewrap>
 +<code=bash>
 +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
 +</code>
 +</WRAP>
 +
 +Установка декодеров:
 +
 +<WRAP prewrap>
 +<code=bash>
 +sudo dnf update @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin #https://rpmfusion.org/Howto/Multimedia</code>
 +</WRAP>
 +
 +[[https://rpmfusion.org/Howto/Multimedia|Multimedia]]: Hardware Accelerated Codec.
 +Какие [[https://russianfedora.github.io/FAQ/hardware.html#hwaccel-drivers|драйверы]] необходимы для работы аппаратного ускорения декодирования мультимедиа?
 +
 +<WRAP prewrap>
 +<code=bash>
 +sudo dnf install -y android-tools aspell-ru beep cmus cockpit davfs2 exfat-utils ffmpeg-free figlet gvfs gvfs-smb hplip 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 fheroes2 five-or-more flare gnome-chess minigalaxy pdfarranger \
 +    && sudo dnf install -y evince 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/uzdoom -y && sudo dnf install -y uzdoom ventoy \
 +    && sudo dnf install -y xonotic \
 +    && echo 'https://dragonserw.ru/wiki:fedora' \
 +    #&& sudo reboot now
 +</code>
 +</WRAP>
 +
 +<code=bash>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 #Удаление неиспользуемых зависимостей Флэтпак</code>
 +
 +[[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:
 +
 +<code=bash>
 +dnf repoquery --whatrequires xterm --installed # 2Determine, which installed package requires XTerm
 +</code>
 +
 +Обновление дистрибутива, исключая пакеты `openh264,mozilla-openh264`:
 +
 +<code=bash>
 +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
 +</code>
 +
 +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 обновить свою базу данных и определить, доступны ли обновления.
 +
 +<code=bash>
 +sudo dnf check-update
 +</code>
 +
 +[[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]].