Skip Navigation
Automated installation of multiple applications after a fresh OS install? (Fedora)
  • I distinctly remember yum/dnf should be using a loop. Forget why but it's recommended. Here's a snippet from my playbook. Simply make the vars as you need and run.

      - name: Install flathub as remote
        ansible.builtin.shell:
          cmd: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
        tags:
          - apps
    
      - name: Install flatpak apps
        community.general.flatpak:
          name: "{{ item }}"
          state: present
        loop: "{{ flatpaks }}"
        tags:
          - apps
    
      - name: Remove some default unused packages
        ansible.builtin.dnf:
          name: "{{ item }}"
          state: absent
          update_cache: no
        loop: "{{ remove }}"
        ignore_errors: true
        tags:
          - apps
    
      - name: Install our packages
        ansible.builtin.dnf:
          name: "{{ item }}"
          state: present
          update_cache: yes
        loop: "{{ rpms }}"
        ignore_errors: true
        tags:
          - apps```
    
    On mobile. Apologies if formatting is off.
  • can I opt out of credit agencies?
  • I'd add one tip- you can go to annual credit report.com and get a free report once a year.

    The trick is to request just one per 4 months. First transunion or whoever, then experian, then Equifax, etc. No need to wait a year for a current report.

  • I tried to selfhost Nextcloud at work
  • Exactly. I don't know if the AIO image was used and how that all works (I stay away from that and the snap which is just an abomination) but no one should try to selfhost anything for prod unless they know exactly how it works. That and have a staging env. If you're not up to the task then just pay for some commercial hosting (even if it's just Nextcloud that is hosted elsewhere.)

    I've run the nextcloud image (just docker.io/nextcloud IIRC) pinned for years with k8s and it's durable and fine. It stays put and I just take the time to update my testing instance, make sure it all works with some cheap smoke tests, then upgrade prod.

  • EVs are cleaner than gas cars, but a growing share of Americans don't believe it
  • Sure. Or I can drive my old car very little and be pissed my country subsidizes a clearly inferior solution just to save the car industry instead of subsidizing way more efficient and environmentally friendly mass transit.

    Edit- I think we're agreeing now that I look at your other comments but I'll leave this.

  • Nightly mobile URL bar

    Anyone else hate this? I don't want a dumbed down bar. If Im on the homepage, I want to know. Same as if I'm on a subpage.

    This is in reference to Mozilla changing the URL to ALWAYS show only the domain. Absolutely terrible IMO. As for the double tall menu now? That is mostly fine.

    At least give me an option to see the full url.

    6
    Where’s the Accountability in ODOT's I-475 Expansion Project?
    www.strongtowns.org Where’s the Accountability in ODOT's I-475 Expansion Project?

    ODOT put out a newsletter that seemed to strongly encourage public engagement in their project to expand I-475. Yet when this advocate took them up on the offer, she faced barriers at every step of the way.

    Where’s the Accountability in ODOT's I-475 Expansion Project?
    0
    Best distro for linux gaming?

    Unsure if this is the place to ask or not but figured it was closest to it.

    Basically I am looking to make an AIO retro gaming PC. Main goal is to have one simple box hooked up to the TV so my friends and I can game without having to swap discs and consoles all the time. Would probably use mostly DS3 (or 4?) controllers hooked up with USB or via BT.

    I know lemmy doesn't much care about piracy but this is all just to play games/consoles we legally own. Would include PS1-3, Nintendo, SNES, N64, Gamecube (think that is all we have).

    I think https://batocera.org/ has been mentioned, Lakka (maybe this is more for pis?), and EmuDeck has been mentioned. Basically looking for the easiest distro to throw on a PC with a nice UI (can be launched via kb/mouse, all the same to me) that has the emulators built in and just needs the ROMs.

    30
    Best holiday foods?

    Basically looking for the best eggnog, German pastries, etc.

    Used to buy hartzel? Eggnog but I'm not sure where it's sold anymore. Any other good places to get German holiday foods other than servatii?

    1
    Vyos adds git commit archive support
    blog.vyos.io VyOS Project December 2023 update

    is here, with Git support for commit archive, VNI filtering for VXLAN, new PIM options, and more. Read on for details!

    VyOS Project December 2023 update
    5
    VyOS and VPP - progress and plans
    blog.vyos.io VyOS and VPP - progress and plans

    Discover the progress and plans for VyOS and VPP integration in this informative blog post. Learn how the VPP data plane will be available as an addon and provide valuable feedback to enhance VyOS performance.

    Link on the bottom if you wish to try out the new VPP addon.

    1
    Interesting article about Potter's field in Price Hill
    www.citybeat.com Behind the Quest to Identify Thousands of Bodies Buried Beneath a West Price Hill Park

    In CityBeat's inaugural Death Issue, we examine the stories behind Cincinnati's 26-acre Potter's Field.

    Behind the Quest to Identify Thousands of Bodies Buried Beneath a West Price Hill Park

    Very long but excellent article. I kinda see why the city is indifferent to doing more.

    0
    Molly (Signal clone) preps UnifiedPush support
    github.com Unifiedpush by p1gp1g · Pull Request #152 · mollyim/mollyim-android

    This pull request add UnifiedPush support to Molly. (Issue #88) There will still be some changes and some elements are still missing, but it can now start to be reviewed and tested. It requires a M...

    Unifiedpush by p1gp1g · Pull Request #152 · mollyim/mollyim-android
    27
    Recommended underwear for men?

    Basically I'm looking to get some underwear that fits these specs so my onebag journey is a bit easier.

    • lightweight
    • keeps odor down (like merino wool, etc.)
    • can also be used for sports/athletics purposes (maybe like an under armour brief)
    • boxer style (not boxer brief but that might be ok too)

    I don't know if Smartwool merino ones fit the bill or if there are any better options (either cheaper or just overall better, etc.)

    0
    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/)TI
    timbuck2themoon @sh.itjust.works
    Posts 11
    Comments 526