Recent content by jizzy

  1. J

    How to disable postgresql port for out-server connection?

    The easiest way is to make PostgreSQL listen only on localhost. The relevant parameter is set listen_addresses to localhost in postgresql.conf
  2. J

    Mint OS gets stuck while poweroff

    Without altering the latencies, the linux kernel collects samples using 'Perf.' This includes interrupting times. A similar notice like this prints if interrupts take too long: Meaning In essence, the machine was blocked for a long time on an interrupt. There are a lot of causes for this...
  3. J

    MS Sql Server on Fedora 34 failing with status 127

    dnf install openldap-compat helped for more information you can run rpm -q --whatprovides /usr/lib64/libldap-2.4.so.2
Top