WIPocket

joined 2 years ago
[โ€“] WIPocket@lemmy.world 22 points 1 week ago (1 children)

because /etc/hostname is allowed to contain only ASCII Latin characters, numbers, and dash

If you really wanna go for cursed, the syscall to change hostname doesnt have this restriction, and I do have a working system with non-ascii characters in the hostname. It takes some fighting with systemd and NetworkManager, and stuff does sometimes break, but it can be done.

[โ€“] WIPocket@lemmy.world 5 points 3 weeks ago

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.

[โ€“] WIPocket@lemmy.world 5 points 1 month ago

This explains systemd versioning so well.

[โ€“] WIPocket@lemmy.world 6 points 1 month ago

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).

[โ€“] WIPocket@lemmy.world 1 points 4 months ago

Not a clue, sorry. Ive never used nomadnet and dont know much about it.

[โ€“] WIPocket@lemmy.world 2 points 4 months ago* (last edited 4 months ago) (2 children)

stty: 'standard input': Inappropriate ioctl for device means that nomadnet needs to be started in a terminal. You probably want to either add the --daemon flag of nomadnet if you just want to run it in the background (ExecStart=/home/admin/.local/bin/nomadnet --daemon), or run it under tmux instead of systemd to be able to access the interface.

[โ€“] WIPocket@lemmy.world 2 points 4 months ago* (last edited 4 months ago)
[โ€“] WIPocket@lemmy.world 3 points 6 months ago (1 children)

I found it in the settings:

Under "Features":

[โ€“] WIPocket@lemmy.world 2 points 6 months ago* (last edited 6 months ago) (1 children)

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.

[โ€“] WIPocket@lemmy.world 3 points 6 months ago (3 children)

It does (not sure how well), but it seems to be a paid feature. Found under Settings -> Split tunneling.

[โ€“] WIPocket@lemmy.world 121 points 7 months ago* (last edited 7 months ago) (3 children)

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)

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.world 4 points 7 months ago (1 children)

Just buy 1674920 more of them, way easier.

view more: next โ€บ