Tag: Tech hardware
Configure Function Keys Keychron on Linux
#how-to #os/linux #tech/hardware hold for 4 seconds fn + X + L in a terminal execute and test the function keys 1 echo 0 | sudo tee /sys/module/hid_apple/parameters/fnmode and then this, to make it permanent 1 2 echo "options hid_apple fnmode=0" | sudo tee -a /etc/modprobe....
how to reset bluethooth in command line ubuntu
#os/ubuntu #tech/hardware how to reset bluethooth in command line ubuntu 1 2 rfkill block bluetooth rfkill unblock bluetooth References author Marcus...
Keychron Linux Function Keys
Keychron Linux Function Keys #tech/bash #tech/hardware Extracts set the keyrow to function mode temporary function mode in linux permanent function mode in linux References source https://mikeshade....
permanent function mode in linux
permanent function mode in linux #tech/bash #tech/hardware 1 2 echo "options hid_apple fnmode=0" | sudo tee -a /etc/modprobe.d/hid_apple.conf sudo update-initramfs -u References author [[Mike Shade]]...
set the keyrow to function mode
set the keyrow to function mode #tech/hardware Press 1 Fn + X + L References author [[Mike Shade]]...
temporary function mode in linux
temporary function mode in linux #tech/bash #tech/hardware 1 echo 0 | sudo tee /sys/module/hid_apple/parameters/fnmode References author [[Mike Shade]]...
Turn on & off Bluetooth from shell not from applet
#tech/hardware Turn on & off Bluetooth from shell not from applet Extracts how to reset bluethooth in command line ubuntu References source https://askubuntu....