0 Followers
0 Following
1 Posts
I recommend the free tier of healthchecks.io for this. I have all of my in-depth monitoring selfhosted, but use this as a general “is it at least online” check that tells me on multiple platforms if it isnt.
This explains systemd versioning so well.
F12 just opens the developer tools as a whole, but there are also shortcuts to jump right to specific tabs (like the console or debugger, not just the inspector).
That was not scheduled maintainance, that was Workers dying. www.cloudflarestatus.com/incidents/k9ppxftx8bs5
Cloudflare Workers Issues

Cloudflare's Status Page - Cloudflare Workers Issues.

The really simple setup for a single user is just a SSH server with access to storage and the git command. Assuming your laptop and desktop have SSH access to server, you can just:

ssh server git init --bare somerepo cd somerepo git remote add server server:somerepo git push --set-upstream somerepo master #(or main)

For something slightly higher-tech, I recommend going with Forgejo (the fork of Gitea). It is really easy to set up and low maintainance.

Avoid GitLab for small setups, it is fairly resource hungry.

Just buy 1674920 more of them, way easier.
It sure is unhinged
I would guess real person. Posts without images just get very little traffic, so I assume thats why people are starting to post this.

Yep, thats how that works. Every* i2p node also acts as a relay, which not only helps the network, but also your anonymity, by drowning out your traffic. It however only does this inside the network, it doesnt work like an exit node.

By default, it does run a proxy, so that you can access i2p addresses using a browser set up to use it. It also lets you use the proxy to access the internet over i2p, but you have to choose an exit node manually (tho iirc there is one set up as default, which is fairly centralized, but still should be anonymous thanks for the rest of the network). A slight difference from Tor is also that these are protocol level proxies, so you will for example not be able to connect to a clearnet ssh server over these.

*geti2p.net/en/about/restrictive-countries

Strict Countries - I2P

Yea, i2p is slightly more involved than just starting up tor browser, but its not that bad. The real problem for this case is that it doesnt have exit nodes built into the protocol, so getting to the internet is a bit harder.