Skip Navigation
Posts
19
Comments
149
Joined
2 yr. ago
  • Oh I didn't know they were aware of that, awesome!

  • League of Legends works perfectly on Linux

  • Linux @lemmy.ml
    gabriele97 @lemmy.g97.top

    A visual guide to ACL Access-Control Lists

    Permanently Deleted

  • The recent update broke everything (it automatically locks on app exit both on Android and iOS, even if the automatic lock is set to never)

  • Lol what happened to that bot?

  • How is it possible that users noticed strange behaviors (new Cron jobs) and they didn't check the script launched by those jobs 😱

  • OT: what happened to all those beautiful mods? Are they still there? I remember IndustrialCraft, Build raft, there was a mod that introduced bees (?) And another one called Logistic Pipes. Damn I was completely in love with those logistic Pipes

  • Lords of the fallen 2014, because I never played it in about 10 years since it's release

  • An option to have separate up/down vote buttons

  • I am new to the alias world so I've a question. How can I be sure that an alias provider doesn't have access to my emails when they are forwarded?

  • Thanks for the link! A very pleasant read

  • It would be great to have one

  • For what concerns flatpak, did you try flatpak remove --unused?

    Edit: I didn't read you already did it, nvm

  • It needs Firefox Beta or Nighty to be installed, right?

  • Here in Italy we only drive manual

  • No.

    EDIT: did it now for the first time

  • Thank you! I like those weekly updates posts

  • Rustdesk, I use it for work

  • I didn't know about the matrix feature, thank you!

  • Lemmy Support @lemmy.ml
    gabriele97 @lemmy.g97.top

    Are prometheus metrics enabled by default in the backend code?

    Hi, are prometheus metrics enabled by default in the backend code or someone needs to compile by himself a build with the right flags to enable it?

    Thank you

    test @lemmy.ml
    gabriele97 @lemmy.g97.top

    Test: do you read me?

    DNS, u know

    Selfhosted @lemmy.world
    gabriele97 @lemmy.g97.top

    Upgrade from NC26 to 27.0.2: advices?

    cross-posted from: https://lemmy.g97.top/post/82608

    Hi, I want to upgrade my nextcloud instance from version 26.0.5 to 27.0.2. Any advice? In particular for what concerns software versions: actually I've installed php 8.1.18, postgreSQL 13.11, redis 6.0.16. Do I need to upgrade them?

    Thank you!

    Technology @beehaw.org
    gabriele97 @lemmy.g97.top
    Sync for Lemmy @lemmy.world
    gabriele97 @lemmy.g97.top

    A way to see up/down votes?

    Am I missing something or there isn't a way to show separately the count of up and down votes?

    Linux @lemmy.ml
    gabriele97 @lemmy.g97.top
    Linux @lemmy.ml
    gabriele97 @lemmy.g97.top

    Apt, packages kept back: why and how to resolve it?

    cross-posted from: https://lemmy.g97.top/post/56902

    Hi, I've this situation when I apt upgrade. There are many pipewire-related packages kept back. Why? How can I solve it?

    Thank you!

    EDIT: dist-upgrade summary

    EDIT2: Ok I solved it with

    apt autoremove # only to remove old packages. it didn't solved the problem

    apt update

    apt dist-upgrade

    Pop!_OS (Linux) @lemmy.world
    gabriele97 @lemmy.g97.top

    Apt, packages kept back: why and how to resolve it?

    Hi, I've this situation when I apt upgrade. There are many pipewire-related packages kept back. Why? How can I solve it?

    Thank you!

    Pop!_OS (Linux) @lemmy.world
    gabriele97 @lemmy.g97.top

    Nvidia 535.86.05 (standard & open-source) available in the Pop!_Shop

    Technology @lemmy.ml
    gabriele97 @lemmy.g97.top

    cross-posted from: https://lemmy.g97.top/post/45846

    It's an... FPGA (?)

    Technology @beehaw.org
    gabriele97 @lemmy.g97.top

    It's an... FPGA (?)

    Linux @lemmy.ml
    gabriele97 @lemmy.g97.top

    Mission Center: A rust clone of the Windows Task Manager

    Why? I don't know, maybe someone here will like it.

    test @lemmy.ml
    gabriele97 @lemmy.g97.top

    TEST

    TeST!1!1!

    Selfhosted @lemmy.world
    gabriele97 @lemmy.g97.top

    How to monitor standard nginx accesses?

    Hi! I would like to monitor accesses to my services done through my nginx setup that acts as reverse proxy.

    I've tried fluentd to export Prometheus metrics with fluend to scrape the access.log file produced by nginx. The problem is that it uses a lot of resources as I can see (130+ MB of RAM only for fluentd, and each http request towards the fluentd metrics endpoint transfers a lot of data and I assume It Will increase consequently with the increase of the access.log file).

    Is there any "embedded" scraper with integrated dashboard that I can recall on demand? For example, one of the problem with the previous solution is that peometheus scrapes the metrics every 5s so I have a constant transfer of different MBs every second due to the size of the metrics, even if I am not looking at grafana (my frontend for Prometheus). With an on demand service I would scrape the access.log file only when I am using the on demand service.

    Thank you

    Self Hosted - Self-hosting your services. @lemmy.ml
    gabriele97 @lemmy.g97.top

    Very slow IO performances: how to diagnose

    cross-posted from: https://lemmy.g97.top/post/5839

    EDIT: this is a full benchmark I run on my pool: https://gist.github.com/thegabriele97/9d82ddfbf0f4ec00dbcebc4d6cda29b3.

    Hi! I ran into this issue since I started mu homelab adventure a couple of months ago, so I am still very noob, sorry for this.

    I decided today to understand what happens and why it happens but I need your help to understand it better.

    My homelab consists of a proxmox setup with three 1 TB HDD s in raidz1 (ZFS) (I know the downsides of this and I took my decisions) and 8 GB of RAM, of which 3.5 are assigned to a VM. The remaining parts are used by some LXC containers.

    During high worloads (i.e. copying a file, downloading something via torrent/jdownloader) everything is very slow and other services start to be unresponsive due to the high IO delay.

    I decided to test the three single devices with this command: `fi

    Selfhosted @lemmy.world
    gabriele97 @lemmy.g97.top

    Very slow IO performances: how to diagnose

    EDIT: this is a full benchmark I run on my pool: https://gist.github.com/thegabriele97/9d82ddfbf0f4ec00dbcebc4d6cda29b3.

    Hi! I ran into this issue since I started mu homelab adventure a couple of months ago, so I am still very noob, sorry for this.

    I decided today to understand what happens and why it happens but I need your help to understand it better.

    My homelab consists of a proxmox setup with three 1 TB HDD s in raidz1 (ZFS) (I know the downsides of this and I took my decisions) and 8 GB of RAM, of which 3.5 are assigned to a VM. The remaining parts are used by some LXC containers.

    During high worloads (i.e. copying a file, downloading something via torrent/jdownloader) everything is very slow and other services start to be unresponsive due to the high IO delay.

    I decided to test the three single devices with this command: `fio --ioengine=libaio --filename=/dev/sda --size=4G --time_based --name=fio --gr

    Selfhosted @lemmy.world
    gabriele97 @lemmy.g97.top

    Spawned my own instance of lemmy: now I've got a lot of questions about federation

    cross-posted from: https://lemmy.g97.top/post/761

    cross-posted from: https://lemmy.g97.top/post/723

    Hi! I spawned my own instance of lemmy on my server and I discovered new things about how lemmy and federation works, and I have a lot of doubt. I don't know exactly if those doubts are problems of my implementation of if they are normal, so!

    1. My main account is on lemmy.world and I see that new posts from communities I follow show up before on lemmy.world and then on my instance. Is it normal?
    2. With comments happens the same thing and they are slower to "sync". Why?
    3. If a community has been never discovered from the search form with the full format !community@instance, it will never appear on my instance. This means that is not possible to search for an argument (i.e. steam deck) and finding all the posts and communities about it. Is this normal or a feature that we/you would like to see in future/is adaptable to the concept of the fediverse? Becau
    Lemmy Support @lemmy.ml
    gabriele97 @lemmy.g97.top

    Spawned my own instance of lemmy: now I've got a lot of questions about federation

    cross-posted from: https://lemmy.g97.top/post/723

    Hi! I spawned my own instance of lemmy on my server and I discovered new things about how lemmy and federation works, and I have a lot of doubt. I don't know exactly if those doubts are problems of my implementation of if they are normal, so!

    1. My main account is on lemmy.world and I see that new posts from communities I follow show up before on lemmy.world and then on my instance. Is it normal?
    2. With comments happens the same thing and they are slower to "sync". Why?
    3. If a community has been never discovered from the search form with the full format !community@instance, it will never appear on my instance. This means that is not possible to search for an argument (i.e. steam deck) and finding all the posts and communities about it. Is this normal or a feature that we/you would like to see in future/is adaptable to the concept of the fediverse? Because if I am on a big instance with a lot of users maybe I found that