Archlinux
Install Arch Linux
Boot from ArchLinux USB Connect PC to internet via LAN network Run archinstall After install completed, reboot and install the following
Run: sudo pacman -Syu
- Localsend
- ibus-unikey
- Libre Office
- Microsoft Edges
- Chronium
- Firefox
- Keepass
- install i3 desktop manager
- Install font for Korean, Chinese, Japanese, Vietnamese ```sudo pacman -S adobe-source-han-sans-otc-fonts```
- Anki
Install xfce for Archlinux
sudo pacman -S lightdm lightdm-gtk-greeter
sudo systemctl enable lightdm
then reboot
Remove xfce for archlinux
sudo pacman -Rns xfce4 xfce4-goodies
sudo pacman -Sc # Remove cached package files
sudo pacman -Rns $(pacman -Qtdq) # Remove orphaned package
Install Bluetooth for ArchLinux
sudo pacman -S bluez bluez-utils
sudo pacman -S blueman
sudo systemctl start bluetooth.services
sudo systemctl start bluetooth.service
sudo systemctl enable bluetooth.service
i3 desktop management
mod+Return = New terminal
mod+D dmenu
mod+f toggle full screen
mod+shift+q kill current app
mod+number change the virtual desktop
Ctrl shift ++ increase font size for terminal
mod+r resize change the windows size with up down key
netctl connect to wifi with this command
Touch screen for firefox
this works with laptop B1100FKA - ASUS
firefox --> go to about:config
search for dom.w3c change value from 2 to 1
edit this file /etc/security/pam.conf
MOZ_USE_XINPUT2 DEFAULT = 1
List all current running service in Linux
systemctl list-units --type service --no-pager
Install Virtualbox on archlinux
sudo pacman -Syu
sudo pacman -S virtualbox-host-modules-arch
sudo pacman -S virtualbox
sudo modprobe vboxdrv
vboxmanage -v | cut -dr -f1
ls
cd Downloads/
ls
sudo vboxmanage extpack install Oracle_VirtualBox_Extension_Pack-7.1.4.vbox-extpack
vboxmanage list extpacks
sudo usermod -aG vboxusers $User
groups $User
```