Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

C/UNIX Execute a function once every x milliseconds

c unix posix

How can you clean an entire POSIX tree with only POSIX functions?

c posix

Implementing a runtime library loader

dynamic posix osdev

How to capture STDOUT, STDERR and process PID, without creating zombies

bash shell posix sigterm

Is output read from popen()ed FILE* complete before pclose()?

c++ posix popen pclose

Network is Down after setting interface to Promiscuous Mode

c sockets interface posix

Why do both fstat(2) and fstat(3) exist and which one should I use?

c linux posix

How to use POSIX select()

c++ c posix posix-select

POSIX open() hangs on SMB share

c++ linux posix smb

Is ./*/ portable?

shell sh posix glob

clock_nanosleep does not return -1 / set errno EINTR - LINUX

How to not receive UDP datagrams for the wrong subnet but still broadcasts?

c linux sockets udp posix

errno 11 [EAGAIN] from read(2)

c serial-port signals posix

c library function to get number of active threads

How to sleep a random fraction of a second in POSIX shell?

shell random posix sleep sh

Communication between Two threads in pthread

POSIX analog of coreutils "stat" command?

shell posix stat gnu-coreutils

shlex.split with posix=false is not working (search for a file remotely)

python posix shlex

How to abort 'close' a TCP connection? [duplicate]

c++ linux posix bsd