This explains systemd versioning so well.
- 0 Posts
- 48 Comments
WIPocket@lemmy.worldto
Linux@lemmy.ml•Difficulties with creating systemd for nomadnet (Reticulum)
1·4 months agoNot a clue, sorry. Ive never used nomadnet and dont know much about it.
WIPocket@lemmy.worldto
Linux@lemmy.ml•Difficulties with creating systemd for nomadnet (Reticulum)
2·4 months agostty: 'standard input': Inappropriate ioctl for devicemeans that nomadnet needs to be started in a terminal. You probably want to either add the--daemonflag of nomadnet if you just want to run it in the background (ExecStart=/home/admin/.local/bin/nomadnet --daemon), or run it undertmuxinstead of systemd to be able to access the interface.
I found it in the settings:

Under “Features”:

Do you have any tool to help with that? Ive set this up in the past, but it was pretty hands-on namespacing to get it to work rootless.
Edit: For completeness, here is a script similar to what I use.
It does (not sure how well), but it seems to be a paid feature. Found under Settings -> Split tunneling.
WIPocket@lemmy.worldto
Selfhosted@lemmy.world•What is the easiest way to have a self hosted git server?English
115·7 months agoThe 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)and then
git clone server:somerepo.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.
WIPocket@lemmy.worldto
Lemmy Shitpost@lemmy.world•you gotta pump those numbers up, nanna.
0·7 months agoJust buy 1674920 more of them, way easier.
It sure is unhinged
WIPocket@lemmy.worldto
Selfhosted@lemmy.world•Verifying & Validating a Docker ContainerEnglish
3·11 months agoI would guess real person. Posts without images just get very little traffic, so I assume thats why people are starting to post this.
WIPocket@lemmy.worldto
Android@lemmy.world•Disabling proximity sensor (entirely/for a specific app)English
11·1 year agodeleted by creator
Well, fortunately it still works. Also, it seems like the forked version did not stop development.
WIPocket@lemmy.worldto
Mildly Infuriating@lemmy.world•"PowerSchool has informed us that they have taken action with the hackers to ensure the unauthorized data was deleted without any further replication or dissemination."English
17·1 year agoThey often do. If they didnt, people wouldnt pay the ransom.
WIPocket@lemmy.worldto
Selfhosted@lemmy.world•Trouble setting up sliding sync with matrixEnglish
2·1 year agoI recently migrated from Element to Element X with first the proxy and now simplified sliding sync, and it feels way faster. Imho Element X is still very alpha software, so I wouldnt recommend it to the general population just yet (and I still occasionally have to open the old Element), but the speed is really noticeable on even a very small instance.
WIPocket@lemmy.worldto
Selfhosted@lemmy.world•Trouble setting up sliding sync with matrixEnglish
8·1 year agoSliding sync was recently implemented in Synapse itself, so as long as your Synapse is up to date there shouldnt be any more setup on the matrix side. Try checking the Synapse logs for any issues and/or the cloudflare tunnel configuration (I have no idea about what it does to traffic).
WIPocket@lemmy.worldto
Lemmy Shitpost@lemmy.world•Sort email by oldest first, you are now a time traveller
12·1 year agoWhat overlay? That looks like Windows 7 with the Aero theme disabled to me.
I see why automatically giving them out (like in ACME) would be a bad idea, but other than that, why not? Even https://1.1.1.1 has a DigiCert cert.


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.