4340 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 146 / 217
Newer►
  • WTracks - Online GPX track editor - New Track

    Pour éditer les fichiers gpx exportés depuis endomondo (rajouter des points quand le GPS déconne pour avoir le vrai nombre de km)

    May 13, 2013 at 8:06:08 PM GMT+2 - permalink - archive.org - http://wtracks.appspot.com/
    endomondo gpx map
  • Learn about real-time app and game development on Android - YouTube
    May 13, 2013 at 4:22:37 PM GMT+2 - permalink - archive.org - http://www.youtube.com/watch?v=nt5-bvJrJbg
    game
  • Google I/O 2009 - Writing Real-Time Games for Android - YouTube
    May 13, 2013 at 4:22:31 PM GMT+2 - permalink - archive.org - http://www.youtube.com/watch?v=U4Bk5rmIpic
    game
  • Google I/O 2010 - Writing real-time games for Android redux - YouTube
    May 13, 2013 at 4:22:25 PM GMT+2 - permalink - archive.org - http://www.youtube.com/watch?v=7-62tRHLcHk
    game
  • thumbnail
    FullSync – Un outil de sauvegarde et de synchronisation pour Windows | Korben

    Essayer ça ou cobian pour lancer un script au boot

    May 9, 2013 at 8:46:49 PM GMT+2 - permalink - archive.org - http://korben.info/fullsync.html
    backup windows
  • Do your fucking backups ! | Le blog de Mitsu

    rsync -aPh --no-inc-recursive --exclude="lost+found" --del "/media/DATA/" "/media/SAUV_DATA/"

    Courte explication: le paramètre « a » indique archive, fichiers et dossiers seront copiés à l’identique selon leur taille+date de modification. « P » indique reprise des transferts partiels et affichage de la progression. « h » indique affichage humain (conversion des tailles en kilo-octets, méga-octets,.. « –no-inc-recursive » indique que le comptage se fait avant le transfert, donc vous avez une indication précise de l’avancement (genre fichier 542/51641). « –exclude » exclut un fichier ou dossier selon ce mot clé, « lost+found » étant un dossier spécial crée sur les partitions Linux pour les fichiers récupérés en cas de crash. Ledit dossier étant protégé en écriture, rsync bute dessus (« i/o error ») et annule donc toute suppression de fichier sur le volume de destination (ce qui n’est pas bien, car) « del » indique à rsync de supprimer au fur et à mesure les fichiers de la destination s’ils ne sont plus dans la source, histoire d’avoir une copie exacte de tous les fichiers sur les deux volumes. La suite: « {source} » et « {destination} ». Voilà :)

    May 9, 2013 at 8:38:09 PM GMT+2 - permalink - archive.org - http://wwz.suumitsu.eu/2012/12/do-your-fucking-backups/
    backup rsync
  • JDiskReport Downloads | JGoodies

    Un utilitaire java (donc multi plateforme) pour investiguer sur l'espace occupé par ses documents

    May 9, 2013 at 8:31:49 PM GMT+2 - permalink - archive.org - http://www.jgoodies.com/downloads/jdiskreport/
    disque espace free space
  • Top 20 OpenSSH Server Best Security Practices
    May 8, 2013 at 6:21:58 PM GMT+2 - permalink - archive.org - http://www.cyberciti.biz/tips/linux-unix-bsd-openssh-server-best-practices.html
    debian knocking port secure ssh
  • Ldap Authentication on Debian
    April 18, 2013 at 12:03:07 PM GMT+2 - permalink - archive.org - http://www.jukie.net/~bart/ldap/ldap-authentication-on-debian/#Client
    ldap
  • LearnOSM

    Introduction à openstreetmap. Peut-être intéressant de s'y mettre

    April 17, 2013 at 11:22:55 PM GMT+2 - permalink - archive.org - http://learnosm.org/fr/beginner/start-josm/
    osm
  • Groove Salad on SomaFM: A nicely chilled plate of ambient beats and grooves. - Commercial-free Ambient/Electronica Radio from San Francisco

    Radio musique sans parole

    April 17, 2013 at 11:21:35 PM GMT+2 - permalink - archive.org - http://somafm.com/play/groovesalad130
    radio
  • PhotoShow

    Une gallerie de photo en php

    April 17, 2013 at 11:00:01 PM GMT+2 - permalink - archive.org - http://www.photoshow-gallery.com/
    gallerie photo php
  • Scripting - bash - tutoriels - PiX-Mania Wiki

    Un wiki complet à lire sur quelques outils en bash
    xargs sed cut awk grep find while for

    April 17, 2013 at 11:28:26 AM GMT+2 - permalink - archive.org - http://pix-mania.dyndns.org/mediawiki/index.php/Scripting_-_bash_-_tutoriels#for
    bash script
  • OpenDaylight : enfin un projet pour concrétiser la promesse du SDN ? | LeMagIT
    April 16, 2013 at 10:37:37 PM GMT+2 - permalink - archive.org - http://www.lemagit.fr/technologie/datacenter-technologie/virtualisation-serveurs/architectures-virtualisees/2013/04/09/opendaylight-enfin-un-projet-pour-concretiser-la-promesse-du-sdn/
    sdn
  • 25 Most Frequently Used Linux IPTables Rules Examples

    Quelques commandes iptables

    April 16, 2013 at 4:09:49 PM GMT+2 - permalink - archive.org - http://www.thegeekstuff.com/2011/06/iptables-rules-examples/
    iptables
  • Conntrack[L'internet rapide et permanent]

    Qu'est ce que le module conntrack et comment il classe les connexions TCP et UDP (NEW, RELATED, ESTABLISHED..)

    April 16, 2013 at 2:44:05 PM GMT+2 - permalink - archive.org - http://irp.nain-t.net/doku.php/130netfilter:020_conntrack
    conntrack djamel iptables tp
  • Rudy's repository » [Linux] Écriture d’un driver : episode I

    Comment écrire un module très basique chargeable/déchargeable (insmod/rmmod) pour le noyau de linux

    April 15, 2013 at 6:45:20 PM GMT+2 - permalink - archive.org - http://etudiant.univ-mlv.fr/~rweber/?p=48
    c kernel module noyau
  • hping3(8) - Linux man page

    Le man de hping3

    April 15, 2013 at 5:44:44 PM GMT+2 - permalink - archive.org - http://linux.die.net/man/8/hping3
    firewall hping security
  • Hping3 Examples - Firewall testing | 0DAYsecurity.com

    Des exemples de commandes hping3 pour réaliser des tests sur des firewall

    April 15, 2013 at 5:44:15 PM GMT+2 - permalink - archive.org - http://0daysecurity.com/articles/hping3_examples.html
    firewall hping linux security test
  • Firefox 20.0.1

    Nouveauté sympa : la fenêtre de téléchargement séparée est maintenant intégrée à firefox... je trouve ça excellent (super chiant de toujours avant "deux" firefox dans la barre des tâches)

    April 12, 2013 at 4:55:23 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?CoDduA
    firefox update
Links per page: 20 50 100
◄Older
page 146 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation