Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in systems-programming

Call "main" function programmatically in Windows

How to make thread in C without using POSIX library <pthread.h> [closed]

How can I run a list of commands in parallel?

Zombie processes

mmap on /proc/pid/mem

Accessing wireless interface (802.11) at MAC layer (Linux)

What's the shortest code to write directly to a memory address in C/C++?

c++ c gcc systems-programming

Implementing an N process barrier using semaphores

*nix select and exceptfds/errorfds semantics

how to make a process daemon

Why does this program print "forked!" 4 times?

What happens to an open file handle on Linux if the pointed file gets moved or deleted

Why use bzero over memset?

Programmatically get the cache line size?