diff options
Diffstat (limited to 'h-source/Application/Views/Help')
-rw-r--r-- | h-source/Application/Views/Help/index.php | 12 | ||||
-rw-r--r-- | h-source/Application/Views/Help/index_es.php | 8 | ||||
-rw-r--r-- | h-source/Application/Views/Help/index_fr.php | 8 | ||||
-rw-r--r-- | h-source/Application/Views/Help/index_it.php | 7 |
4 files changed, 33 insertions, 2 deletions
diff --git a/h-source/Application/Views/Help/index.php b/h-source/Application/Views/Help/index.php index ad9f31b..aff2583 100644 --- a/h-source/Application/Views/Help/index.php +++ b/h-source/Application/Views/Help/index.php @@ -388,9 +388,17 @@ dpkg-query -W -f '${Version}\n' cups </pre> - + <h3>How to discover the architecture of your notebook</h3> + + <p>Open a terminal and type the following command:</p> + + <pre> + dpkg --print-architecture + </pre> + + <a name="fully-free"><h1>List of fully free GNU/Linux distributions</h1></a> - + <p>They are listed in alphabetical order</p> <ul> diff --git a/h-source/Application/Views/Help/index_es.php b/h-source/Application/Views/Help/index_es.php index df4f09f..df26c25 100644 --- a/h-source/Application/Views/Help/index_es.php +++ b/h-source/Application/Views/Help/index_es.php @@ -388,6 +388,14 @@ <pre> dpkg-query -W -f '${Version}\n' cups </pre> + + <h3>How to discover the architecture of your notebook</h3> + + <p>Open a terminal and type the following command:</p> + + <pre> + dpkg --print-architecture + </pre> <a name="fully-free"><h1>Lista de las distribuciones GNU/Linux completamente libres</h1></a> diff --git a/h-source/Application/Views/Help/index_fr.php b/h-source/Application/Views/Help/index_fr.php index 4a51221..e4f63da 100644 --- a/h-source/Application/Views/Help/index_fr.php +++ b/h-source/Application/Views/Help/index_fr.php @@ -378,6 +378,14 @@ <pre> dpkg-query -W -f '${Version}\n' cups </pre> + + <h3>How to discover the architecture of your notebook</h3> + + <p>Open a terminal and type the following command:</p> + + <pre> + dpkg --print-architecture + </pre> <a name="fully-free"><h1>Liste de dristributions GNU/Linux entièrement libre</h1></a> diff --git a/h-source/Application/Views/Help/index_it.php b/h-source/Application/Views/Help/index_it.php index 7d8fbe4..d2a6c4b 100644 --- a/h-source/Application/Views/Help/index_it.php +++ b/h-source/Application/Views/Help/index_it.php @@ -405,7 +405,14 @@ o compilando dai sorgenti e prova degli screensaver (per esempio <b>Skyrocket</b <pre> dpkg-query -W -f '${Version}\n' cups </pre> + + <h3>Come scoprire l'architettura del tuo notebook</h3> + <p>Apri un terminale e digita il seguente comando:</p> + + <pre> + dpkg --print-architecture + </pre> <a name="fully-free"><h1>Lista di distribuzioni GNU/Linux completamente libere</h1></a> |