Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux

Parent/child process close file descriptor

Units from non root user (for commands start/stop/enable/disable)

linux startup fedora16 systemd

segfault on write() with ~8MB buffer (OSX, Linux)

Check if file contains multibyte character

linux multibyte

If I have a SIGCHLD handler installed, is a *blocking* wait on a specific pid still going to work?

linux macos perl unix

Linux: writes are split into 512K chunks

Escape characters in shell

linux shell unix sed escaping

Open Source Linux Server Projects [closed]

How to track changes of my Linux distrib with git?

linux git mercurial debian dvcs

UDP packet drops by linux kernel

How to get notified of modification in the memory in Linux

linux memory

Is it possible to communicate between two linux kernel module via netlink?

why i must use libtool --mode==execute gdb wireshark to make it possible debugging wireshark

linux gdb wireshark libtool

g++ default header include list

Writing a C++ SOAP (multithreaded) client application - without gSOAP

c++ linux soap https betfair

Different values returned by ulimit -r

Deploy a Qt Application Binary on Linux, compatible with LSB

linux qt

ranlib and static library

intel c linux gcc makefile x86-64

RRDTool GPRINT formatting with printf

linux bash sed printf rrdtool

In C how do you redirect stdin/stdout/stderr to files when making an execvp() or similar call?

c linux unix exec io-redirection