[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Questa è una vecchia versione del documento!


DA TRADURRE

Work in progess by twenty-seven

READMEs Ufficiali di Slackware

Sapevi che una buona fonte di informazioni su Slackware e' contenuta proprio nel DVD (o nel server FTP)?

Molte persone si accorgono solo tardi (talvolta anche anni dopo aver iniziato ad usare Slackware) che la root dell' albero della distribuzione contiene diversi files con informazioni sulla distro, sul layout del contenuto del DVD e le istruzioni per l' installazione e la configurazione del software. Cio' e' un peccato, dato che contengono inestimabili informazioni per impostare un sistema Slackware.

Cominciamo con l' elencare questi files, cosi' come appaiono nel DVD della Slackware 14.1:

ANNOUNCE.14_1
BOOTING.TXT
CHANGES_AND_HINTS.TXT
CHECKSUMS.md5
CHECKSUMS.md5.asc
COPYING
COPYING3
COPYRIGHT.TXT
CRYPTO_NOTICE.TXT
ChangeLog.txt
FILELIST.TXT
GPG-KEY
PACKAGES.TXT
README.TXT
README.initrd
README_CRYPT.TXT
README_LVM.TXT
README_RAID.TXT
README_UEFI.TXT
RELEASE_NOTES
SPEAKUP_DOCS.TXT
SPEAK_INSTALL.TXT
Slackware-HOWTO
UPGRADE.TXT
isolinux/README.TXT
source/README.TXT
usb-and-pxe-installers/README_PXE.TXT
usb-and-pxe-installers/README_USB.TXT

Cosa e' contenuto in questi files?

  • ANNOUNCE.14_1
    L' annuncio ufficiale della release, che descrive le features esistenti e quelle nuove e offre informazioni su come acquistare il DVD (questo file in particolare e' per la Slackware 14.1).
  • BOOTING.TXT
    Le varie modalita' per il boot dell' installer di Slackware che contiene il programma di setup e suggerimenti per il troubleshooting nel caso fallisse il boot.
  • CHANGES_AND_HINTS.TXT
    Un elenco di tutti i pacchetti nuovi e rimossi, relativamente al precedente rilascio. Contiene inoltre suggermienti e trucchi sul settaggio di varie parti della distro.
  • CHECKSUMS.md5
    L' hash MD5 per i files contenuti nella distribuzione. Per testare tutti i files, usate questo comando:
    tail +13 CHECKSUMS.md5 | md5sum -c --quiet - | less

    Ogni linea che non riporti “OK” indica un file corrotto.

  • CHECKSUMS.md5.asc
    La firma GPG del file CHECKSUMS.md5 (firmato con la chiave GPG dello Slackware Linux Project). Ti permette di verificare che i valori di checksum nel file CHECKSUM.md5 non siano manipolati da malevole terze parti. Il seguente comando:
    gpg --verify  CHECKSUMS.md5.asc

    dovrebbe almeno contenere delle linee come queste due:

    gpg: Signature made Thu 11 Dec 2014 02:46:15 AM CET using DSA key ID 40102233
    gpg: Good signature from "Slackware Linux Project <security@slackware.com>"
  • COPYING
    Contiene una copia della GNU GENERAL PUBLIC LICENSE, Version 2, June 1991.
  • COPYING3
    Contiene una copia della GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007.
  • COPYRIGHT.TXT
    Questo e' il file del copyright di Slackware. Questo file fornisce la documentazione sulle licenze di molti componenti inclusi in Slackware, allo stesso modo che i riconoscimenti (alcuni richiesti, altri liberamente offerti). Alcuni pacchetti riporteranno il loro file di licenza nella rispettiva subdirectory di /usr/doc.
  • ChangeLog.txt
    Il log di tutti gli updates della release, fatto fino dall' annuncio della release precedente. Una sorta di blog privato di Pat. :-)
  • FILELIST.TXT
    L' elenco di tutti i files che sono contenuti nell' albero della directory per il presente rilascio.
  • GPG-KEY
    La chiave pubblica corrispondente alla chiave privata con cui tutti i pacchetti di Slackware sono firmati:
    security@slackware.com public key
    
    pub   1024D/40102233 2003-02-26 [expires: 2038-01-19]
    uid                  Slackware Linux Project <security@slackware.com>
    sub   1024g/4E523569 2003-02-26 [expires: 2038-01-19]
  • PACKAGES.TXT
    Dettagli sui pacchetti di Slackware che si trovano nella directory ./slackware*/ (descrizione dei pacchetti, metadata ed elenco del contenuto).
  • README.TXT
    Il README.TXT di Slackware, che significa LEGGI QUESTO PRIMA!.
  • README.initrd
    Slackware initrd mini HOWTO, che descrive come creare e installare un initrd, che puo' essere necessario per usare un kernel 3.x. Vedi anche “man mkinitrd”.
  • README_CRYPT.TXT
    L' HOWTO per l' installazione di Slackware su un volume criptato (LUKS-).
  • README_LVM.TXT
    L' HOWTO per installare Slackware sui volumi logici (LVM).
  • README_RAID.TXT
    L' HOWTO per installare Slackware su un filesystem con RAID software.
  • README_UEFI.TXT
    Come installare Slackware (opzionalmente lasciando una precedente installazione Windows intatta) su un computer con UEFI invece del BIOS vecchio stile. Solo per OS a 64-bit.
  • RELEASE_NOTES
    Questo file contiene le note personali di Pat su cio' che e' stato gia' completato per il passaggio verso la nuova release.
  • SPEAK_INSTALL.TXT
    HOWTO su come installare con l' assistenza della sintesi vocale di Speakup.
  • Slackware-HOWTO
    Instructions for installing Slackware from CD/DVD. Se sei nuovo di Slackware, inizia con questo.
  • UPGRADE.TXT
    Lo Slackware Upgrade HOWTO spiega come fare l' upgrade dal una release stabile a quella successiva.
