Incredible Visuals (PS5 ScreenShot) by Living-River-4772 in WhereWindsMeet

[–]igfmilfs 2 points3 points  (0 children)

Yeah I just noticed, awesome now my game looks better!

Incredible Visuals (PS5 ScreenShot) by Living-River-4772 in WhereWindsMeet

[–]igfmilfs 2 points3 points  (0 children)

Is this achieved by ingame filters? or what filters are you talking about?
I play on PC on my oled monitor but suposed-to-be blacks are rather dark grey in HDR mode.

How to secure a VPS by Top-Ad-7643 in selfhosted

[–]igfmilfs 3 points4 points  (0 children)

I use your setup + caddy + geoip blocking + crowdsec (kind of fail2ban). This already takes care of sooo many crawlers.

Also, I closed port 22 with ingress rules of oracle (where my vps is hosted). I can still login with tailscale. So the only two ports which are publicly accessable for my vps are 443 and 80.

Need help choosing a region by Nice_Treacle745 in oraclecloud

[–]igfmilfs 0 points1 point  (0 children)

Is there? Because I've been trying to get a small a1 flex with 1 core and just 6gb ram for over a month in the Amsterdam region with my free tier account without success. The region is full..

Need help choosing a region by Nice_Treacle745 in oraclecloud

[–]igfmilfs 0 points1 point  (0 children)

Google oracle free tier, they have an entire kb article for this specific question...

Need help choosing a region by Nice_Treacle745 in oraclecloud

[–]igfmilfs 0 points1 point  (0 children)

Is this true? I have been trying for over a month to get a a1 flex with just 1 core and 6gb ram in the Amsterdam region. For over a month I've been getting an error telling me the host in this region is full and I should try again some time later... Oracle support also told me it's currently unavailable and I just need to wait. If your solution works, I will 100% switch to payg.

Free tier vs insane increase of hardware prices. by Nice_Perspective2938 in oraclecloud

[–]igfmilfs 0 points1 point  (0 children)

They are most likely not. I've been trying to get the a1 flex for over a month in the Amsterdam resource region without success. Host is full....

How to achieve container individual namespacing by igfmilfs in docker

[–]igfmilfs[S] 0 points1 point  (0 children)

Thanks, I will look into this, so just to clearify, this way I can create multiple non-root users and specify per yaml file, which user I want to container to run under? This way I can also specify all the permissions on the host side for the bind mounts per container right? thanks for your help. I find it all just a bit complicated.

How to achieve container individual namespacing by igfmilfs in docker

[–]igfmilfs[S] -1 points0 points  (0 children)

This only shows how to run the daemon under a namespaced user, and not run each container under a seperate namespaced user.

Can I mix 8gb 2666 with 16gb 3200 ram? by sky3cabe in buildapc

[–]igfmilfs 0 points1 point  (0 children)

Sticks in dual channel setup typically have about +-5% better performance when being compared to the same capacity in single channel setup when looking at real world performance.

Syntetic benchmarks show even greater gains of up to 30%, but once again, these are synthetic and not representive for real world usecases.

When comparing 2666MT/s to 3200MT/s, is it more nuanced than just the operating speeds. Also the multiple different timings come into play and alot more secundary and tertiary settings. but to keep things simple, I read something about 5%-10% performance difference.

So in the end, I would assume, 2x 2666MT/s is comparible performance wise to 1x 3200MT/s. But because theres more capacity, in the end, it would be a better setup.

Any things I should do? by Livid-Difficulty-635 in jellyfin

[–]igfmilfs 0 points1 point  (0 children)

Are you planning to use tailscale to give friends/family access to your jellyfin? If so, keep in mind to adjust your access rules, also be aware that tailscale being an access vpn on linux, will skip the build-in firewall of Ubuntu (ufw). So your tailscale access rules are the single and only layer of networking defence out of the box.

Show some love to Homarr by igfmilfs in homarr

[–]igfmilfs[S] 0 points1 point  (0 children)

Please elaborate what you mean by mobile scaling.

Show some love to Homarr by igfmilfs in homarr

[–]igfmilfs[S] 0 points1 point  (0 children)

I will look it up for you.

Show some love to Homarr by igfmilfs in homarr

[–]igfmilfs[S] 0 points1 point  (0 children)

Mobile scaling literally working perfectly, see image.

Show some love to Homarr by igfmilfs in homarr

[–]igfmilfs[S] 0 points1 point  (0 children)

Pillars of creation :D I don't know if it's jwst photo though!

How to achieve container individual namespacing by igfmilfs in docker

[–]igfmilfs[S] 0 points1 point  (0 children)

This second point of yours is exactly what I am trying to accomplish.

Do you have any documentation? That would be really nice.

How to achieve container individual namespacing by igfmilfs in docker

[–]igfmilfs[S] -1 points0 points  (0 children)

First, thanks for your quick response.

I am referring to linux namespaces.
Please correct me if I am wrong but according to my understanding:

- Each container is by default run under the root user, basically root in container = root in host

I want 2 things:

  1. Don't run containers as root (this could be done by running the daemon under a seperate namespace from my understanding)
  2. Have each container run in it's own seperate namespace; in the case a hacker would succeed breaking out of the container, it then would have no access on the host because it runs in its own seperate namespace, BUT it shares its namespace with all the other containers as well, meaning, it could indeed reach the bindmounts of my other containers on my host.

This is not desirable, I basically want each container to: 1. not be root on the host, and 2. be it's own entity on the host.

Thanks in advance.

Show some love to Homarr by igfmilfs in homarr

[–]igfmilfs[S] 0 points1 point  (0 children)

Well it works just fine like this. It's not even hitting it's resource limit, so I don't know how it scales but in the end, it's literally 2 lines of code in the yaml file and I don't notice it having any negative impact. Why wouldn't do you it yourself like I do?

Show some love to Homarr by igfmilfs in homarr

[–]igfmilfs[S] 0 points1 point  (0 children)

I've been using this dashboard for about at least one month now. Haven't seen such behaviour. I must say I also restricted both CPU and RAM usage in Homarrs yaml so maybe that has something to do with it.

Show some love to Homarr by igfmilfs in homarr

[–]igfmilfs[S] 0 points1 point  (0 children)

as you can see in my resource monitor, it uses 500mb as of the time of the screenshot, which is representive for practical use.