4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 124 / 217
Newer►
  • More on Using Bash's Built-in /dev/tcp File (TCP/IP) | Linux Journal

    Créer une socket en bash :o

    January 10, 2014 at 11:40:47 AM GMT+1 - permalink - archive.org - http://www.linuxjournal.com/content/more-using-bashs-built-devtcp-file-tcpip
    bash socket tcp
  • How to use vimdiff as the subversion diff tool | t+1
    January 9, 2014 at 2:38:34 PM GMT+1 - permalink - archive.org - http://blog.tplus1.com/blog/2007/08/29/how-to-use-vimdiff-as-the-subversion-diff-tool/
    diff vim
  • OpenSSH Tip: Check Syntax Errors before Restarting Server

    not bad
    $ sudo /usr/sbin/sshd -t
    $ echo $?

    January 8, 2014 at 4:14:58 PM GMT+1 - permalink - archive.org - http://www.cyberciti.biz/tips/checking-openssh-sshd-configuration-syntax-errors.html
    check config server ssh
  • 100 lieux d’une beauté surréaliste que vous devez absolument visiter avant de mourir | Daily Geek Show

    Magnifique.

    January 8, 2014 at 3:44:26 PM GMT+1 - permalink - archive.org - http://dailygeekshow.com/2014/01/08/100-lieux-dune-beaute-surrealiste-que-vous-devez-absolument-visiter-avant-de-mourir/
    voyage
  • Twig's Tech Tips: Firefox Dynamic Bookmarking

    Pour créer un 'alias' dans firefox, pratique !

    For example, the link http://www.youtube.com/watch?v=HXi-8nLK_dc

    Bookmark the page and edit it.
    Edit the link so you keep the "http://www.youtube.com/watch?v=" chunk, but replace the video ID with "%s" so it becomes "http://www.youtube.com/watch?v=%s"
    Give the bookmark a keyword such as "yt"
    Test by typing "yt HXi-8nE65JshkU" into the Firefox address bar.
    January 8, 2014 at 2:50:22 PM GMT+1 - permalink - archive.org - http://twigstechtips.blogspot.fr/2009/01/firefox-dynamic-bookmarking.html
    alias bookmark firefox
  • How The Pirate Bay Plans to Beat Censorship For Good | TorrentFreak

    nice !!

    January 8, 2014 at 10:37:52 AM GMT+1 - permalink - archive.org - http://torrentfreak.com/how-the-pirate-bay-plans-to-beat-censorship-for-good-140105/
    piratebay torrent
  • Flattr sur mon blog

    flattr c'est bien

    January 8, 2014 at 10:26:32 AM GMT+1 - permalink - archive.org - http://www.bortzmeyer.org/flattr.html
    blog flattr
  • #11750 (Restoring a snapshot automatically detach the hard-disk from the controller => fixed in SVN) – Oracle VM VirtualBox

    Don't modify .vbox or others files !
    Follow these steps :

    Just tried with version : 4.2.18

    Right-click on VM and select Forget saved state (Ctrl+J) if the VM is saved
    Go to the Configuration (Ctrl+S) of virtual machine
    Select Storage
    Click on icon Add Hard Disk (IDE or SATA)
    Select Choose an existing disk
    Select the file *.vdi created for your virtual machine, in the right folder
    Valid with OK
    Start your virtual machine
    January 7, 2014 at 4:18:35 PM GMT+1 - permalink - archive.org - https://www.virtualbox.org/ticket/11750
    virtualbox
  • linux - ulimit nofiles and lsof - Super User

    pour voir les limites d'un user : ulimit -a <user>
    Pour setter définitivement : voir fichier /etc/security/limits.conf et limits.d
    Pour setter on the fly, par exemple pour les open files : ulimit -n 32000

    January 7, 2014 at 10:30:52 AM GMT+1 - permalink - archive.org - http://superuser.com/questions/579692/ulimit-nofiles-and-lsof
    files linux ulimit
  • Mosh: the mobile shell
    January 6, 2014 at 6:24:34 PM GMT+1 - permalink - archive.org - http://mosh.mit.edu/
    mobile serveur ssh
  • RPM Fusion - RPM Fusion
    January 6, 2014 at 3:05:43 PM GMT+1 - permalink - archive.org - http://rpmfusion.org/
    centos fedora repo
  • EPEL - FedoraProject
    January 6, 2014 at 2:55:31 PM GMT+1 - permalink - archive.org - https://fedoraproject.org/wiki/EPEL
    centos fedora repo
  • Les RPM de Remi
    January 6, 2014 at 2:55:22 PM GMT+1 - permalink - archive.org - http://rpms.famillecollet.com/
    centos fedora repo
  • The Best Screen Capture Tool for Linux

    Parce qu'avec l'outil par défaut proposé par gnome3, on ne peut pas faire d'annotation.

    January 5, 2014 at 5:32:08 PM GMT+1 - permalink - archive.org - http://lifehacker.com/5889994/the-best-screen-capture-tool-for-linux
    gnome linux screenshot soft tools
  • HowTos/RsnapshotBackups - CentOS Wiki

    à tester le script de report en perl

    January 5, 2014 at 5:25:23 PM GMT+1 - permalink - archive.org - http://wiki.centos.org/HowTos/RsnapshotBackups
    rsnapshot
  • thumbnail
    Inter-process communication - Wikipedia, the free encyclopedia
    • http://en.wikipedia.org/wiki/Unix_domain_socket+
    • http://en.wikipedia.org/wiki/Named_pipe
    January 3, 2014 at 5:08:20 PM GMT+1 - permalink - archive.org - http://en.wikipedia.org/wiki/Inter-process_communication
    communication fifo ipc linux pipe process socket unix
  • PHP :: Bug #52434 :: mysqlnd: host cannot be "localhost" when connecting to tcp port

    Point de vue différents :)

    Ici, lorsqu'on utilise "localhost", la connexion va se faire par une socket et lorsqu'on utilise "127.0.0.1", la connexion se fera par tcp. On pourrait se dire que le comportement est anormal, mais en fait, non :

    "The patch won't be added as then "localhost" has two meanings - one time meaning "use the unixdomain socket in the default location" and one time actually "resolve localhost and use TCP" as it is taught in many places that "localhost" in MySQL has the first meaning we keep it there."

    La socket est déterminée ici dans le php.ini :
    ; Default socket name for local MySQL connects. If empty, uses the built-in
    ; MySQL defaults.
    mysql.default_socket =

    January 3, 2014 at 4:57:57 PM GMT+1 - permalink - archive.org - https://bugs.php.net/bug.php?id=52434
    bug mysql php socket
  • Crypto-Currency Market Capitalizations | Bitcoin Ripples Litecoin Peercoin MasterCoin Nxt Namecoin Quark ProtoShares WorldCoin and more...

    c'est fou toutes ces monnaies qui se créent

    January 3, 2014 at 2:16:52 PM GMT+1 - permalink - archive.org - http://coinmarketcap.com/
    bitcoin monnaies
  • VisaMapper
    January 3, 2014 at 1:48:18 PM GMT+1 - permalink - archive.org - http://www.visamapper.com/
    map visa voyage
  • CCC-TV

    à regarder plus tard

    via sebsauvage

    January 2, 2014 at 7:24:10 PM GMT+1 - permalink - archive.org - http://media.ccc.de/
    hack hacking towatch video
Links per page: 20 50 100
◄Older
page 124 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation