Daily Shaarli

All links of one day in a single page.

May 13, 2014

Calling Lua From a C Program

How to use lib lua

Retrive all command using a program

for i in pidof python; do cat /proc/$i/cmdline | tr "\0" " " | sed "s/$/ $i\n/"; done