4360 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
13 results tagged socket x
  • thumbnail
    buildkite/sockguard: A proxy for docker.sock that enforces access control and isolated privileges
    December 13, 2017 at 9:02:14 AM GMT+1 - permalink - archive.org - https://github.com/buildkite/sockguard
    docket socket security
  • thumbnail
    A Unix Utility You Should Know About: lsof - good coders code, great reuse

    Exemples d'utilisation de lsof

    February 7, 2014 at 11:46:45 AM GMT+1 - permalink - archive.org - http://www.catonmat.net/blog/unix-utilities-lsof/
    lsof linux socket file
  • thumbnail
    lsof - Linux Command - Unix Command

    lsof -U
    Lister les unix domain socket

    February 7, 2014 at 11:42:09 AM GMT+1 - permalink - archive.org - http://linux.about.com/library/cmd/blcmdl8_lsof.htm
    socket unix lsof
  • Pour connaitre depuis combien de temps une socket est ouverte

    On recupere le pid du processus qui a ouvert la socket :
    netstat -laptun
    Puis :
    $ ps -eo pid,etime | grep 8084
    8084 3-02:02:59

    ici 3 jours, 2 heures, 2 minutes...!

    January 30, 2014 at 4:18:38 PM GMT+1 * - permalink - archive.org - https://links.infomee.fr/shaare/ef8W_g
    socket ps time
  • thumbnail
    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
  • 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
    fifo ipc socket unix linux pipe process communication
  • 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
    mysql php bug socket
  • thumbnail
    Arrêt d'un serveur multithread [Résolu] - Forum des professionnels en informatique
    June 9, 2012 at 3:31:08 PM GMT+2 - permalink - archive.org - http://www.developpez.net/forums/d77633/java/general-java/apis/io/arret-serveur-multithread/
    java socket
  • Tuer un process qui bind un port java

    type "netstat -a -n -o" to find out which PID is using this port. Then find the PID in the TaskManager... Then kill the process :)

    April 20, 2012 at 5:07:53 PM GMT+2 * - permalink - archive.org - https://links.infomee.fr/shaare/zq9Dxw
    java socket port
  • Sockets Java

    Bon cours simple sur socket, voir partie UDP

    March 14, 2012 at 9:58:30 PM GMT+1 - permalink - archive.org - http://ouvea.edu.ups-tlse.fr/~torguet/cours/l3rx/SupportSockets.html
    java socket udp tcp
  • thumbnail
    La communication par socket en Java
    March 5, 2012 at 4:46:05 PM GMT+1 - permalink - archive.org - http://queinnec.perso.enseeiht.fr/Ens/Chat/socket-java.html
    java socket
  • thumbnail
    Introduction aux sockets
    March 5, 2012 at 4:45:58 PM GMT+1 - permalink - archive.org - http://www.siteduzero.com/tutoriel-3-173544-introduction-aux-sockets.html
    java socket
  • thumbnail
    Tuto Geek » Tutoriaux » Une application client serveur en Java
    February 9, 2012 at 3:07:08 PM GMT+1 - permalink - archive.org - http://tuto-geek.com/tutoriaux/une-application-client-serveur-en-java-42.htm
    java socket
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation