Current GPU: NVIDIA GeForce RTX 3070
sudo wget -O- https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/7fa2af80.pub | gpg --dearmor | sudo tee /usr/share/keyrings/nvidia-drivers-linuxcapable.com.gpg
Current GPU: NVIDIA GeForce RTX 3070
sudo wget -O- https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/7fa2af80.pub | gpg --dearmor | sudo tee /usr/share/keyrings/nvidia-drivers-linuxcapable.com.gpg
# LDAC codecs
sudo pacman -S libldac
# From AUR
paru -S pulseaudio-modules-bt
sudo nano /etc/X11/xorg.conf.d/30-touchpad.conf
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Install pyenv (Arch Linux) and add the paths to $PATH variable
sudo pacman -S pyenv
echo 'export PATH="$HOME/.pyenv/bin:$PATH"' >> ~/.bashrc &&
echo 'eval "$(pyenv init -)"' >> ~/.bashrc &&
echo 'eval "$(pyenv virtualenv-init -)"' >> ~/.bashrc &&
echo 'PATH=$(pyenv root)/shims:$PATH' >> ~/.bashrc
06-02-2021 I am working in a Windows 10 machine and I noticed I can't work with VirtualBox and WSL together. This is mostly due to Hyper-V.
After some research, the solution I found is quite uncomfortable.
If you want to use WSL, you will need to execute the following in an administrator promp (and reboot):
bcdedit /set hypervisorlaunchtype auto
DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-Vi
sudo apt purge ubuntu-report popularity-contest apport whoopsie apport-symptoms\
&& sudo apt-mark hold ubuntu-report popularity-contest apport whoopsie apport-symptoms
[build/install]
sudo apt update && sudo apt upgrade
sudo apt install dkms
sudo -i
echo "blacklist r8188eu" > "/etc/modprobe.d/realtek.conf"
exit
git clone https://github.com/aircrack-ng/rtl8188eus
cd rtl8188eus
sudo ./dkms-install.sh