Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

How to get the username in C/C++ in Linux?

c++ c linux posix

Where to place Unix Domain (AF_UNIX) sockets' end points (files)?

Why does GCC-Windows depend on cygwin?

Delete all SYSTEM V shared memory and semaphores on UNIX-like systems

Checking if a file is a directory or just a file [duplicate]

c posix

Why are sem_init(), sem_getvalue(), sem_destroy() deprecated on Mac OS X — and what replaces them?

c macos posix

How to check if stdin is from the terminal or a pipe in a shell script?

posix sh

What's the easiest way to get a user's full name on a Linux/POSIX system?

Linux and I/O completion ports?

Checking if errno != EINTR: what does it mean?

NPM package 'bin' script for Windows

Signals and interrupts a comparison

GCC with -std=c99 complains about not knowing struct timespec

c posix c99 timespec

whoami in python [duplicate]

python posix

Is there a way to flush a POSIX socket?

c sockets posix

Is there really no asynchronous block I/O on Linux?

What are some interesting C/C++ libraries to play around with? [closed]

c++ c posix libraries

unlink vs remove in c++

c++ unix posix erase

Automatically executed functions when loading shared libraries

Kill Thread in Pthread Library