sudo pacman-key --init; sudo pacman-key --populate; sudo pacman-key --refresh-keys
pacman -U https://archive.archlinux.org/packages/a/arm-none-eabi-gcc/arm-none-eabi-gcc-8.3.0-1-x86_64.pkg.tar.xz
example: sudo util/docker_build.sh planck/rev6:zawaken:flash
git remote add upstream https://github.com/qmk/qmk_firmware.git
git checkout master
git fetch upstream
git pull upstream master
git push origin master
add the udev rules listed here, then run this:
sudo udevadm control --reload-rules
sudo udevadm trigger
# Atmel ATMega32U4
SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff4", TAG+="uaccess"
# Atmel USBKEY AT90USB1287
SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ffb", TAG+="uaccess"
# Atmel ATMega32U2
SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", TAG+="uaccess"
# Atmel ATMega328p / USBAspLoader
SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05dc", TAG+="uaccess"
# stm32duino
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1eaf", ATTRS{idProduct}=="0003", MODE:="0666"
# Generic stm32
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", MODE:="0666"
sudo vim /etc/X11/xorg.conf.d/11-usb-keyboard.conf
(non-systemd)
sudo vim /etc/X11/xorg.conf.d/00-keyboard.conf
(systemd)
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
MatchProduct "keyboard"
Option "XkbLayout" "no"
EndSection
Download the Windows WOW cache (Source)
Go to the directory you've installed World of warcraft. (for me it was ~/Games/world-of-warcraft/drive_c/Program Files (x86)/World of Warcraft/_retail_
)
Delete the "Cache" folder.
Unzip the Cache.zip file into the _retail_
directory.
Here is the source
racadm getconfig -g cfgNetTuning
If cfgNetTuningNicAutoneg is 1, then run these commands:
racadm config -g cfgNetTuning -o cfgNetTuningNicAutoneg 0
racadm racreset