Shaare your links...
3325 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 37 / 167
Newer►
  • Un chien dit Maman à la place du bébé
    mama !
    permalink -
    - http://www.msn.com/fr-fr/actualite/other/un-chien-dit-maman-%C3%A0-la-place-du-b%C3%A9b%C3%A9/vi-BBlq38S?ocid=mailsignoutmd
    fun
  • command line - Run a shell script as another user that has no password - Ask Ubuntu
    lancer un script en tant qu'user X :
    sudo -H -u otheruser bash -c 'echo "I am $USER, with uid $UID"'
    su - <username> -c "<commands>"
    permalink -
    - http://askubuntu.com/questions/294736/run-a-shell-script-as-another-user-that-has-no-password
    linux memo
  • How to install a CalDav and CardDav server using Radicale | Linux M0nk3ys
    tuto radicale
    permalink -
    - https://evilshit.wordpress.com/2013/11/19/how-to-install-a-caldav-and-carddav-server-using-radicale/
    DAV
  • Convert CRLF to LF / Newbie Corner / Arch Linux Forums
    vim somefile
    :set ff=unix
    :wq
    permalink -
    - https://bbs.archlinux.org/viewtopic.php?id=22553
    memo vim
  • Shotcut - Un éditeur vidéo libre - Korben
    permalink -
    - http://korben.info/shotcut-un-editeur-video-libre.html
    gratuit software video
  • Accélérez vos recherches avec les Qwicks de Qwant - Korben
    qwant supporte les bangs ! (& chez qwant) : ce qui me manquait le plus quand j'ai quitté ddg
    permalink -
    - http://korben.info/accelerez-vos-recherches-avec-les-qwicks-de-qwant.html
    qwant
  • Raspberry Pi Webcam Over the Internet Using MJPG-Streamer | Jacob Salmela
    permalink -
    - http://jacobsalmela.com/raspberry-pi-webcam-using-mjpg-streamer-over-internet/
    mjpg-streamer
  • Un site pour trouver les ordinateurs qui sont parfaitement compatibles avec Linux | {niKo[piK]} - Le Hollandais Volant
    ordinateurs compatibles linux :
    - http://www.ubuntu.com/certification/desktop/
    - http://doc.ubuntu-fr.org/portable

    voir aussi : http://lehollandaisvolant.net/?d=2015/02/12/18/56/43-la-compatibilite-linux-des-pc

    merci Timo
    permalink -
    - http://lehollandaisvolant.net/?mode=links&id=20150803155939
    hardware linux
  • Récolter des graines de clématite : Aux différentes techniques
    et des conseils pour la germination : (http://www.aujardin.org/clematite-t28674.html)
    Les clématites mandschurica, recta, vitalba et viticella
    se sèment à 18-22°C pendant 2 à 4 semaines(donc dans la maison chauffée) puis il faut placer le semis de -4° à + 4° C pendant 6 à 8 semaines (donc au frigo) ,ensuite on place les semis à 5°-12° pour que çà germe ,donc dehors.

    Les clématites alpina, campaniflora, flammula, heracleifolia, integrifolia, macropetala, paniculata, potaninii, tangutica et terniflora se sèment à 20°C.Si çà ne germe pas en 3-4 semaines ,placer le semis au froid ,de -4° à +4°C (frigo)pendant 2 à 4 semaines et remettre à 20°C


    Le terreau de semis (mélange de terreau et de sable) est indiqué.

    La germination n'est pas très facile et elle est lente contrairement au bouturage .Ce n'est pas fidèle de semis pour les cultivars.

    Mais au fond ,peu importe .Puisque tu as les graines ,essaie!

    Cerise violette
    permalink -
    - http://www.jardins-du-nord.fr/recolter-des-graines-de-clematite-t3324.html
    jardin
  • Une faille OpenSSH rend les serveurs vulnérables aux attaques par force brute, après une modification du nombre d'essais pour une authentification
    permet de lancer plusieurs interactive keyboards et de bypasser le nombre d'essais pour faire un bruteforce sur ssh... pas sûr que fail2ban soit efficace por contrer.
    permalink -
    - http://www.developpez.com/actu/87890/Une-faille-OpenSSH-rend-les-serveurs-vulnerables-aux-attaques-par-force-brute-apres-une-modification-du-nombre-d-essais-pour-une-authentification/
    faille ssh
  • WiFi Settings (dns,ip,gateway) – Applications Android sur Google Play
    Oh merci Seb (http://sebsauvage.net/links/?Wsx7Vw)! Ca faisait longtemps que je cherchais ça !
    permalink -
    - https://play.google.com/store/apps/details?id=htmt.changedns
    android DNS
  • Lancement d’un script au démarrage de Linux | Excilys Labs
    permalink -
    - http://labs.excilys.com/2014/05/05/lancement-dun-script-au-demarrage-de-linux/
    linux
  • Public Diffie-Hellman Parameter Service/Tool | 2 Ton Digital
    Génération de dhparam 2048 4096 8192 bits
    -> wget https://2ton.com.au/dhparam/4096

    (NB je suis en train de générer dhparam de 4096 bits sur un raspberry pi 2, 1 core à 100% depuis plus de 24h...)
    permalink -
    - https://2ton.com.au/dhtool/
    crypt ssl
  • Setting up a secure website with HTTPS and SPDY support under nginx on a Raspberry Pi | Matt Wilcox, Web Developer & Tinkerer
    permalink -
    - https://mattwilcox.net/web-development/setting-up-a-secure-website-with-https-and-spdy-support-under-nginx-on-a-raspberry-pi
    nginx
  • SimpleTemplate Engine — Bottle 0.13-dev documentation
    The contained python expression is executed at render-time and has access to all keyword arguments passed to the SimpleTemplate.render() method. HTML special characters are escaped automatically to prevent XSS attacks. You can start the expression with an exclamation mark to disable escaping for that expression:

    >>> template('Hello {{name}}!', name='<b>World</b>')
    u'Hello &lt;b&gt;World&lt;/b&gt;!'
    >>> template('Hello {{!name}}!', name='<b>World</b>')
    u'Hello <b>World</b>!'
    permalink -
    - http://bottlepy.org/docs/dev/stpl.html
    bottle template
  • Réagir à un changement sur un fichier avec watchdog | Sam & Max
    A creuser...
    permalink -
    - http://sametmax.com/reagir-a-un-changement-sur-un-fichier-avec-watchdog/
    python ut
  • thumbnail
    2015-07-16-productivity-hacks.jpg (Image JPEG, 750 × 4157 pixels)
    permalink -
    - http://sebsauvage.net/galerie/photos/Bordel/2015-07-16-productivity-hacks.jpg
    lifehacks
  • Google et le « bug » des photos | Pixellibre.net
    via : http://sebsauvage.net/links/?3ZODIg
    permalink -
    - http://pixellibre.net/2015/07/google-bug-application-photos-cloud/
    google vie
  • Chapter 25. Using the Command Line
    voir aussi : https://gist.github.com/lzubiaur/9074270

    un script python pour convertir les svg avec inkscape
    permalink -
    - http://tavmjong.free.fr/INKSCAPE/MANUAL/html/CommandLine.html
    inkscape
  • Le hamburger ultime est-il végétarien ?
    du boeuf sans boeuf ?
    permalink -
    - http://www.ulyces.co/rowan-jacobsen/le-hamburger-ultime-est-il-vegetarien-beyond-meat-viande-vegetal/
    biotechno
Links per page: 20 50 100
◄Older
page 37 / 167
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.