And me me

Thinking about where to start (this is already a start !) :)

I am a bug fixer and a programmer who love python and C.
I will write more about my projects someday soon...

Thanks for visiting this page. 

list open ports and unix sockets

To do this I use netstat command to list all open ports: $ sudo netstat -tuplen to list open ports and unix sockets: $ sudo netstat -...