nov 04 2009

Find inside files

Category: Linuxguillem @ 7:04

Easy way to find inside files on Linux:

grep -r “what youre looking for” *

Yup, that’s it!

Share


nov 04 2009

Test email routing with exim

Category: Linuxguillem @ 7:01

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.

Share