User Tools

This is an old revision of the document!


Finish debian sid Xfce Install

Fix broken //vte// support

sudo ln -s /etc/profile.d/vte-2.91.sh /etc/profile.d/vte.sh


Install my favorites

sudo apt install tilix mpv stacer recoll cifs-utils transmission xfce4-goodies gvfs-backends python3-psutil socat git vim accountsservice lightdm-gtk-greeter-settings


Change editor to vim

sudo update-alternatives --config editor


Install Oracle VirtualBox

sudo apt install virtualbox virtualbox-ext-pack virtualbox-guest-additions-iso
sudo usermod -aG vboxusers $(id -un)


Set up flatpak

sudo apt install flatpak gnome-software-plugin-flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo


Set Timezone

sudo timedatectl set-timezone America/New_York


Configure Network

I prefer to use a linux bridge for my virtual machines.

sudo apt install bridge-utils

/etc/network/interfaces

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

/etc/network/interfaces.d/enp5s0

iface enp5s0 inet manual

/etc/network/interfaces.d/br0

auto br0
iface br0 inet dhcp
	hwaddress 04:42:1a:e8:0e:9d
	bridge_ports enp5s0
	bridge_stp off


Install Steam

sudo dpkg --add-architecture i386
sudo apt install Downloads/steam_latest.deb


This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information