Це стара версія документу!
sudo dnf update && sudo dnf upgrade
sudo rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm sudo rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm sudo dnf upgrade --refresh sudo dnf groupupdate core
for details see https://www.debugpoint.com/10-things-to-do-fedora-38-after-install/#6_Enable_RPM_Fusion
sudo dnf install ncurses-term git htop pv unrar p7zip mc \ vim-enhanced vim-editorconfig pavucontrol vlc vlc-extras \ 'google-roboto*' 'mozilla-fira*' fira-code-fonts
sudo dnf install tlp tlp-rdw
можна просто встановити і не налаштовувати
sudo dnf install -y vim-default-editor --allowerasing
спрацює після перезаходу
створити новий файл /etc/sudoers.d/local:
User_Alias SUPERADMINS = peter Defaults:SUPERADMINS !env_reset, !secure_path, !always_set_home, ignore_dot, !targetpw SUPERADMINS ALL=(ALL) NOPASSWD: ALL
Поміняти peter на свій логін
mkdir -v ~/{.ssh,temp,scripts,backup,.vim,bin}
chmod 700 ~/{.ssh,temp,scripts,backup,.vim,bin}
If your hardware manufacturer supports a special firmware package for Linux, you can quickly check them and get those updates via the following sequence of commands. However, it may not always be available, but it is worth trying.
sudo fwupdmgr refresh --force sudo fwupdmgr get-updates sudo fwupdmgr update
Через меню
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
перевірити можна командою
flatpak remotes
має бути 2 репозиторії: fedora, flathub
By default, Windows stores local time to RTC, but Linux stores UTC. If you have 2 OSes, best option is to store local time:
timedatectl set-local-rtc 1 --adjust-system-clock
Drawbacks: there may be a problem when daylight settings change. Just boot to Windows and sync time there once.
Дивись тут
Не забути додати passphrase!
ssh-keygen -t rsa -b 4096 -C "peter@compname" ssh-keygen -t ed25519 -C "peter@compname"
Для КДЕ налаштувати автозбереження парольної фрази: Store SSH keys passphrases in KWallet
Встановити snap мені не вдалося, тому AppImage з офіційного сайту.
Приклад:
wget "https://vault.bitwarden.com/download/?app=desktop&platform=linux&variant=appimage" -O ~/bin/bitwarden && chmod +x ~/bin/bitwarden
Запускати можна так:
~/bin/bitwarden
Інструкція на https://mega.io/desktop#downloadapps
Після цього додати розширення для файлового менеджера:
sudo dnf update --refresh sudo dnf install dolphin-megasync
Запустити, налаштувати
Подивитися доступні глобальні теми:
lookandfeeltool --list
Обрати світлу тему:
lookandfeeltool -a org.kde.breeze.desktop
Схоже, що спрацьовує після перезавантаження чи релогіна
TODO: