Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Determining if data is available on TcpStream

networking posix rust

Why do we need to use folly::fbvector instead of std::vector with allocator which reserve large uncommited area initially?

Trailing new line after piping to a command: is there any standard?

bash unix posix gnu

Is a portable determination of appropriate mapping for off_t in Python for use in ctypes possible?

python posix ctypes

How to match everything except a tab (for git diff --word-diff-regex)

regex git posix

POSIX seekdir() and telldir() behaviour after target folder modification

c posix unix posix-api

How do I get information on linux whether my program is swapping or not?

linux posix bsd

Is there a way to automatically close certain handles on a fork()?

posix fork pipe handle

How to open Perl file handle to write data via sudo (or as another user)

NSPOSIXErrorDomain Code=12 "Cannot allocate memory" in 3G network

mmap and munmap behaviour

c posix mmap

How to get executable shared library list from C++?

Can I remap a shared POSIX mutex while it is locked?

pthreads posix mutex mmap remap

Posix shared memory initialization

c linux unix posix shared-memory

Is it possible in some way to use POSIX semaphores between Docker containers or between a container and the host?

c posix ipc docker semaphore

How to implement multithreaded access to file-based queue in bash script

How can I determine the terminal width when piped (to a pager like less?)

node.js terminal pipe posix

Script unresponsive to signals when its infinite while loop is doing nothing

php while-loop signals posix

List all threads

c unix pthreads posix freebsd

What is the difference between locking with `fcntl` and `flock`?

c locking posix