vojel

joined 1 year ago
[–] vojel@feddit.de 1 points 11 months ago

I don’t but lots of people stick anyways to a single network with some kind of crappy router and from OPs post I assumed that OP doesn’t really care about security, see SELinux

[–] vojel@feddit.de 6 points 11 months ago (2 children)

SELinux should not be an issue if you stick to common directories and use :Z flag after the mount path with docker, afaik podman uses the same mechanism. There’s even a tool for selinux container policies: https://github.com/containers/udica

Regarding firewall stuff, disable it on your machine and you are fine. Port forwarding in containers is necessary to connect to services, now way around.

Ah and read this: https://stopdisablingselinux.com/

It has a reason why it exists.

[–] vojel@feddit.de 2 points 11 months ago

Yes this works with powerlevel10k theme for oh my zsh.

[–] vojel@feddit.de 3 points 1 year ago (2 children)

I got different colors for Kubernetes clusters. Like green for testing cluster, yellow for development and red for production. Always taking a Quick Look before I do something

[–] vojel@feddit.de 1 points 1 year ago

Only thing I miss is proper support for some services I use. Minikube is afaik still a pain with podman, at least rootless. Gitlab runner still doesn’t support podman completely imho. But a plus to docker is that they still build packages for EL 7 while the podman version in EL 7 is pretty damn old. Besides from that I went podman all the way.

[–] vojel@feddit.de 3 points 1 year ago

Postfix! I worked at an E-commerce company that sent newsletters(spam) through shitty Windows SMTP servers. Looking for speed and some other neat things (DKIM and modify headers) I setup postfix on Debian and I guess this system is still running. Quickly after that I explored NGINX as a reverse proxy for yet again shitty Windows IIS webservers. This was my entry to open source and Linux in general.

[–] vojel@feddit.de 4 points 1 year ago* (last edited 1 year ago) (1 children)

Surprised that nobody yelled Proton yet? Lots of Windows games running pretty good, some close to native, some even better on Linux through Proton. But here is the thing you mentioned which could be a problem: anti cheat. It works on Linux but depends on the developer to enable it. Some major games simply does not support it. You can check them here: https://areweanticheatyet.com/ , for general compability check https://protondb.com , even non Steam games can run through Lutris with little to no hassle. Proxmox with GPU passthrough seems like a big clunky overhead in terms of gaming but maybe you got that game that will never run on Linux.

[–] vojel@feddit.de 1 points 1 year ago

Thanks for clarification. I think I heard about Trisquel but to be tbh most Linux beginners do not surf the FSF website at first, they just google stuff and find a ton of blogs and articles and dive into the pretty standard distros like Mint and Ubuntu.

[–] vojel@feddit.de 2 points 1 year ago (1 children)

Oh it is not that much, I run adguard DNS with adblocking, searxng as my search engine, vaultwarden as my password manager. All combined with Argo CD as GitOps engine, nginx ingress with cert-manager for lets encrypt certificates, longhorn as storage layer and metallb as loadbalancer solution. I am planning to completely replace my current setup (which is an old sandy bridge powered HP microserver) with a turing pi 2 clusterboard with 4 RPi4 CMs as soon as they get cheaper.

[–] vojel@feddit.de 27 points 1 year ago (8 children)

I run k3s and all my stuff runs in it no need to deal with docker anymore.

[–] vojel@feddit.de 7 points 1 year ago (2 children)

I never heard of this distros lol. I think distrochooser is a tool for newbies. If you know your mentioned distros it is not the tool for you I guess.

 

I was wondering how I could use a wildcard lets encrypt certificate with different Ingresses in different namespaces and found this at the cert manager documentation. Quite easy to setup, just add some annotations and the certificate (and any other secret or configmap) will be automatically reflected to given namespaces.

 

Hey there,

not sure if this is really the problem but yesterday I updated my Arch (btw) system and today I tried to play via steam some games. I noticed that my system became really laggy after a game started (no matter what game). I inspected my pacman.log and searched for GPU/gaming related packages.

I identified these packages were upgraded:

mesa (1:23.1.5-1 -> 1:23.1.6-1) lib32-libva-mesa-driver (1:23.1.5-1 -> 1:23.1.6-1) lib32-mesa (1:23.1.5-1 -> 1:23.1.6-1) vulkan-radeon (1:23.1.5-1 -> 1:23.1.6-1) lib32-vulkan-radeon (1:23.1.5-1 -> 1:23.1.6-1) libva-mesa-driver (1:23.1.5-1 -> 1:23.1.6-1) opencl-clover-mesa (1:23.1.5-1 -> 1:23.1.6-1) opencl-rusticl-mesa (1:23.1.5-1 -> 1:23.1.6-1)

I am not a fan of downgrading packages but I didn't see any other solution yet.

I downgraded the above packages back to 23.1.5-1 and my memory usage is as expected.

Leaving this here as possible quick fix, didn't find anything yet on arch bugtrackers or something.

Someone struggling with the same issues?

view more: next ›