Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      CodeSOD: A Unique Way to Primary Key

      July 22, 2025

      BrowserStack launches Figma plugin for detecting accessibility issues in design phase

      July 22, 2025

      Parasoft brings agentic AI to service virtualization in latest release

      July 22, 2025

      Node.js vs. Python for Backend: 7 Reasons C-Level Leaders Choose Node.js Talent

      July 21, 2025

      The best CRM software with email marketing in 2025: Expert tested and reviewed

      July 22, 2025

      This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

      July 22, 2025

      I’m a wearables editor and here are the 7 Pixel Watch 4 rumors I’m most curious about

      July 22, 2025

      8 ways I quickly leveled up my Linux skills – and you can too

      July 22, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025
      Recent

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025

      Zero Trust & Cybersecurity Mesh: Your Org’s Survival Guide

      July 22, 2025

      Execute Ping Commands and Get Back Structured Data in PHP

      July 22, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025
      Recent

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025

      “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

      July 22, 2025

      Galaxy Z Fold 7 review: Six years later — Samsung finally cracks the foldable code

      July 22, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Operating Systems»Linux»Fedora Linux 42: Guida Post Installazione

    Fedora Linux 42: Guida Post Installazione

    April 16, 2025
    Fedora Linux 42: Guida Post Installazione

    Versione rivista e corretta della breve guida post installazione di Fedora, ora aggiornata alla versione Fedora Linux 42 e testata sulle versioni Workstation (GNOME) e KDE, purtroppo non mi è stato possibile sulla spin Fedora COSMIC perchè dopo il primo giro di aggiornamenti mi si piantava continuamente la sessione. La guida è indipendente dall’abilitazione o meno dei repository software di terze parti disponibili nel wizard iniziale della versione Workstation ma per comodità li aggiungiamo come prima operazione.

    Aggiungiamo i repository software di terze parti e aggiorniamo il sistema

    Aggiungiamo subito il repository software di terze parti rpmfusion da Terminale con i comandi:

    sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm -y
    sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y

    E facciamo subito il primo aggiornamento che, essendo sempre corposo, meglio farlo in maniera offline. quindi prima scarichiamo tutti gli aggiornamenti con:

    sudo dnf offline-upgrade download -y

    e successivamente riavviamo il sistema per applicare gli aggiornamenti con il comando:

    sudo dnf offline-upgrade reboot -y

    Per gli aggiornamenti successivi usiamo il comando:

    sudo dnf update -y

    Infine abilitiamo anche il supporto Flatpak per i pacchetti software su Flathub:

    sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

    Installiamo i codec multimediali e i font aggiuntivi

    Sempre da Terminale, eseguiamo i seguenti comandi:

    sudo dnf install gstreamer1-plugins-{bad-,good-,base} gstreamer1-plugin-openh264 openh264 libva libva-utils gstreamer1-libav --exclude=gstreamer1-plugins-bad-free-devel -y
    sudo dnf install lame* --exclude=lame-devel

    Installiamo ora il necessario per avere a disposizione anche i font Microsoft:

    sudo dnf install curl cabextract xorg-x11-font-utils fontconfig -y
    sudo rpm -i https://downloads.sourceforge.net/project/mscorefonts2/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm

    Aggiungiamo il supporto per i file compressi

    Sempre da Terminale, eseguiamo il seguente comando:

    sudo dnf install unzip p7zip p7zip-plugins unrar -y

    Personalizziamo GNOME

    Per questo vi invito a seguire il post dedicato.

    Fonte: https://www.marcosbox.com/2025/04/15/fedora-42-guida-post-installazione/

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleFile Shredder permanently deletes files
    Next Article tap v0.5.1 – audio player for the terminal

    Related Posts

    News & Updates

    A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

    July 22, 2025
    News & Updates

    “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

    July 22, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    Removing Microsoft apps could become easy in Windows 11 25H2

    Operating Systems

    How Attackers Steal Data from Websites (And How to Stop Them)

    Development

    Senators Peters and Rounds Lead Bipartisan Push to Extend Critical Cybersecurity Information Sharing Protections

    Security

    Pope Leo XIV Declares AI a Threat to Human Dignity and Workers’ Rights

    Artificial Intelligence

    Highlights

    CVE-2025-7504 – WordPress Friends Plugin PHP Object Injection Vulnerability

    July 12, 2025

    CVE ID : CVE-2025-7504

    Published : July 12, 2025, 9:15 a.m. | 9 hours, 26 minutes ago

    Description : The Friends plugin for WordPress is vulnerable to PHP Object Injection in version 3.5.1 via deserialization of untrusted input of the query_vars parameter This makes it possible for authenticated attackers, with subscriber-level access and above, to inject a PHP Object. No known POP chain is present in the vulnerable software, which means this vulnerability has no impact unless another plugin or theme containing a POP chain is installed on the site. If a POP chain is present via an additional plugin or theme installed on the target system, it may allow the attacker to perform actions like delete arbitrary files, retrieve sensitive data, or execute code depending on the POP chain present. This requires access to the sites SALT_NONCE and and SALT_KEY to exploit.

    Severity: 7.5 | HIGH

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    Windows Recall finally launches, Oblivion Remastered surprise drops, and Drug Dealer Simulator devs speak out

    April 26, 2025

    CVE-2025-47774 – Vyper Uninitialized Side Effect Elision in Slice Builtin

    May 15, 2025

    Tariff war has tech buyers wondering what’s next. Here’s what we know

    April 7, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.