Last active
September 16, 2018 10:20
-
-
Save Eduard-gan/8f0a77c566658a2399fda3993316867a to your computer and use it in GitHub Desktop.
Zhizn na Arch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0) For VBox guest additions comilation: | |
- sudo pacman -Sy linux-headers | |
1) Uncomment wheel in sudoers + remove /etc/sudoers.d/10-install | |
2) fish: | |
- sudo pacman -Sy fish, ncurses(its an implicit dependency) | |
3) shared vbox folder | |
mkdir /media | |
sudo systemctl enable vboxservice | |
sudo systemctl start vboxservice | |
ls /media | |
4) Fix broken fonts on desktop(xfce): | |
xfconf-query -c xfce4-desktop -p /desktop-icons/center-text -n -t bool -s false | |
5) remove unneeded packages with | |
sudo pacman -Q | grep -Ei "something|another thing" | |
sudo pacman -R somenting | |
sudo pacman -Rns $(pacman -Qtdq) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment