Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ID
Posts
4
Comments
233
Joined
2 yr. ago

gasp

  • Honestly, Linux has progressed immensely the past decade and I only read documentation when setting up servers these days. I'm mostly an Arch derivative desktop user but I still love Debian on the server side.

    The Debian specific stuff are usually in the service description (email, web, ssh servers), and they are quite nice.

  • Frankly, it depends how much you use your bike. I commute these days with a used 150€ bike, for which I invested 100€ in upgrades. But that's because my commute is short (5km) and because it sleeps every day in the street next to a big train station. In the past I was commuting 2*10km daily and I had a 1000€ gravel bike that never stayed overnight in the street. It was definitely much more comfortable.

    I would say a 300€ is fine for daily commute under 5km, but closer to 800-1000€ is probably a good idea for 10km and above.

  • Permanently Deleted

  • I really wish I could recommend Libreoffice but I have mixed experiences with it. Spreadsheet is really good, I can only praise it. Writer is fine for basic documents but I gave up updating my CV with it - too frustrating. Impress is so far from PowerPoint that I recommend finding an alternative.

  • Financing parties is complicated by design as the French system tries to avoid interference from companies or wealthy individuals. RN was struggling because they are greedy incompetent pigs. So they decided collectively to use the money dedicated by the European parliament to recruit parliamentary assistants to finance the party's activities. And they got caught.

    This won't affect their chances as racist voters will still vote for racist candidates, whatever the candidate. We will just have a new racist guy (Jordan Bardella) instead of Le Pen.

  • I felt completely lost. What is Terraform?

    Terraform is a tool that codifies cloud APIs into declarative configuration files to automate infrastructure provisioning and management

    Not exactly sure what that means, but that may help someone!

  • Europe @feddit.de
    idefix @sh.itjust.works

    German ministers quizzed over nuclear phase out 'deception'

    Programmer Humor @lemmy.ml
    idefix @sh.itjust.works

    My 6-year old son just told me humans have 9 fingers, not 10

    So proud of him!

    Football (Soccer fútbol fußball 足球 ) @lemmy.world
    idefix @sh.itjust.works

    Great assist to Mbappe goal (Revel 0-4 PSG)

    Assist by Asensio

    Lemmy Administration @lemmy.ml
    idefix @sh.itjust.works

    Postgresql connectivity issue

    Good afternoon! Newbie here, I've tried to install Lemmy using Ansible (Debian stable) and I ended up having an issue with the Postgresql connectivity (localhost via socket).

    The error message I have is:

     undefined
        
    thread 'main' panicked at 'Error connecting to postgresql:///lemmy?user=lemmy&host=/var/run/postgresql: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: No such file or directory
    
      

    I have updated my /etc/postgresql/15/main/pghba.conf from peer to trust to md5 with no success (rebooting Postresql each time).

    My config.hjson is:

     undefined
        
    database: {
     uri: "postgresql:///lemmy?user=lemmy&host=/var/run/postgresql"
     password: "{{ postgres\_password }}"
    }
    
      

    Any idea / suggestion? Thanks!

    PS: cross-posted on the Matrix.org install support chat