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»AlmaLinux 10: Guida post installazione

    AlmaLinux 10: Guida post installazione

    May 31, 2025
    AlmaLinux 10: Guida post installazione

    Dopo aver recensito e scritto una mini guida post-installazione per Rocky Linux 9, ho deciso di fare lo stesso con AlmaLinux 10, una delle prime derivate disponibili della nuova release di Red Hat Enterprise Linux 10.

    Questa guida può essere utilizzata anche come base per le future versioni di altre derivate, come Rocky Linux 10, una volta che saranno rilasciate.

    Con l’avvicinarsi della fine del supporto per Windows 10 che, sebbene ufficialmente prevista per il 2025, potrebbe ricevere aggiornamenti minori per componenti come Microsoft Defender ed Edge ancora per qualche anno, ho pensato di proporre una valida alternativa, solida e pensata per il lungo periodo. Aggiungo anche, per chi ne fosse interessato, che l’installazione da 0 di Windows 11 continua a funzionare anche su CPU meno recenti (nel mio caso, su una 6° generazione, senza alcun hack), ma è tempo di guardare oltre.

    Installazione

    Essendo una distribuzione pensata per ambienti professionali, AlmaLinux non offre un programma di installazione “guidato” nel senso più semplice del termine, ma piuttosto un’interfaccia più flessibile e potente.

    Installazione Almalinux 10
    Installazione Almalinux 10

    Durante l’installazione ho scelto il profilo Workstation, saltando la configurazione dell’utente root e creando direttamente il mio utente personale con privilegi amministrativi.

    Installiamo repository software aggiuntivi

    sudo dnf config-manager --set-enabled crb
    sudo dnf install -y epel-release

    e i classici repository software RPM Fusion:

    sudo dnf install --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm -y
    sudo dnf install --nogpgcheck https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm -E %rhel).noarch.rpm -y

    Installiamo i codec multimediali

    sudo dnf swap ffmpeg-free ffmpeg --allowerasing
    sudo dnf update @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin

    Installiamo Flathub per accedere a software aggiuntivo

    Flatpak dovrebbe essere già installato, ma nel caso non lo fosse:

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

    Una volta aggiunto Flathub, possiamo anche valutare di sostituire la versione ESR di Firefox (versione 128) preinstallata con la più recente (versione 139), tramite l’app Software.

    Personalizziamo GNOME

    Per personalizzare al meglio GNOME, vi rimando al post dedicato.

    Conclusioni

    Al termine di questa guida avremo tra le mani un desktop moderno, basato su GNOME 47, che con qualche piccolo ritocco può diventare anche molto funzionale.

    Parliamo di un sistema pensato per durare: 10 anni di supporto senza necessità di abbonamenti o licenze, grande stabilità, applicazioni aggiornate grazie a Flatpak e una manutenzione minima. Il tutto privo di fastidi come la creazione obbligatoria di account online, pubblicità invasive o intelligenze artificiali onnipresenti.

    Certo, il kernel Linux non è tra i più recenti: questo lo rende forse meno adatto a hardware di ultimissima generazione o a configurazioni soggette a frequenti aggiornamenti. Ma per un computer già in uso, potrebbe garantire un ciclo di vita pari (se non superiore) a quello della macchina stessa.

    Non è la scelta ideale per il gaming o software molto specifici, ma per chi cerca un sistema stabile per navigare, guardare contenuti multimediali e lavorare con una buona suite da ufficio, AlmaLinux 10 potrebbe essere la soluzione perfetta.

    Fonte: https://www.marcosbox.com/2025/05/30/almalinux-10-guida-post-installazione/

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleBuilding Interactive 3D Cards in Webflow with Three.js
    Next Article Ubuntu 20.04 LTS termina il supporto: cosa fare ora?

    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

    This Call of Duty game is being taken down after just one year — get it now before it’s gone

    News & Updates

    Malicious PyPI Package Posing as Solana Tool Stole Source Code in 761 Downloads

    Development

    Chinese Group Silver Fox Uses Fake Websites to Deliver Sainbox RAT and Hidden Rootkit

    Development

    APT28 Uses Signal Chat to Deploy BEARDSHELL Malware and COVENANT in Ukraine

    Development

    Highlights

    Distribution Release: Ubuntu Budgie 25.04

    April 17, 2025

    The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. The Ubuntu Budgie team has announced the release of Ubuntu Budgie 25.04. The interim release continues the project’s transition to supporting Wayland. “The key focus for the team for this cycle has been the conversion of our distribution to a Wayland-based distribution. We have been working closely with….

    CVE-2025-4124 – Delta Electronics ISPSoft Out-Of-Bounds Write Vulnerability

    April 30, 2025

    Is it recommended to use JMETER for API testing? How can I do this when I pass multiple request payloads via csv to add assertions?

    May 24, 2025

    New AI system uncovers hidden cell subtypes, boosts precision medicine

    July 22, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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