diff --git a/dirty_little.md b/dirty_little.md new file mode 100644 index 0000000..85c30a1 --- /dev/null +++ b/dirty_little.md @@ -0,0 +1,5 @@ + + +navaja pablo pass -> noesfacilvivirenunmundocentralizado +oli pablo pass -> Cdcbvpt8 +noesfacilvivirsinemail en gmail punto com -> noesfacilvivirsinpin \ No newline at end of file diff --git a/tailscale.md b/tailscale.md new file mode 100644 index 0000000..bdcee9c --- /dev/null +++ b/tailscale.md @@ -0,0 +1,27 @@ +# Tailscale + +I made my Tailscale account with the email noesfacilvivirsinemail< +do-not-parse-me>atgmail.com. + +On Umbrel it just works magically, no clue on how it's rolling. + +On my phone it's just an app. + +On navaja, I decided to install it straightaway, without docker. I followed +the instructions here: https://tailscale.com/kb/1038/install-debian-bullseye/. + +```shell +curl -fsSL https://pkgs.tailscale.com/stable/debian/bullseye.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null +curl -fsSL https://pkgs.tailscale.com/stable/debian/bullseye.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list + +sudo apt-get update +sudo apt-get install tailscale + +sudo tailscale up + +# In between here, you need to login through the browser +# A link will appear. It takes you to a tailscale page where you need to enter +# your credentials. + +tailscale ip -4 +``` \ No newline at end of file