- Job Stream Job listing
 - Successor
 - Predecessor
 
Friday, October 16, 2015
Tovili TWS log addition info
Display additional information for Tivloi logs -
Simple Linux Socket
My first venture to socket.
- https://idea.popcount.org/2014-04-03-bind-before-connect/
 
- cat /proc/sys/net/ipv4/ip_local_port_range
 - http://users.pja.edu.pl/~jms/qnx/help/tcpip_4.25_en/prog_guide/sock_advanced_tut.html
 - http://www.yolinux.com/TUTORIALS/Sockets.html
 - http://www.softlab.ntua.gr/facilities/documentation/unix/unix-socket-faq/unix-socket-faq.html#toc2
 
Wednesday, October 14, 2015
Access Env of anothe process
- Read env of another process: http://unix.stackexchange.com/questions/29128/how-to-read-environment-variables-of-a-process
 
- xargs --null --max-args=1 echo < /proc/<pid>/environ
 - ps wwwe <pid> | tr ' ' '\n'
 
- Orphan vs Zombie vs Daemon processes: http://gmarik.info/blog/2012/08/15/orphan-vs-zombie-vs-daemon-processes
 
- How To Kill Defunct Or Zombie Process: source: http://www.linuxnix.com/how-to-kill-defunct-or-zombie-process/
 
Subscribe to:
Comments (Atom)