Categorie

Archivio Articoli

Categorie

Commenti recenti

Montiamo in automatico le nostre partizioni in modo sicuro

Montiamo in automatico le nostre partizioni in modo sicuro.

Create mount and copy floppy disks images under linux

Create mount and copy floppy disks images under linux « A fork in the road

Create mount and copy floppy disks images under linux « A fork in the road.

[Linux] Create PDF from man pages

 

 

 

 

 

 

To create a PDF file from man pages, open a terminal and type:

man -t linux_command | ps2pdf - linux_command.pdf

where linux_command is the name of the command you need.