Skip to content

utix/dotfiles

Repository files navigation

dotfiles

My dotfiles, updated only when I set up a new computer

TP Link Wifi dongle

https://github.com/cilynx/rtl88x2bu.git

VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf)
sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}
sudo dkms add -m rtl88x2bu -v ${VER}
sudo dkms build -m rtl88x2bu -v ${VER}
sudo dkms install -m rtl88x2bu -v ${VER}
sudo modprobe 88x2bu

To see wifi signal strength

nmcli dev wifi

Printer Cannon MG 5200

follow the doc

Zoom too big on 4k screen:

Setting autoScale=false in ~/.config/zoomus.conf

dmesg restricted for user

sudo sysctl kernel.dmesg_restrict=0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published