2022/06/07

Enable sudoers on Debian 11

vi /etc/sudoers 
add the following text 
root ALL=(ALL:ALL) ALL 
#under this line----- 
newusername ALL=(ALL:ALL) ALL

Debian 11.5

create another file under /etc/sudoers.d/

vi /etc/sudoers.d/mysudoers

add the following text

hubert ALL=(ALL:ALL) ALL

Install VirtualBox Guest Addtionals on Debian 11

sudo sh /media/cdrom0/VBoxLinuxAdditions.run

在Linux/Debian 安裝嘸蝦米輸入法 -- iBus

參考官方文件

Uninstall LibreOffice on Linux/Debian

sudo apt remove --purge libreoffice* sudo apt clean sudo apt autoremove