Skip to content

Instantly share code, notes, and snippets.

@kokizzu
Created November 3, 2020 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kokizzu/e462c6df85f65b554bbcefae71b98e85 to your computer and use it in GitHub Desktop.
Save kokizzu/e462c6df85f65b554bbcefae71b98e85 to your computer and use it in GitHub Desktop.
# network/dns not working?
# do not compress %TEMP%
# snap not working?
sudo apt-get update && sudo apt-get install -yqq daemonize dbus-user-session fontconfig
sudo daemonize /usr/bin/unshare --fork --pid --mount-proc /lib/systemd/systemd --system-unit=basic.target
exec sudo nsenter -t $(pidof systemd) -a su - $LOGNAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment