-
nvidia (manually)
enable repo in software center
sudo dnf update --refresh sudo dnf install gcc kernel-headers kernel-devel akmod-nvidia xorg-x11-drv-nvidia xorg-x11-drv-nvidia-libs xorg-x11-drv-nvidia-libs.i686
wait 5-10 minutes
sudo akmods --force sudo dracut --force
wait 3-5 minutes and reboot
-
node
curl -fsSL https://rpm.nodesource.com/setup_lts.x | sudo bash -
sudo dnf install -y nodejs
sudo dnf install gcc-c++ make
-
ssh
- generate
ssh-keygen -t ed25519 -C "[email protected]" cat ~/.ssh/id_ed25519.pub
- add to keys
-
git
- setup
git config --global user.email [email protected] git config --global user.name "Oleg Grishechkin" git config --global core.editor gedit
- add aliases
gedit ~/.bashrc
-
inotify watches limit
- create inotify config:
sudo gedit /etc/sysctl.d/idea.conf
- add this:
fs.inotify.max_user_watches = 524288
- apply inotify config:
sudo sysctl -p --system
-
yarn
sudo npm install -g yarn
sudo dnf install wireguard-tools
sudo ln -s /usr/bin/resolvectl /usr/local/bin/resolvconf
wg-quick up <path to config>
- grub
sudo gedit /etc/default/grub
sudo grub2-mkconfig -o /etc/grub2-efi.cfg