Skip to content
IT Nursery
  • Home
  • Programming
    • Mac / IOS
    • Android
    • Web Applications
    • PHP
    • Java
    • C
    • C++
  • DataBase
    • MySQL
  • CMS
    • WordPress
  • System and Network
    • Serverfault

sockets

Tell GNU screen where to save the sessions?

by IT Nursery

From the manual: The “socket directory” defaults either to $HOME/.screen or simply to /tmp/screens or preferably to /var/run/screen chosen at compile-time… By setting … Read more

Tags gnu-screen, session, sockets

What is non-networked Unix domain socket?

by IT Nursery

It’s a socket whose address is a filesystem path rather than some form of network address. For example, instead of connecting to an … Read more

Tags linux, sockets

sshfs mounting linux directory from mac stopped working

by IT Nursery

For future googlers, I received this mysterious error and realized the path I was providing to sshfs was non-existent. Oops. Fixed it and … Read more

Tags linux, macos, sockets, sshfs

Is sharing a tmux sockets between hosts possible?

by IT Nursery

A related topic came up on the tmux-users mailing list: Trying to use socat to tunnel tmux socket Summary: Simply forwarding the in-band, … Read more

Tags session, sockets, tmux

How to expose Linux socket file from Docker container (MySQL, MariaDB, etc.) to host

by IT Nursery

The problem is that bind mounts are for exposing something on the host to the container. So when you do this: volumes: – … Read more

Tags docker, linux, mariadb, MySQL, sockets

Connect a M.2 (B & M) key SSD into a B socket

by IT Nursery

It should… a B&M module should work with either a B or M socket, this is by design. The B interface provides x2 … Read more

Tags m.2, sockets, ssd

How does the OS tell whether an “Address is already in use”?

by IT Nursery

You are probably re-starting your program too fast, or the program is not closing the socket. Even after the socket is closed, Linux … Read more

Tags c, linux, networking, sockets

Determining what process has bound a port (without listening) on Windows

by IT Nursery

I had to do this exact thing today. Powershell can do it with Get-NetTCPConnection. PS C:\WINDOWS\system32> Get-NetTCPConnection -LocalPort 53100 LocalAddress LocalPort RemoteAddress RemotePort … Read more

Tags port, sockets, tcpip, windows, windows-7

Does Windows take care of closing sockets when processes exit?

by IT Nursery

On both Windows and Unixen, when a process exits the kernel closes all open handles. Windows NT Terminating a Process – MSDN Terminating … Read more

Tags networking, sockets, windows

how to view haproxy status on the command line using a socket

by IT Nursery

I found the following to be useful watch ‘echo “show stat” | nc -U /var/lib/haproxy/stats | cut -d “,” -f 1,2,5-11,18,24,27,30,36,50,37,56,57,62 | column … Read more

Tags command-line, haproxy, linux, sockets
Older posts
Page1 Page2 … Page5 Next →

Recent Posts

  • Advice for improving internal dashboard [closed]
  • grep : ‘+’ special character
  • File location for Syslogs in Centos machine
  • How to collect users’ task completion times?
  • “service {FOO} start” vs. “/etc/init.d/{FOO} start”? [closed]
IT Nursery
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Important Link

  • About
  • Privacy Policy
  • Contact

IT Nursery

The Goal of ITNursery Engaging the world to foster innovation through aggregate information. Our Question Answer post, blog information, products and tools help developers and technologists in life and at work.

copyright © 2023 All Right Reserved | IT NurSery
x
x