• 1 Post
  • 30 Comments
Joined 10 months ago
cake
Cake day: September 4th, 2023

help-circle



  • xinayder@infosec.pubtoSelfhosted@lemmy.worldNever Again
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago

    My issues with Samsung nowadays is that they offer a very low TBW warranty compared to other brands like Kingston.

    I wanted to buy a 1TB storage for my games and I couldn’t decide between Samsung and Kingston. Samsung had a 600TBW warranty for the 1TB model, Kingston had 800. I ended up choosing the KC3000 from Kingston.



  • For the panels issue, you can launch CS2, press Alt+F3 to open the window settings, go to configure special app settings, then set an option for the app so that it always launches in fullscreen mode.

    I also added a shortcut to make games fullscreen by pressing Ctrl+Enter.

    I believe this is a bug with KDE and should be reported to them. The same issue is reported on Valve’s repository but nothing has been done from Valve’s side to fix this issue.

    EDIT: link for relevant issue: https://github.com/ValveSoftware/csgo-osx-linux/issues/3274

    the workaround is written in one of the comments:

    1. Open CS2
    2. Press Alt+F3
    3. Click on “More actions”
    4. Click on “Configure special applications settings”
    5. Add a property
    6. Select “Fullscreen” (click on the “+”)
    7. Select “Force” and “yes” for the “Fullscreen” parameter
    8. Click on “Ok” (apply and close)













  • Thanks for the suggestions!

    I ended up configuring my CI pipeline to build a Caddy docker image that ships with my website files. The pipeline is also publishing the container image to the Codeberg registry and I apply the new image repo and tag to the Caddy Helm chart I found on ArtifactHub.

    The only thing that’s left is to setup the CI to automatically restart the pod when a new image is pushed, so it will always have the latest version.

    It was easier than expected and I had a few issues like my stylesheets not being applied and image files not rendering, but it was solved by changing the pathType field on the ingress configuration to Prefix.