Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

Good books for learning C++ programming on UNIX (pref Linux)? [closed]

c++ c linux unix

Why are niceness values inversely related to process priority?

linux unix terminology nice

What do the curly braces around a process in pstree mean?

unix pstree

How to test whether a command output is non-empty in POSIX shell?

bash shell unix testing

xclip does not terminate when tracing it

linux unix ubuntu x11 xclip

How to solve exit code 139 error when reading from file on unix

c unix

Piping to a process when the process doesn't exist?

bash unix pipe

Is it possible to view the "source" for a ksh function?

linux unix function ksh

Where does Eclipse store settings and plugins in userdir?

How to send HTML body email with multiple text attachments using sendmail

unix sendmail

fork implementation in perl

windows perl unix process

Use scanf with Regular Expressions

Is there a way to store gzip's dictionary from a file?

What is the default size of datagram queue length in Unix Domain Sockets (AF_UNIX)? Is it configurable?

How to make cat start a new line

bash unix

Bash: Pipe output into background process?

macos bash unix pipe sh

How can I find repeated words in a file using grep/egrep?

How to find whether a given address is in heap or in stack

c linux unix gcc

How feasible would it be to create a bash shell in a browser?

javascript flash unix

Behavior of a pipe after a fork()

c unix fork pipe