Installation
- ArchLinux Installation
- Installing ArchLinux in VirtualBox (Worked well with minor adjustments)
Mounting an additional internal drive at boot
- Edit fstab: Accessing an internal drive
/dev/sdc4 /media/anyname rw,auto,user 0 0
Installing files from the ArchLinux User Repository
Deluge
Installation Notes
- "Import Error: No module named gtk" when running
deluge-gtk
: installpygtk
package.
Network Manager
PIA
- Finally got it working via NetworkManager/OpenVPN using PIA's script
Redshift (F.lux alternative for Linux)
Installation Notes
- Installation with
pacman -S redshift
worked fine. - Noted when trying to run
redshift-gtk1
needed to installpython-gobject
andpython-xdg
as noted on the ArchLinux Wiki. - Install as service:
systemctl enable /usr/lib/systemd/redshift-gtk.service
- Manually configure
~/.config/redshift.conf
file.