enemenemu

joined 4 months ago
[–] enemenemu@lemm.ee 1 points 6 days ago (2 children)

What's the problem of paying for an OS?

https://www.suse.com/licensing/price/

[–] enemenemu@lemm.ee -1 points 6 days ago

I'm just stating that the article is stretching facts. There are other sentences as well but I don't want to bother too much writing it all down.

[–] enemenemu@lemm.ee 5 points 6 days ago (7 children)

According to microsoft, as an enterprise (and other factors) you can buy Advanced Data Residency add-on (ADR) such that your data resides in the country of your choice, not the US.

https://learn.microsoft.com/en-gb/microsoft-365/enterprise/advanced-data-residency?view=o365-worldwide

[–] enemenemu@lemm.ee 4 points 6 days ago

It's easier to sell the idea that you will get x million this year based on a monthly forecast compared to a yearly forecast.

The question is why do I pay once and not monthly for many services? Because they don't provide bank details and only let me donate via stripe or paypal. Donating 50ct via stripe per momth is just nuts. So, I have to donate 10 bucks once every two years so that We don't pay too much to stripe (and even then stripe gets way too much)

[–] enemenemu@lemm.ee 1 points 1 week ago

The longer your session, the harder it gets?

[–] enemenemu@lemm.ee 1 points 2 weeks ago

Which tutorial did you follow?

How is your selinux setup?

[–] enemenemu@lemm.ee 35 points 2 weeks ago

He's not even wearing a suit

[–] enemenemu@lemm.ee 39 points 3 weeks ago
[–] enemenemu@lemm.ee 35 points 3 weeks ago (4 children)

It's an llm.

Comapring apples with oranges for clicks. Well done.

[–] enemenemu@lemm.ee 48 points 3 weeks ago (4 children)

Switch from windows to another os, libre office.

Doesn't sound right

[–] enemenemu@lemm.ee 4 points 3 weeks ago* (last edited 3 weeks ago)

What's your opinion on the european movement?

Just asking because you don't mention it

[–] enemenemu@lemm.ee 3 points 3 weeks ago

https://listenbrainz.org/ has an open source recommendation engine

 

How do we know that the people on reddit aren't talking to bots? Now, or in the future? what about lemmy?

Even If I am on a human instance that checks every account on PII, what about those other instances? How do I know as a server admin that I can trust another instance?

I don't talk about spam bots. Bots that resemble humans. Bots that use statistical information of real human beings on when and how often to post and comment (that is public knowledge on lemmy).

17
submitted 1 month ago* (last edited 1 month ago) by enemenemu@lemm.ee to c/linux@programming.dev
 

how can you run caddy with a Caddyfile with systemd with enabled selinux on fedora?

I can manually start caddy with caddy start or /usr/bin/caddy run --environ --config /etc/caddy/Caddyfile which is also in /usr/lib/systemd/system/caddy.service.

Caddy works just fine but I can't start it with systemd without disabling selinux with sudo setenforce 0.

edit:

I found a tutorial on how to start caddy on centos that disables selinux, starts caddy with systemctl and then enabales selinux again. That does not sound right to me.

 

keep up with the latest news and updates, follow us on X: https://x.com/ohmyzsh Want to get involved in the community? Join our Discord: https://discord.gg/ohmyzsh Get your Oh My Zsh swag at: https://shop.planetargon.com/collections/oh-my-zsh

I don't want to see an ad for twitter or discord. How can I disable it?

 

I've been using the terminal for 5 years.

99% of attempts at keeping valuable code snippets failed. Or having a useful command history.

Finally, I looked up how to send a line to terminal.

I use vscode since Atom was discontinued (looking forward to zed). But in the meanwhile, I just added

{
    "key": "ctrl+enter",
    "command": "workbench.action.terminal.runSelectedText",
    "when": "terminalProcessSupported && editorTextFocus && editorLangId =~ /shell|bash|zsh|fish/"
  }

Maybe it helps someone :)

With this, I can finally keep a history of all useful commands I run. Like I can have a systemd shell file where I store the commands that I ran. Or a file to store all my podman commands. Now I do not have to type them anymore, I can just run them.

 

I've got a mini pc which is running always and another one which consumes a lot more power for e.g. jellyfin.

Can I configure it such that the jellyfin server only boots if I connect to it? E.g. I try to connect to jellyfin.y.com and then the server boots because the mini pc tries to connect to it.

I already figured out how to let it sleep automatically as soon as nobody is watching.

Edit: can I add the magic package to the reverse proxy?

view more: next ›