Top "Unix-socket" questions

UNIX domain sockets are a technology for interprocess communication on a single computer.

Read and write from Unix socket connection with Python

I'm experimenting with Unix sockets using Python. I want to create a server that creates and binds to a socket, …

python sockets unix-socket
Enable password and unix_socket authentication for MariaDB root user?

I've a root User on the MariaDB on Ubuntu 16.04. As default the root user is authenticated by the unix_socket …

mysql authentication passwords mariadb unix-socket
Reading a file in real-time using Node.js

I need to work out the best way to read data that is being written to a file, using node.…

javascript node.js real-time fifo unix-socket
How to view and edit the ephemeral port range on Linux?

In my Linux system ephemeral port range is showing different ranges as follows $ cat /proc/sys/net/ipv4/ip_local_…

linux unix networking network-programming unix-socket
PHP Artisan Migrate with MAMP and Unix Socket

I was developing my application originally in Laravel 4.2 but have since decided to move it to the 5.0 version so that …

php laravel laravel-5 mamp-pro unix-socket
Can docker port forward to a unix file socket on the host container?

Running the following command fails: sudo docker run -p unix:///tmp/file.sock:44444 -d image_name Is something wrong with …

docker unix-socket
Permission denied while trying to connect to the Docker daemon socket

On Ubuntu 16.04 LTS whenever trying using docker login command the following warring message will be show : docker login Warning: failed …

ubuntu docker unix-socket
Where to place Unix Domain (AF_UNIX) sockets' end points (files)?

Is there a convention where to place the 'files' representing the end points to Unix Domain Sockets? I tend to …

sockets unix posix unix-socket fhs
How can I delete a UNIX Domain Socket file when I exit my application?

I have a server application that creates a UNIX Domain Socket in a specific path with a name and bind()…

c sockets unix-socket
Force MySQL to use only unix socket

I want my MySQL server to only use unix socket, and ignore the TCP networking, so I added this line …

mysql unix-socket