Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
|
utilisateurs:alex10336 [Le 08/12/2011, 00:41] alex10336 |
utilisateurs:alex10336 [Le 11/09/2022, 13:11] (Version actuelle) moths-art Suppression des espaces en fin de ligne (détecté et corrigé via le bot wiki-corrector (https://forum.ubuntu-fr.org/viewtopic.php?id=2067892) |
||
|---|---|---|---|
| Ligne 3: | Ligne 3: | ||
| * [[:suexec]] | * [[:suexec]] | ||
| - | [[http://app216.online.fr/deb|debs en vrac]] | + | [[https://launchpad.net/~ap10336|→ Launchpad]] |
| notes en vrac.... | notes en vrac.... | ||
| Ligne 46: | Ligne 46: | ||
| → nano /etc/rc.local | → nano /etc/rc.local | ||
| ethtool -s eth0 wol g | ethtool -s eth0 wol g | ||
| + | | ||
| + | | ||
| + | ---- | ||
| + | http://doc.ubuntu-fr.org/tutoriel/creer_et_administrer_un_ppa_sur_launchpad | ||
| + | |||
| + | sudo apt-get install kgpg | ||
| + | kgpg -k | ||
| + | Clés\Générer une paire de clés | ||
| + | |||
| + | Export → serveur keyserver.ubuntu.com | ||
| + | |||
| + | wget http://archive.ubuntu.com/ubuntu/pool/universe/r/recorditnow/recorditnow_0.8.1.orig.tar.bz2 | ||
| + | tar xvjf recorditnow_0.8.1.orig.tar.bz2 | ||
| + | cd recorditnow-0.8.1/ | ||
| + | dh_make -e xxxxx@gmail.com | ||
| + | apt-get install pkg-kde-tools | ||
| + | debuild -S -rfakeroot -k446358F7 | ||
| + | cd .. | ||
| + | dput ppa:ap10336/ppa *_source.changes | ||
| + | |||
| + | |||