Skip to content

Instantly share code, notes, and snippets.

@e-minguez
Last active September 28, 2020 15:10
Show Gist options
  • Save e-minguez/796f2845cdb29d1a243aced40e4dace7 to your computer and use it in GitHub Desktop.
Save e-minguez/796f2845cdb29d1a243aced40e4dace7 to your computer and use it in GitHub Desktop.

Turris

https://doc.turris.cz/doc/en/howto/lxc

Wizard:

lxc-create -t download -n debianproxy

Start and attach to the container:

lxc-start -n debianproxy
lxc-attach -n debianproxy

Debian

# passwd
# apt update && apt upgrade
# useradd -m -s /bin/bash edu
# passwd edu
# hostnamectl set-hostname debianproxy.minwi.lan
# apt install openssh-server

Nginx reverse proxy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment