2018년 5월 30일 수요일

Lock builtin laptop keyboard but keep an external USB keyboard functioning

xinput list

is there USB KEYBOARD ?

sample
 USB KEYBOARD                                id=15    [slave  keyboard (3)]
and so write



xinput set-prop 15 "Device Enabled" 0
 
xinput set-prop 15 "Device Enabled" 1
 
That works!
 
https://askubuntu.com/questions/819148/lock-builtin-laptop-keyboard-but-keep-an-external-usb-keyboard-functioning 
 
  

2018년 5월 26일 토요일

How do I remove “Ubuntu” in the bios boot menu? (UEFI)

sudo apt-get install efibootmgr
 
sudo modprobe efivars
 
Then run sudo efibootmgr to check your boot entries
 
ex)
 
BootCurrent: 0004
Timeout: 2 seconds
BootOrder: 2001,0003,0005,0006,0000
Boot0000* Lenovo Recovery System
Boot0001* EFI Network 0 for IPv6 (B8-88-E3-84-F3-EF)
Boot0002* EFI Network 0 for IPv4 (B8-88-E3-84-F3-EF)
Boot0003* Windows Boot Manager
Boot0004* EFI USB Device (SanDisk)
Boot0005* ubuntu
Boot2001* EFI USB Device
 
 
sudo efibootmgr -b 5 -B 
 
https://askubuntu.com/questions/63610/how-do-i-remove-ubuntu-in-the-bios-boot-menu-uefi    

2018년 5월 11일 금요일

How to let `dpkg -i` install dependencies for me?

$ sudo dpkg -i package_with_unsatisfied_dependencies.deb
dpkg: dependency problems prevent ... 
[additional messages]

$ sudo apt-get -f install
[apt messages]
Setting up [dependency]...
Setting up package_with_unsatisfied_dependencies... 
 
https://askubuntu.com/questions/40011/how-to-let-dpkg-i-install-dependencies-for-me 

2018년 5월 8일 화요일

2018년 5월 4일 금요일

ip time A2000ua driver install

$ lsusb

RTL8812AU 802.11a/b/g/n/ac WLAN Adapter

sudo apt update
sudo apt install git
git clone https://github.com/gnab/rtl8812au.git
sudo cp -r rtl8812au  /usr/src/rtl8812au-4.2.2
sudo dkms add -m rtl8812au -v 4.2.2
sudo dkms build -m rtl8812au -v 4.2.2
sudo dkms install -m rtl8812au -v 4.2.2
 
and reboot is it working?
 
https://askubuntu.com/questions/991643/rtl8812au-usb-adapter-driver-issues 



인용

  속죄의 길을 걷는 베르고글리오, 내려옴으로써 길을 찾은 베네딕토 16세. 우리는 죄를 인정하는 순간 모든 것을 잃어버리게 되고, 내려오는 순간 다시는 올라갈 방법이 없을 것이라 믿는다. 끊임없는 정당화와 합리화, 타협은 그러한 확신에 기인하는 법이...