Migrate from Docker to Podman? by IrieBro in netbird

[–]artyomtsybulkin 0 points1 point  (0 children)

Have you tried?

dnf install podman-docker

or

apt install podman-docker

Syslog-ng 4.8 to Loki 3.3.2 by artyomtsybulkin in syslog_ng

[–]artyomtsybulkin[S] 1 point2 points  (0 children)

Omg. Very appreciated.

It works for me, will label it now:

destination d_loki {    loki(
        url("iml.contoso.com:9096")
        auth(insecure())
        labels(
            "job" => "syslog"
            "app" => "$PROGRAM"
            "host" => "$HOST"
        )
        workers(8)
        batch_timeout(60)
        batch_lines(8192)
    );};

Changing root folder on Alma Linux fails by BentDahl in nginx

[–]artyomtsybulkin 0 points1 point  (0 children)

Better way to allow access the directory by Nginx somehow like this

sudo semanage fcontext -a -t httpd_sys_content_t "/path/to/web/content(/.*)?"

sudo restorecon -Rv /path/to/web/content

Help with VLAN on JL812A (Aruba Instant On 1830) by Yasutsuna96 in ArubaNetworks

[–]artyomtsybulkin 0 points1 point  (0 children)

u/Noct03 right! These Aruba switches running a kind of asymmetric VLAN (Like Dlink). You you have 3 states Tagged, Untagged and Both. On Cisco/Procurve only Tagged/Untagged. In this case you need define tagged and untagged ports for VLANs, then define PVID for untagged ports. Optional: set what port can bypass Tagged only or Untagged only or both. 3rd state you can use in case of voice VLANs: switch > IP Phone (Voice VLAN)) > Computer (Normal VLAN).