Shaare your links...
3401 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 137 / 171
Newer►
  • RPi Powered USB Hubs - eLinux.org
    Liste des Hub USB compatibles avec Raspi
    permalink -
    - http://elinux.org/RPi_Powered_USB_Hubs
    raspberry
  • Shell - Lea Linux
    Quelques commandes utiles dans le shell linux
    permalink -
    - http://lea-linux.org/documentations/Shell
    linux
  • Google présente la mise à jour majeure de son application YouTube sur Android et iOS, découvrez ses nouvelles fonctionnalités
    permalink -
    - http://www.developpez.com/actu/60156/Google-presente-la-mise-a-jour-majeure-de-son-application-YouTube-sur-Android-et-iOS-decouvrez-ses-nouvelles-fonctionnalites/
    android application youtube
  • Arch Linux ARM • View topic - PPv4: Why isn't .bashrc being executed
    Je me demandais pourquoi sur le raspberry sous Arch, mon .bashrc ne se lançait pas au login depuis putty : il y a un .bashrc "global" (/etc/bash.bashrc)
    permalink -
    - http://archlinuxarm.org/forum/viewtopic.php?f=18&t=4978
    archlinux bash linux raspberry
  • Beginner’s Guide to Arch Linux on the Raspberry Pi – Part 2 | Rants & Raves – The Blog! - My blogspace for rants and raves about anything I like! (or don't like!)
    Wifi sous arch :
    sudo wifi-menu -o

    that's it !!!
    permalink -
    - http://qdosmsq.dunbar-it.co.uk/blog/2013/06/beginners-guide-to-arch-linux-on-the-raspberry-pi-part-2/
    archlinux raspi wifi
  • poche, open source self hosted read-it-later web app
    Nicolas Lœuillet créée un clone de read-it later (readability), instapaper et pocket,  open source pour de l'auto hébergé . Accepte les migrations depuis ses grands frères. A tester, voire à lier avec shaarli ?
    permalink -
    - http://www.inthepoche.com/?post/poche-1.0-beta-1
    autohebergement web
  • Yahoo! aurait dépassé Google aux Etats-Unis en juillet - Actualites - Programmez.com
    permalink -
    - http://www.programmez.com/actualites.php?id_actu=13736&xtor=EPR-144
    internet
  • Le gouvernement allemand considère Windows 8 comme un outil potentiel d'espionnage - Actualites - Programmez.com
    permalink -
    - http://www.programmez.com/actualites.php?id_actu=13737&xtor=EPR-144
    windows8
  • PRISM : la NSA aurait versé des millions aux géants d'Internet - Actualites - Programmez.com
    permalink -
    - http://www.programmez.com/actualites.php?id_actu=13754&xtor=EPR-144
    PRISM
  • Top 10 des gestes qu’il ne faut pas faire à l’étranger | Topito
    via nono : http://shaarli.m0le.net/?Om-iBA
    permalink -
    - http://www.topito.com/top-gestes-insultants-etranger
    fun
  • Mailpile - taking e-mail back | Indiegogo
    lancement avec crowdfunding d'un nouveau client  mail open source orienté protection de la vie privée (GPG).
    voir : http://neosting.net/logiciels/mailpile-indiegogo.html
    permalink -
    - http://www.indiegogo.com/projects/mailpile-taking-e-mail-back
    crypt mail opensource software
  • The Earth’s Seasonal “Heartbeat” as Seen from Space | Colossal
    permalink -
    - http://www.thisiscolossal.com/2013/08/breathing-earth/
  • How To Install Python, pip, and virtualenv on Windows with PowerShell : Tyler Butler
    permalink -
    - http://www.tylerbutler.com/2012/05/how-to-install-python-pip-and-virtualenv-on-windows-with-powershell/
    lib powershell python virtualenv windows
  • present/about_poderosa - Terminal Emulator Poderosa
    terminal pour windows à la Putty, kitty, mobaXterm,...
    Des onglets pour différentes session  :-)
    Config moins poussée que pour putty...
    permalink -
    - http://en.poderosa.org/present/about_poderosa.html
    software ssh
  • pyexiv2, a python binding to exiv2
    lib pour manipuler les données EXIF des appareils photos.
    cf. http://tilloy.net/dev/pyexiv2/tutorial.html

    import pyexiv2
    metadata = pyexiv2.ImageMetadata('test.jpg')
    metadata.read()

    metadata.exif_keys # liste de toutes les entrées EXIF
    tag = metadata['Exif.Image.DateTime']
    tag.raw_value
    #'2004-07-13T21:23:44Z'
    tag.value
    #datetime.datetime(2004, 7, 13, 21, 23, 44)
    tag.value.strftime('%A %d %B %Y, %H:%M:%S')
    #'Tuesday 13 July 2004, 21:23:44'

    Now let’s modify the value of the tag and write it back to the file:

    >>> import datetime
    >>> tag.value = datetime.datetime.today()

    >>> metadata.write()
    permalink -
    - http://tilloy.net/dev/pyexiv2/
    exif lib photo python
  • ChokePoint: Using MySQL locally for testing SQL injection techniques and syntaxes
    permalink -
    - http://www.chokepoint.net/2013/08/using-mysql-locally-for-testing-sql.html
    sql
  • L'Europe met en place une procédure d'information en cas de piratage | UnderNews
    permalink -
    - http://www.undernews.fr/lois-justice/leurope-met-en-place-une-procedure-dinformation-en-cas-de-piratage.html
    loi
  • Dropbox : Les dossiers publics vulnérables au brute force | UnderNews
    permalink -
    - http://www.undernews.fr/reseau-securite/dropbox-les-dossiers-publics-vulnerables-au-brute-force.html
    faille
  • USB Internet Modems vulnerability exposes Millions of PCs
    permalink -
    - http://securityaffairs.co/wordpress/17116/hacking/usb-internet-modems-vulnerability-exposes-millions-of-pcs.html
    faille
  • RequestPolicy :: Modules pour Firefox
    Request Policy interdit (par défaut) à tout site web sur lequel vous naviguez, de charger des ressources extérieures (sur d'autres sites). ça prévient le traçage, les CSRF,... Bien sûr ça peut limiter aussi et vite devenir un peu pénible d'autoriser au coup par coup... Surtout pour un agrégateur ! Mais si vous êtes limités en bande passante, ça peut vous économiser pas mal ! (cf. http://bohwaz.net/p/Le-web-est-une-poubelle-et-tout-le-monde-s-en-fout)
    permalink -
    - https://addons.mozilla.org/fr/firefox/addon/requestpolicy/
    addon firefox viePrivée
Links per page: 20 50 100
◄Older
page 137 / 171
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.