Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

Casting integer to function pointer in signal code - why does this work?

c++ c unix

What's the practical difference between the headers <linux/in.h> and <netinet/in.h>?

c linux unix networking posix

egrep lines starting with r and ending with g

regex shell unix grep

Is there a character that will take up the full height of a line on a terminal?

unix unicode terminal

Explanation of sigsuspend needed

c unix process signals

Is it possible to get the time (of the day) and date at time of compilation?

c++ c windows unix compilation

Adding --ignore-failed-read to tar causes "unknown function modifier" error

unix backup tar

Is it possible to run a VBScript in UNIX environment?

How to run NVM command from bash script

node.js bash shell unix nvm

Is ctime always <= mtime?

python linux unix filesystems

Changing the case of a string with awk

regex unix awk

some uid's in /proc/pid/loginuid are strange

linux unix procfs

How can I capture Java exceptions, including the stack trace, from a log file using grep?

How can I look inside a Linux .so or .a object and see what functions they contain?

c++ c unix static-libraries

Regex for digits in Unix find command

regex unix command-line find

transfer files from unix to windows using java

java windows unix jsch

"python" still runs the system version after virtualenv activate

python unix virtualenv

how can i get out of vi editor when esc won't work?

unix cygwin vi

Tool for detecting memory leaks [closed]

How to store the system command output in a variable?

c++ c unix system