Categorie

Archivio Articoli

Categorie

Commenti recenti

[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.

Ubuntu – Nautilus: Aprire terminale direttamente su una data cartella

sudo apt-get install nautilus-open-terminal

[Ubuntu] Nautilus: Aprire terminale direttamente su una data cartella - Chimera Revo.

Ubuntu: df – report file system disk space usage

df [OPTION]... [FILE]...

viaUbuntu Manpage: df - report file system disk space usage.