Puoi usare slackpkg in maniera da automatizare in larga parte questo processo
  • source/README.TXT
    Alcune informazioni sui sorgenti usati per questa release di Slackware.

Slackware Official READMEs

Did you know that a good source of information about Slackware is located right on the DVD (or the FTP server)?

Lots of people realize only later (sometimes years after starting with Slackware) that the root of the distribution tree contains several text files containing information about the distro, the layout of the DVD's content and instructions about installing and configuring the software. A shame, since they contain invaluable information for setting up a Slackware system.

Let's start with a listing of these files as they appear on the Slackware 14.1 DVD:

ANNOUNCE.14_1
BOOTING.TXT
CHANGES_AND_HINTS.TXT
CHECKSUMS.md5
CHECKSUMS.md5.asc
COPYING
COPYING3
COPYRIGHT.TXT
CRYPTO_NOTICE.TXT
ChangeLog.txt
FILELIST.TXT
GPG-KEY
PACKAGES.TXT
README.TXT
README.initrd
README_CRYPT.TXT
README_LVM.TXT
README_RAID.TXT
README_UEFI.TXT
RELEASE_NOTES
SPEAKUP_DOCS.TXT
SPEAK_INSTALL.TXT
Slackware-HOWTO
UPGRADE.TXT
isolinux/README.TXT
source/README.TXT
usb-and-pxe-installers/README_PXE.TXT
usb-and-pxe-installers/README_USB.TXT

What's contained in these files?

  • ANNOUNCE.14_1
    The official announcement of the release, describing existing and new features and offering information about purschasing the DVD (this particular file is for Slackware 14.1).
  • BOOTING.TXT
    The various ways of booting the Slackware installer that contains the setup program, and tips for troubleshooting if the boot fails.
  • CHANGES_AND_HINTS.TXT
    A listing of all new, and removed, packages relative to the previous release. Also contains tips and tricks about setting up various parts of the distro.
  • CHECKSUMS.md5
    MD5 message digests for the files in the distribution. To test all files, use this command:
    tail +13 CHECKSUMS.md5 | md5sum -c --quiet - | less

    Every line that does not say “OK” indicates a corrupted file.

  • CHECKSUMS.md5.asc
    The GPG signature of the CHECKSUMS.md5 file (signed with the GPG key of the Slackware Linux Project). It allows you to verify that the checksum values in CHECKSUMS.md5 are not manipulated by malicious 3rd parties. The following command:
    gpg --verify  CHECKSUMS.md5.asc

    should at least contain lines like these two:

    gpg: Signature made Thu 11 Dec 2014 02:46:15 AM CET using DSA key ID 40102233
    gpg: Good signature from "Slackware Linux Project <security@slackware.com>"
  • COPYING
    Contains a copy of the GNU GENERAL PUBLIC LICENSE, Version 2, June 1991.
  • COPYING3
    Contains a copy of the GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007.
  • COPYRIGHT.TXT
    This is the Slackware COPYRIGHT file. This file provides documentation about many of the licenses used by components included in Slackware, as well as some acknowledgements (some required, some freely given). Some packages will have their license file in the respective subdirectory of /usr/doc.
  • ChangeLog.txt
    The log of all updates to the release, made since the announcement of the previous release. Sort of Pat's own blog :-)
  • FILELIST.TXT
    The list of all files that are contained in the directory tree for this release.
  • GPG-KEY
    The public key corresponding to the private key with which all Slackware packages are signed:
    security@slackware.com public key
    
    pub   1024D/40102233 2003-02-26 [expires: 2038-01-19]
    uid                  Slackware Linux Project <security@slackware.com>
    sub   1024g/4E523569 2003-02-26 [expires: 2038-01-19]
  • PACKAGES.TXT
    Details on the Slackware packages found in the ./slackware*/ directory (package description, metadata and content-listing).
  • README.TXT
    Slackware's README.TXT meaning READ THIS FIRST!.
  • README.initrd
    Slackware initrd mini HOWTO, describing how to create and install an initrd, which may be required to use the 3.x kernel. Also see “man mkinitrd”.
  • README_CRYPT.TXT
    The HOWTO for installing Slackware on (LUKS-) encrypted volumes.
  • README_LVM.TXT
    The HOWTO for installing Slackware on logical volumes (LVM).
  • README_RAID.TXT
    The HOWTO for installing Slackware on a software RAID root filesystem.
  • README_UEFI.TXT
    How to install Slackware (optionally leaving a Windows installation intact) on a computer with UEFI instead of old-fashioned BIOS. Only for 64-bit OS.
  • RELEASE_NOTES
    This file contains Pat's personal notes on the just-completed development towards the stable release.
  • Slackware-HOWTO
    Instructions for installing Slackware from CD/DVD. If you're new to Slackware, start with this.
  • UPGRADE.TXT
    Slackware Upgrade HOWTO explains how to upgrade from one stable Slackware release to the next.
You can use slackpkg in order to largely automate this process
  • source/README.TXT
    Some information about the source used for this Slackware release.

The links for the above files point to the “slackware-current” directory tree on the FTP server. Slackware-current is the development release, which means that the links point to the most recent version of the file. If you want a version for a specific release instead, just change the word “'current'” in the URL to a release version like “13.37” or “14.1”. The files are identical for the 32-bit and 64-bit versions of Slackware.

Sources

 it:slackware:readmes ()