4359 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 146 / 218
Newer►
  • thumbnail
    La Garde de Nuit

    game of thrones wiki

    May 22, 2013 at 10:15:37 PM GMT+2 - permalink - archive.org - http://www.lagardedenuit.com/wiki/index.php?title=Accueil
    got wiki
  • thumbnail
    L'histoire de l'amérique EP 1 - les rebelles - YouTube
    May 22, 2013 at 4:52:47 PM GMT+2 - permalink - archive.org - http://www.youtube.com/watch?v=qmz8rUWHonM
    histoire amerique
  • thumbnail
    How to Root Samsung Galaxy Ace (S5830) ~ Rooting Guides/Custom Roms/Custom Kernels/Upgrades/reviews/specs in Geekyzz

    Comment rooter le samsung s5830

    May 21, 2013 at 4:16:13 PM GMT+2 - permalink - archive.org - http://geekyzz.blogspot.fr/2013/03/how-to-root-samsung-galaxy-ace-s5830.html
    root telephone samsung
  • thumbnail
    IPSecHowTo - Community Ubuntu Documentation

    ipsec mode transport

    May 21, 2013 at 2:36:03 PM GMT+2 - permalink - archive.org - https://help.ubuntu.com/community/IPSecHowTo
    ipsec
  • thumbnail
    Multi-Vendor SDN | Tail-f Systems
    May 20, 2013 at 3:13:31 PM GMT+2 - permalink - archive.org - http://www.tail-f.com/multi-vendor-sdn/
    sdn video tailf
  • thumbnail
    IPSEC sous Debian Linux, Installation et configuration basique - Benjamin Sonntag Blog
    May 19, 2013 at 4:22:40 PM GMT+2 - permalink - archive.org - http://benjamin.sonntag.fr/a30-IPSEC_sous_Debian_Linux_Installation_et_configuration_basique.html
    ipsec
  • Fichier Truecrypt qui passe pas dans la routine de backup ?

    Après découverte de cette mauvaise surprise (plusieurs mois que je backup pas finalement :O) et après quelques investigations, voici l'explication :
    Par mesure de sécurité, truecrypt ne met pas à jour les timestamp des fichiers .tc car ces informations sont considérées comme sensible et c'est compréhensible...
    Si on veut protéger des données, on veut aussi protéger l'information qui permet de savoir à quel moment on les modifie.

    Malheureusement les outils de backup (robocopy dans mon cas, oui c'est un backup que je lance depuis mon windows) se base souvent sur cette valeur pour déterminer si oui ou non le fichiers a été modifié (avec d'autres valeurs bien sur comme la taille..)
    Mais la taille d'un conteneur truecrypt de bouge pas elle non plus... résultat pas de backup!

    Deux solutions à ça :
    1) désactiver dans les options de truecrypt cette protection
    2) forcer explicitement dans les scripts de backup la copie du TC en question

    May 19, 2013 at 11:13:43 AM GMT+2 * - permalink - archive.org - https://links.infomee.fr/shaare/qKswZg
    truecrypt backup
  • zip et tar.gz sous linux

    Pour créer une archive de la forme latest_2013-05-19-04-05-23.tar.gz ou .zip

    !/bin/bash

    dotd=date +%F-%H-%M-%S
    tar -pczf /tmp/lastbackup/latest$dotd.tar.gz /var/cache/rsnapshot/hourly.0
    zip -y -9 -r /tmp/lastbackup/latest
    $dotd.zip /var/cache/rsnapshot/hourly.0

    L'option -y permet de ne pas suivre les liens symboliques (ce qui faisait planter mon backup). A enlever si nécessaire.

    May 19, 2013 at 11:07:15 AM GMT+2 * - permalink - archive.org - https://links.infomee.fr/shaare/xC6EMA
    zip tar linux debian backup
  • thumbnail
    Une tête bien faite
    May 17, 2013 at 1:34:14 PM GMT+2 - permalink - archive.org - http://www.des-livres-pour-changer-de-vie.fr/une-tete-bien-faite/
    livre
  • Startup

    « Une startup est une structure commerciale organisée par des personnes qui cherchent à concevoir un nouveau produit ou service dans des conditions d’extrême incertitude ».

    May 15, 2013 at 10:16:24 PM GMT+2 * - permalink - archive.org - https://links.infomee.fr/shaare/Lla-0w
    startupd definition
  • GeoGuessr - Let's explore the world!
    May 14, 2013 at 11:40:37 AM GMT+2 * - permalink - archive.org - http://geoguessr.com/
    game geographie
  • thumbnail
    Zombies, Run!

    Application pour courir, mix entre coaching et aventure

    May 14, 2013 at 10:34:44 AM GMT+2 - permalink - archive.org - https://www.zombiesrungame.com/
    app footing android
  • thumbnail
    Slick2D | Open Source 2D Java Game Library
    May 14, 2013 at 9:21:57 AM GMT+2 - permalink - archive.org - http://www.slick2d.org/
    game dev framework
  • thumbnail
    Apache MINA — Apache MINA

    Apache MINA is a network application framework which helps users develop high performance and high scalability network applications easily. It provides an abstract event-driven asynchronous API over various transports such as TCP/IP and UDP/IP via Java NIO.

    May 13, 2013 at 10:12:18 PM GMT+2 - permalink - archive.org - http://mina.apache.org/
    game dev networking
  • Golden T Studios - Golden T Game Engine (GTGE)

    Golden T Game Engine (GTGE) is an advanced cross-platform game programming library written in Java language.
    GTGE library provides a complete routines for making 2D game from low level routines such as hardware accelerated 2D graphics, mouse and keyboard input, audio support, game timing, to game specific routines such as sprite, background, collision detection.

    May 13, 2013 at 10:03:30 PM GMT+2 - permalink - archive.org - http://www.goldenstudios.or.id/products/GTGE/
    game dev framework
  • thumbnail
    kryonet - TCP and UDP client/server library for Java - Google Project Hosting

    KryoNet is a Java library that provides a clean and simple API for efficient TCP and UDP client/server network communication using NIO. KryoNet uses the Kryo serialization library to automatically and efficiently transfer object graphs across the network.

    May 13, 2013 at 9:56:04 PM GMT+2 - permalink - archive.org - http://code.google.com/p/kryonet/
    game dev
  • lucu - lucu guide for creating videogames - Google Project Hosting

    Super pdf qui explique comment dev des jeux java (2d, 3d, multiplayer)

    May 13, 2013 at 9:55:40 PM GMT+2 - permalink - archive.org - http://code.google.com/p/lucu/
    game dev pdf
  • thumbnail
    Quake3Networking - bookofhook - Trac
    May 13, 2013 at 9:49:20 PM GMT+2 - permalink - archive.org - http://trac.bookofhook.com/bookofhook/trac.cgi/wiki/Quake3Networking
    game dev
  • thumbnail
    IntroductionToMultiplayerGameProgramming - bookofhook - Trac
    May 13, 2013 at 9:49:13 PM GMT+2 - permalink - archive.org - http://trac.bookofhook.com/bookofhook/trac.cgi/wiki/IntroductionToMultiplayerGameProgramming
    game dev
  • 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/
    map gpx endomondo
Links per page: 20 50 100
◄Older
page 146 / 218
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation