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

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

Site Tools


wiki:fedora

Fedora GNU/Linux Workstation

Torrent Server for the Fedora Project. 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

Multimedia: Hardware Accelerated Codec. Какие драйверы необходимы для работы аппаратного ускорения декодирования мультимедиа?

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 #Удаление неиспользуемых зависимостей Флэтпак

inxi is a full featured CLI system information tool, AnyDesk RPM repository how-to. WoeUSB-ng.

Games

Все игры. GZDoom: Classic first-person-shooter engine for all classical Id games.

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

Linux Audit: The dedicated blog about Linux security.

Установка и настройка операционных систем

wiki/fedora.txt · Last modified: by serw