

What the actual …… 😕


What the actual …… 😕


You can self host the LT service as a docker container.


My bad, sometimes I forget that Tailscale is nothing but wireguard VPN.


Osama Bin Laden and most of 9/11 perpetrators were Saudis, aren’t they?


Tailscale


If running as rootless docker then it’s free. But, if running as rootful docker then pay up.
/s


your governement is verbatim (!) talking about killing whole civilzations.
Not sure if it will make a difference to you if I say that I’m not from USA.
Also, the pedo became president on the back of promise to end getting involved in forever foreign war.
The current sequence of events ran contrary to such promise, and many of die-hard MAGA fans are jumping the ship[1].


He will wake up tomorrow, and forget all about the veiled nuke threats he made a day before.
Tonight both US and Israel will likely hit harder (compared to what we already witnessed before), leaving a long trail of death (of civilians) and destruction of civilian properties and infras.
Tomorrow the pedo president will claim he sent Iran to stone age, and (again) proclaim victory in this war.


Trump cannot be undone by Americans, because they all either actively or passively support and enable him
The number of people joined the latest “No King” protest march across States draws a very different picture though.




In most likelihood, yes.


With battle tested drone technology? Yes, of course.
At this point, it’s an ongoing competition between Major Arms Industries vs Insider trading to make most profit of this war, while rest of us facing direct/knock on effect of high oil price :(


A true man of culture, I see 🫡


Librewolf.


Huh!, just Disconnect the drive from power source and it will OFF.


Please refer to this comment: https://lemmy.ml/comment/24567541
If you need any further information, let me know.


Note that I’m running it on a rootless docker instance, and NOT on Podman. So, the following solution might or might not work for you.
services:
degoog:
image: ghcr.io/fccview/degoog:latest
volumes:
- ./.data:/app/data
user: "0:0"
ports:
- "4444:4444"
restart: unless-stopped
Explanation: rootless docker works a bit different from rootful docker. user 1000 (which is you on your server/machine) will be mapped to a different UID (e.g. 32555). This is to ensure that any process in docker container can’t have access to folders/files that you have access to, in case it manages to break free of docker containerization.
When you put user: “0:0” in a rootless docker container, it will assume your UID 1000 (which is you on your server/machine) inside docker container.
While it solves the file permission issue, but it is NOT a recommended way.
with user:1000:1000

with user:0:0

Mosquitoes are part of food chain. They causes harm to us, but making them extinct is not an option unless we know how to manage the gap in food chain it will leave behind.