Linux
Che cos'è Linux?
Linux non è un sistema operativo singolo, ma un kernel (il nucleo del sistema operativo) creato da Linus Torvalds nel 1991. Intorno a questo kernel si sono sviluppate centinaia di distribuzioni (dette "distro") che aggiungono strumenti, interfacce grafiche, software e gestione pacchetti.
La distinzione fondamentale
| Termine | Significato | Esempi |
|---|---|---|
| Kernel Linux | Il cuore che gestisce hardware, processi, memoria, file system | Linux 6.x |
| Distribuzione Linux | Kernel + software + gestione pacchetti + ambiente desktop | Ubuntu, Fedora, Debian, Arch Linux |
Perché usare Linux?
| Vantaggi | Svantaggi |
|---|---|
| Gratuito e open source | Meno software commerciale (es. Adobe, AutoCAD) |
| Altamente sicuro (virus rari) | Curva di apprendimento iniziale |
| Leggero (funziona su vecchi PC) | Supporto hardware a volte limitato |
| Personalizzabile all'estremo | Problemi con alcuni giochi (migliorato con Steam Proton) |
| Aggiornamenti centralizzati | |
| Nessun riavvio forzato |
Le principali famiglie di distribuzioni
| Famiglia | Gestore pacchetti | Distro famose | Adatta per |
|---|---|---|---|
| Debian | APT (.deb) |
Debian, Ubuntu, Linux Mint, Pop!_OS | Principianti (Ubuntu/Mint) |
| Red Hat | DNF (.rpm) |
Fedora, RHEL, CentOS Stream, AlmaLinux | Professionisti, server |
| Arch | Pacman (.pkg.tar.zst) |
Arch Linux, Manjaro, EndeavourOS | Utenti esperti, customizzazione |
| SUSE | Zypper (.rpm) |
openSUSE Leap, openSUSE Tumbleweed | Amministratori di sistema |
| Indipendenti | Vari | Slackware, Gentoo, Void Linux | Appassionati, minimalisti |
Come installare Linux
L'installazione varia leggermente a seconda della distribuzione, ma i principi sono comuni. Prendiamo come esempio Ubuntu (la più consigliata per i principianti).
Metodo 1: Installazione completa (sostituisce Windows)
Cancella tutto e installa Linux come unico sistema.
Metodo 2: Dual boot (Linux accanto a Windows)
Mantieni Windows e aggiungi Linux, scegliendo all'avvio quale usare.
Metodo 3: Macchina virtuale
Linux gira dentro una finestra su Windows (es. con VirtualBox).
Metodo 4: Live USB (prova senza installare)
Avvii Linux da una chiavetta USB senza toccare il PC.
Guida passo passo (Ubuntu su dual boot)
Fase 1: Preparazione
# Su Windows: # 1. Backup dei dati importanti # 2. Disabilita "Avvio rapido" in Windows # 3. Crea spazio non allocato dal Gestione disco
# Su Windows:
# 1. Backup dei dati importanti
# 2. Disabilita "Avvio rapido" in Windows
# 3. Crea spazio non allocato dal Gestione discoSpazio consigliato: minimo 25 GB, ideale 50-100 GB
Fase 2: Creare una chiavetta USB avviabile
| Software (su Windows) | Come si usa |
|---|---|
| Rufus (consigliato) | Seleziona ISO, scegli "GPT" o "MBR", avvia |
| Balena Etcher | Semplice, tre click |
| Ventoy | Copia più ISO su una chiavetta |
# Su Linux (da terminale, se già hai Linux) sudo dd if=ubuntu.iso of=/dev/sdX bs=4M status=progress
# Su Linux (da terminale, se già hai Linux)
sudo dd if=ubuntu.iso of=/dev/sdX bs=4M status=progressFase 3: Avviare da USB
- Riavvia il PC
- Premi il tasto per entrare nel Boot Menu (F12, ESC, F2, F10, F9 - varia per marca)
- Seleziona la chiavetta USB
- Scegli "Try Ubuntu" (prova) o "Install Ubuntu"
Fase 4: Installazione
| Schermata | Cosa fare |
|---|---|
| Lingua | Italiano (o inglese) |
| Tastiera | Italiana |
| Tipo installazione | "Installa Ubuntu insieme a Windows" (dual boot) o "Cancella disco" (solo Linux) |
| Partizionamento manuale (opzione avanzata) | Crea: / (root, 25-50 GB), swap (RAM × 1-2), /home (il resto) |
| Fuso orario | Roma |
| Nome utente e password | Inserisci un nome utente e password |
Fase 5: Post-installazione
# Aggiorna il sistema sudo apt update && sudo apt upgrade -y # Installare software (esempi) sudo apt install -y vlc gimp steam sudo snap install firefox # Installare driver proprietari (NVIDIA) sudo ubuntu-drivers autoinstall
# Aggiorna il sistema
sudo apt update && sudo apt upgrade -y
# Installare software (esempi)
sudo apt install -y vlc gimp steam
sudo snap install firefox
# Installare driver proprietari (NVIDIA)
sudo ubuntu-drivers autoinstallAlternative per principianti (ancora più facili)
| Distribuzione | Perché è facile | Migliore per |
|---|---|---|
| Linux Mint | Interfaccia simile a Windows, codec inclusi | Ex utenti Windows |
| Zorin OS | Layout che imita Windows/macOS | Transizione dolce |
| Pop!_OS | Ottimo per gaming, driver NVIDIA inclusi | Gamer, creativi |
| Ubuntu | Massima documentazione e supporto | Qualsiasi utente |
Provare Linux senza installare nulla
Opzione 1: Live USB
# Crea USB con Rufus, avvia, scegli "Try Ubuntu" # Funziona tutto in RAM, non tocca il disco
# Crea USB con Rufus, avvia, scegli "Try Ubuntu"
# Funziona tutto in RAM, non tocca il discoOpzione 2: Macchina virtuale (su Windows)
# 1. Scarica VirtualBox (gratuito) # 2. Crea nuova VM: 2-4 GB RAM, 25 GB disco # 3. Monta ISO di Ubuntu # 4. Avvia e installa dentro la VM
# 1. Scarica VirtualBox (gratuito)
# 2. Crea nuova VM: 2-4 GB RAM, 25 GB disco
# 3. Monta ISO di Ubuntu
# 4. Avvia e installa dentro la VMOpzione 3: WSL (Windows Subsystem for Linux)
# Su Windows 10/11, da PowerShell come amministratore: wsl --install -d Ubuntu # Dopo riavvio, hai Linux dentro Windows (solo terminale)
# Su Windows 10/11, da PowerShell come amministratore:
wsl --install -d Ubuntu
# Dopo riavvio, hai Linux dentro Windows (solo terminale)Risoluzione problemi comuni
| Problema | Soluzione |
|---|---|
| Non avvia da USB | Disabilita Secure Boot nel BIOS, cambia ordine boot |
| Wi-Fi non funziona | Collega via cavo, installa driver aggiuntivi |
| Scheda video NVIDIA non rilevata | sudo ubuntu-drivers autoinstall && reboot |
| Doppio avvio non compare | Da Windows: bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi |
| Schermo nero dopo installazione | All'avvio premi e su GRUB, aggiungi nomodeset |
Quanto è difficile Linux oggi?
| Se vieni da... | Difficoltà iniziale | Tempo per sentirsi a proprio agio |
|---|---|---|
| Windows | Medio-bassa | 1-2 settimane |
| macOS | Medio-bassa | 1-2 settimane |
| Nessuna esperienza | Medio | 2-4 settimane |
La verità: Oggi Linux è molto più facile di 10 anni fa. Ubuntu e Mint hanno interfacce intuitive, store grafici e riconoscono quasi tutto l'hardware automaticamente.
In sintesi
Linux = Kernel (nucleo) + Distribuzione (pacchetti, desktop, strumenti) Per iniziare: 1. Scegli Ubuntu o Linux Mint (principianti) 2. Prova con Live USB o VirtualBox 3. Se ti piace, installa in dual boot 4. Impara i comandi base del terminale (cd, ls, sudo apt install)
Linux = Kernel (nucleo) + Distribuzione (pacchetti, desktop, strumenti)
Per iniziare:
1. Scegli Ubuntu o Linux Mint (principianti)
2. Prova con Live USB o VirtualBox
3. Se ti piace, installa in dual boot
4. Impara i comandi base del terminale (cd, ls, sudo apt install)English version
What is Linux?
Linux is not a single operating system, but a kernel (the core of the operating system) created by Linus Torvalds in 1991. Hundreds of distributions (called "distros") have developed around this kernel which add tools, graphical interfaces, software and package management.
The fundamental distinction
| Term | Meaning | Examples |
|---|---|---|
| Linux Kernel | The heart that manages hardware, processes, memory, file systems | Linux 6.x |
| Linux distribution | Kernel + software + package management + desktop environment | Ubuntu, Fedora, Debian, Arch Linux |
Why use Linux?
| Advantages | Disadvantages |
|---|---|
| Free and open source | Less commercial software (e.g. Adobe, AutoCAD) |
| Highly safe (rare viruses) | Initial learning curve |
| Lightweight (works on older PCs) | Hardware support sometimes limited |
| Extremely customizable | Problems with some games (improved with Steam Proton) |
| Centralized updates | |
| No forced reboots |
The main families of distributions
| Family | Package Manager | Famous Distros | Suitable for |
|---|---|---|---|
| Debian | APT (.deb) |
Debian, Ubuntu, Linux Mint, Pop!_OS | Beginners (Ubuntu/Mint) |
| Red Hat | DNF (.rpm) |
Fedora, RHEL, CentOS Stream, AlmaLinux | Professionals, servers |
| Arch | Pacman (.pkg.tar.zst) |
Arch Linux, Manjaro, EndeavorOS | Expert users, customization |
| SUSE | Zypper (.rpm) |
openSUSE Leap, openSUSE Tumbleweed | System administrators |
| Independent | Various | Slackware, Gentoo, Void Linux | Passionate, minimalist |
How to install Linux
The installation varies slightly depending on the distribution, but the principles are common. Let's take Ubuntu as an example (the most recommended for beginners).
Method 1: Full Installation (replaces Windows)
Erase everything and install Linux as your only system.
Method 2: Dual boot (Linux alongside Windows)
Keep Windows and add Linux, choosing which one to use at startup.
Method 3: Virtual machine
Linux runs inside a window on Windows (e.g. with VirtualBox).
Method 4: Live USB (Try without installing)
Boot Linux from a USB stick without touching your PC.
Step by step guide (Ubuntu on dual boot)
Phase 1: Preparation
# On Windows: #1. Backup your important data #2. Disable “Fast Startup” in Windows #3. Create unallocated space from Disk Management
# On Windows:
#1. Backup your important data
#2. Disable “Fast Startup” in Windows
#3. Create unallocated space from Disk ManagementRecommended space: minimum 25 GB, ideal 50-100 GB
Step 2: Create a bootable USB stick
| Software (on Windows) | How to use it |
|---|---|
| Rufus (recommended) | Select ISO, choose "GPT" or "MBR", launch |
| Etcher Whale | Simple, three clicks |
| Ventoy | Copy multiple ISOs to a stick |
# On Linux (from terminal, if you already have Linux) sudo dd if=ubuntu.iso of=/dev/sdX bs=4M status=progress
# On Linux (from terminal, if you already have Linux)
sudo dd if=ubuntu.iso of=/dev/sdX bs=4M status=progressStep 3: Boot from USB
- Restart your PC
- Press the key to enter the Boot Menu (F12, ESC, F2, F10, F9 - varies by brand)
- Select the USB stick
- Choose "Try Ubuntu" or "Install Ubuntu"
Step 4: Installation
| Screenshot | What to do |
|---|---|
| Language | Italian (or English) |
| Keyboard | Italian |
| Installation type | "Install Ubuntu alongside Windows" (dual boot) or "Erase disk" (Linux only) |
| Manual partitioning (advanced option) | Create: / (root, 25-50 GB), swap (RAM × 1-2), /home (the rest) |
| Time zone | Rome |
| Username and password | Enter a username and password |
Step 5: Post-installation
# Update the system sudo apt update && sudo apt upgrade -y # Install software (examples) sudo apt install -y vlc gimp steam sudo snap install firefox # Install proprietary drivers (NVIDIA) sudo ubuntu-drivers autoinstall
# Update the system
sudo apt update && sudo apt upgrade -y
# Install software (examples)
sudo apt install -y vlc gimp steam
sudo snap install firefox
# Install proprietary drivers (NVIDIA)
sudo ubuntu-drivers autoinstallAlternatives for beginners (even easier)
| Distribution | Because it's easy | Best for |
|---|---|---|
| Linux Mint | Windows-like interface, codecs included | Former Windows users |
| Zorin OS | Layout that mimics Windows/macOS | Smooth transition |
| Pop!_OS | Great for gaming, NVIDIA drivers included | Gamers, creatives |
| Ubuntu | Maximum documentation and support | Any user |
Try Linux without installing anything
Option 1: Live USB
# Create USB with Rufus, boot, choose "Try Ubuntu" # It all runs in RAM, doesn't touch disk
# Create USB with Rufus, boot, choose "Try Ubuntu"
# It all runs in RAM, doesn't touch diskOption 2: Virtual Machine (on Windows)
#1. Download VirtualBox (Free) #2. Create new VM: 2-4GB RAM, 25GB disk #3. Mount Ubuntu ISO #4. Boot and install inside the VM
#1. Download VirtualBox (Free)
#2. Create new VM: 2-4GB RAM, 25GB disk
#3. Mount Ubuntu ISO
#4. Boot and install inside the VMOption 3: WSL (Windows Subsystem for Linux)
# On Windows 10/11, from PowerShell as administrator: wsl --install -d Ubuntu # After reboot, you have Linux inside Windows (terminal only)
# On Windows 10/11, from PowerShell as administrator:
wsl --install -d Ubuntu
# After reboot, you have Linux inside Windows (terminal only)Solving common problems
| Problem | Solution |
|---|---|
| Does not boot from USB | Disable Secure Boot in BIOS, change boot order |
| Wi-Fi does not work | Connect via cable, install additional drivers |
| NVIDIA video card not detected | sudo ubuntu-drivers autoinstall && reboot |
| Dual boot does not appear | From Windows: bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi |
| Black screen after installation | At startup press e on GRUB, add nomodeset |
How difficult is Linux today?
| If you come from... | Initial difficulty | Time to feel comfortable |
|---|---|---|
| Windows | Medium-low | 1-2 weeks |
| macOS | Medium-low | 1-2 weeks |
| No experience | Medium | 2-4 weeks |
The truth: Linux is much easier today than it was 10 years ago. Ubuntu and Mint have intuitive interfaces, graphical stores and recognize almost all hardware automatically.
In summary
Linux = Kernel (core) + Distribution (packages, desktops, tools) To get started: 1. Choose Ubuntu or Linux Mint (beginners) 2. Try Live USB or VirtualBox 3. If you like it, install in dual boot 4. Learn basic terminal commands (cd, ls, sudo apt install)
Linux = Kernel (core) + Distribution (packages, desktops, tools)
To get started:
1. Choose Ubuntu or Linux Mint (beginners)
2. Try Live USB or VirtualBox
3. If you like it, install in dual boot
4. Learn basic terminal commands (cd, ls, sudo apt install)Puoi seguire anche il mio canale YouTube https://www.youtube.com/channel/UCoOgys_fRjBrHmx2psNALow/ con tanti video interessanti
I consigli che offriamo sono di natura generale. Non sono consigli legali o professionali. Quello che può funzionare per una persona potrebbe non essere adatto a un’altra, e dipende da molte variabili.
Commenti
Posta un commento