EDIMAX AC

deepin UOS wireless EW-7811UAC_UTC-main.tar Running install-driver.sh version 20220108 Operating System: Deepin 20.9 5.15.77-amd64-desktop x86_64 Starting installation… Copying source files to: /usr/src/rtl8821au-5.12.5.2 Copying 8821au.conf to: /etc/modprobe.d Creating symlink /var/lib/dkms/rtl8821au/5.12.5.2/source -> /usr/src/rtl8821au-5.12.5.2 DKMS: add completed. Kernel preparation unnecessary for this kernel. Skipping… Building module: cleaning build area… ‘make’ -j4 KVER=5.15.77-amd64-desktop KSRC=/lib/modules/5.15.77-amd64-desktop/build……………………………………… cleaning build area… DKMS: build completed.… Continue reading EDIMAX AC

Published
Categorized as linux

deepin–>vim-right(copy)

vim /usr/share/vim/vim81/defaults.vim 78 if has(‘mouse’) 79 set mouse=a 80 endif 将79行set mouse=a改为set mouse-=a 78 if has(‘mouse’) 79 set mouse-=a 80 endif

Published
Categorized as linux

change bg of start

cat /etc/default/grub rm -rfv /boot/grub/themes/deepin-fallback/background.jpg mv /home/root135/Desktop/background_0.jpg /boot/grub/themes/deepin-fallback/background.jpg

Published
Categorized as linux