Skip to content

Instantly share code, notes, and snippets.

@tralamazza
Last active March 22, 2019 13:31
Show Gist options
  • Save tralamazza/e329e674b7a9940bdc7c4e22f87f40ed to your computer and use it in GitHub Desktop.
Save tralamazza/e329e674b7a9940bdc7c4e22f87f40ed to your computer and use it in GitHub Desktop.
Fedora (29) post install

add the following 2 lines to /etc/dnf/dnf.conf

fastestmirror=True
deltarpm=True

vscode

sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'

tlp kernel modules

sudo dnf install http://repo.linrunner.de/fedora/tlp/repos/releases/tlp-release.fc$(rpm -E %fedora).noarch.rpm

rpmfusion

sudo dnf install 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

cool font

sudo dnf copr enable evana/fira-code-fonts

update system and reboot

sudo dnf update

s-tui

sudo dnf install stress python2-devel
pip install s-tui --user

install all the things o/

sudo dnf install tlp tlp-rdw smartmontools ffmpeg-libs compat-ffmpeg28 fira-code-fonts akmod-tp_smapi akmod-acpi_call kernel-devel python3-notebook python3-scikit-learn code vlc thunderbird libva-intel-driver gstreamer1-vaapi chromium-vaapi
sudo systemctl start tlp
sudo systemctl enable tlp

t480s stuff

sudo dnf copr enable abn/throttled
sudo dnf install -y throttled
systemctl enable throttled
systemctl start throttled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment