Archivo de 4 Noviembre 2009

Easy way to find inside files on Linux:

grep -r “what youre looking for” *

Yup, that’s it!

Comments No Hay Comentarios »

This is just a quick note on how to check email router with exim:

exim -bt test@test.com

Where test@test.com is the address you’d like to test.

Comments No Hay Comentarios »