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 19/11/2011, 12:02] 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 25: | Ligne 25: | ||
debuild -S -sa | debuild -S -sa | ||
## support des clins d’œil ## | ## support des clins d’œil ## | ||
- | apt-get install konqueror konqueror-nsplugins | + | apt-get install konqueror konqueror-nsplugins cabextract |
+ | |||
+ | <note warning>fu*** smb: http://forum.ubuntu-fr.org/viewtopic.php?pid=7259131#p7259131</note> | ||
+ | |||
+ | ---- | ||
+ | |||
+ | [[:wakeonlan]] | ||
+ | #sudo ethtool eth0 | ||
+ | Supports Wake-on: pg | ||
+ | p Wake on phy activity (tendance a faire un reboot au lieu de s'arrêter) | ||
+ | u Wake on unicast messages | ||
+ | m Wake on multicast messages | ||
+ | b Wake on broadcast messages | ||
+ | a Wake on ARP | ||
+ | g Wake on MagicPacket(tm) | ||
+ | s Enable SecureOn(tm) password for MagicPacket(tm) | ||
+ | d Disable (wake on nothing). This option clears all previous options. | ||
+ | |||
+ | #sudo ethtool -s eth0 wol g | ||
+ | → nano /etc/rc.local | ||
+ | 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 | ||
+ |