Pages

Friday, October 16, 2015

Tovili TWS log addition info

Display additional information for Tivloi logs -
  • Job Stream Job listing
  • Successor 
  • Predecessor

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


  1. xargs --null --max-args=1 echo < /proc/<pid>/environ
  2.  ps wwwe <pid> | tr  ' ' '\n'