Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

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

Difference: Environment Variables & Registry Keys

Odd behavior in Windows directory permission?

c windows permissions posix

Calling fsync(2) after close(2)

c linux unix filesystems posix

Supply a string variable instead of a filepath as a command line argument

macos bash command-line posix

How to free memory that has been allocated by sbrk()? Can I use munmap?

posix sbrk

replace only date in PosixCt class

r replace posix posixct

Which Posix socket errors may be recoverable?

sockets posix

How to properly remove Mutex?

c++ pthreads posix mutex