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
Category: linux
openEuler-22.03-LTS-SP4-everything-x86_64-dvd安装图解
vim删除每行行首带有相同字母的行
:g/^english/d
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
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