解決方式就一個簡單指令
打開終端機
alsactl restore
$ pcmanfm但是還是無法接受
$ sudo apt-get remove libreoffice
$ sudo apt-get remove --purge libreoffice--purge:連同設定檔移除
text_io = "0.1.6"
#[macro_use] extern crate text_io;
let s: String;
scan!("{}\n", s);
sudo touch /usr/share/X11/xorg.conf.d/20-intel.conf
sudo gedit /usr/share/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
fatal: Unable to create '/home/user/pro/selfpro/learn_rust/.git/index.lock': File exists. Another git process seems to be running in this repository, e.g. an editor opened by 'git commit'. Please make sure all processes are terminated then try again. If it still fails, a git process may have crashed in this repository earlier: remove the file manually to continue.
nnoremap <silent> <Plug>SurroundNadd :<C-u>execute 'call '
\v:count? '<SID>surroundNadd(v:count)' : '<SID>surroundNadd(1)'<CR>
nmap <M-s> <Plug>SurroundNadd