Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux

How to catch the ouput from a execl command

c linux subprocess

Simultaneously write to multiple syslog facilities?

c linux logging syslog

Concatenating file with path to get full path in C

c linux file unix

Script doesn't work when executed with sudo

linux bash scripting sudo

getnameinfo specifies socklen_t

How to get an array of .png files in a folder using Bash

linux bash

linux time result is not written to file

linux time sh

Is there a good reason to write my own daemonize function instead of using daemon(3)?

c linux unix daemon bsd

filter with grep to print when text is NOT present in another file

linux perl filter grep

How to access the fields of a timeval structure

c linux

Bash: how do i choose rows from a file that have particular value in the column

linux bash command-line

What's the fastest / most efficient find/replace app on *nix

linux replace find

in linux, is it normal that there is no null character at the end of file

Ways to Convert Unix/Linux time to Windows time

PHP getenv('HOSTNAME')

How to avoid caching effects in read benchmarks

user process memory mapping — is the bss section always the same size?

c linux

How do I use C libraries in assembler?

c linux assembly x86

How do I compile a project with multiple source files?

c++ linux compilation

What does "$*" at the end of a shell command mean

linux shell