bash

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Debian Distribution Upgrade - Squeeze to Wheezy
11 Treffer, Zuletzt geändert:
. display the current Debian version ===== <code bash> cat /etc/debian_version 6.0.7 </code> ===== 3. update packages ===== <code bash> apt-get update apt-get upgrade apt-get dist-upg... de> ===== 5. run the minimal update ===== <code bash> apt-get update apt-get upgrade </code> ===== 6... nel update ===== List the current kernel: <code bash> dpkg -l | grep linux-image </code> Sample outp
retrofit mail command
3 Treffer, Zuletzt geändert:
= Problem ===== If you want to execute the <code bash>$> mail</code> command, it can happen that it is ... ailable. ===== Solution ===== In order to <code bash>$> mail</code> to use the //mailutils// must be i... his, enter the following as the root user: <code bash> $> apt-get update $> apt-get install mailutils <