You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2025. It is now read-only.
CroutonIsFun edited this page May 11, 2024
·
1 revision
# Put your fun stuff here.
alias remount="sudo mount -o remount,dev,exec,symfollow /media/removable/Data/"
alias do-remount="sudo mount -o remount,dev,exec,symfollow $1"
alias focal-xfce="sudo startxfce4 -b -n focal"
alias xenial="sudo enter-chroot -b -n xenial xinit"
alias xenial-lxde="sudo startlxde -b -n xenial"
alias xenial-xfce="sudo startxfce4 -b -n xenial"
alias focal-lxde="sudo startlxde -b -n focal"
alias focal="sudo enter-chroot -b -n focal xinit"
alias buster="sudo enter-chroot -b -n buster xinit"
alias xenial-openbox="sudo enter-chroot -b -n xenial xinit"
alias bullseye-gnome="sudo startgnome -b -n bullseye"
alias buster-xfce="sudo startxfce4 -b -n buster"
alias bionic="sudo enter-chroot -b -n bionic xinit"
alias bionic-lxde="sudo startlxde -b -n bionic"