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

    Exemples d'utilisation de lsof

    7 février 2014 à 11:46:45 UTC+1 - permalink - archive.org - http://www.catonmat.net/blog/unix-utilities-lsof/
    file linux lsof socket
  • lsof - Linux Command - Unix Command

    lsof -U
    Lister les unix domain socket

    7 février 2014 à 11:42:09 UTC+1 - permalink - archive.org - http://linux.about.com/library/cmd/blcmdl8_lsof.htm
    lsof socket unix
  • 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...!

    30 janvier 2014 à 16:18:38 UTC+1 - permalink - archive.org - https://links.infomee.fr/?ef8W_g
    ps socket time
  • More on Using Bash's Built-in /dev/tcp File (TCP/IP) | Linux Journal

    Créer une socket en bash :o

    10 janvier 2014 à 11:40:47 UTC+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
    3 janvier 2014 à 17:08:20 UTC+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 =

    3 janvier 2014 à 16:57:57 UTC+1 - permalink - archive.org - https://bugs.php.net/bug.php?id=52434
    bug mysql php socket
  • Arrêt d'un serveur multithread [Résolu] - Forum des professionnels en informatique
    9 juin 2012 à 15:31:08 UTC+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 :)

    20 avril 2012 à 17:07:53 UTC+2 - permalink - archive.org - https://links.infomee.fr/?zq9Dxw
    java port socket
  • Sockets Java

    Bon cours simple sur socket, voir partie UDP

    14 mars 2012 à 21:58:30 UTC+1 - permalink - archive.org - http://ouvea.edu.ups-tlse.fr/~torguet/cours/l3rx/SupportSockets.html
    java socket tcp udp
  • La communication par socket en Java
    5 mars 2012 à 16:46:05 UTC+1 - permalink - archive.org - http://queinnec.perso.enseeiht.fr/Ens/Chat/socket-java.html
    java socket
  • Introduction aux sockets
    5 mars 2012 à 16:45:58 UTC+1 - permalink - archive.org - http://www.siteduzero.com/tutoriel-3-173544-introduction-aux-sockets.html
    java socket
  • Tuto Geek » Tutoriaux » Une application client serveur en Java
    9 février 2012 à 15:07:08 UTC+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
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation