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

    game of thrones wiki

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

    Comment rooter le samsung s5830

    21 mai 2013 à 16:16:13 UTC+2 - permalink - archive.org - http://geekyzz.blogspot.fr/2013/03/how-to-root-samsung-galaxy-ace-s5830.html
    root samsung telephone
  • IPSecHowTo - Community Ubuntu Documentation

    ipsec mode transport

    21 mai 2013 à 14:36:03 UTC+2 - permalink - archive.org - https://help.ubuntu.com/community/IPSecHowTo
    ipsec
  • Multi-Vendor SDN | Tail-f Systems
    20 mai 2013 à 15:13:31 UTC+2 - permalink - archive.org - http://www.tail-f.com/multi-vendor-sdn/
    sdn tailf video
  • IPSEC sous Debian Linux, Installation et configuration basique - Benjamin Sonntag Blog
    19 mai 2013 à 16:22:40 UTC+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

    19 mai 2013 à 11:13:43 UTC+2 - permalink - archive.org - https://links.infomee.fr/?qKswZg
    backup truecrypt
  • 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.

    19 mai 2013 à 11:07:15 UTC+2 - permalink - archive.org - https://links.infomee.fr/?xC6EMA
    backup debian linux tar zip
  • Une tête bien faite
    17 mai 2013 à 13:34:14 UTC+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 ».

    15 mai 2013 à 22:16:24 UTC+2 - permalink - archive.org - https://links.infomee.fr/?Lla-0w
    definition startupd
  • GeoGuessr - Let's explore the world!
    14 mai 2013 à 11:40:37 UTC+2 * - permalink - archive.org - http://geoguessr.com/
    game geographie
  • Zombies, Run!

    Application pour courir, mix entre coaching et aventure

    14 mai 2013 à 10:34:44 UTC+2 - permalink - archive.org - https://www.zombiesrungame.com/
    android app footing
  • Slick2D | Open Source 2D Java Game Library
    14 mai 2013 à 09:21:57 UTC+2 - permalink - archive.org - http://www.slick2d.org/
    dev framework game
  • 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.

    13 mai 2013 à 22:12:18 UTC+2 - permalink - archive.org - http://mina.apache.org/
    dev game 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.

    13 mai 2013 à 22:03:30 UTC+2 - permalink - archive.org - http://www.goldenstudios.or.id/products/GTGE/
    dev framework game
  • 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.

    13 mai 2013 à 21:56:04 UTC+2 - permalink - archive.org - http://code.google.com/p/kryonet/
    dev game
  • lucu - lucu guide for creating videogames - Google Project Hosting

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

    13 mai 2013 à 21:55:40 UTC+2 - permalink - archive.org - http://code.google.com/p/lucu/
    dev game pdf
  • Quake3Networking - bookofhook - Trac
    13 mai 2013 à 21:49:20 UTC+2 - permalink - archive.org - http://trac.bookofhook.com/bookofhook/trac.cgi/wiki/Quake3Networking
    dev game
  • IntroductionToMultiplayerGameProgramming - bookofhook - Trac
    13 mai 2013 à 21:49:13 UTC+2 - permalink - archive.org - http://trac.bookofhook.com/bookofhook/trac.cgi/wiki/IntroductionToMultiplayerGameProgramming
    dev game
  • 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)

    13 mai 2013 à 20:06:08 UTC+2 - permalink - archive.org - http://wtracks.appspot.com/
    endomondo gpx map
Links per page: 20 50 100
◄Older
page 145 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation