Stuffy stuff
This commit is contained in:
parent
9e47ac8674
commit
b778717a87
2 changed files with 32 additions and 0 deletions
5
dirty_little.md
Normal file
5
dirty_little.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
|
||||
navaja pablo pass -> noesfacilvivirenunmundocentralizado
|
||||
oli pablo pass -> Cdcbvpt8
|
||||
noesfacilvivirsinemail en gmail punto com -> noesfacilvivirsinpin
|
||||
27
tailscale.md
Normal file
27
tailscale.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Tailscale
|
||||
|
||||
I made my Tailscale account with the email noesfacilvivirsinemail<
|
||||
do-not-parse-me>at<please>gmail<seriously>.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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue