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

mic don’t use

root@root135:~# arecord -l **** List of CAPTURE Hardware Devices **** card 0: Generic [HD-Audio Generic], device 0: ALC662 rev3 Analog [ALC662 rev3 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0

Published
Categorized as linux

pvs-vgs-lvs

root@root135:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 111.8G 0 disk ├─sda1 8:1 0 512M 0 part /boot ├─sda2 8:2 0 1K 0 part ├─sda3 8:3 0 11G 0 part /recovery ├─sda4 8:4 0 16G 0 part [SWAP] ├─sda5 8:5 0 15G 0 part / ├─sda6 8:6 0 15G 0 part… Continue reading pvs-vgs-lvs

Published
Categorized as linux