Natjohan's blog

  1. Tip of the week 3

    lun. 07 janvier 2013

    Test email sending in local

    Sometimes, you have to check if your email application works for your devs, but you don't want to importunate your users to test it. So you should test it in local, and verify that emails will be sent to the right people, and that ...

  2. Tip of the week 2

    mar. 01 janvier 2013

    Simply get your public ip address from command line

    You want to know your external ip in with command line ? just type :

    natjohan$ curl ifconfig.me
    XX.XX.XX.XX
    

    If curl is not on your system, you can use wget

    natjohan$ wget -qO- ifconfig.me/ip
    XX.XX.XX ...
  3. Tip of the week 1

    sam. 29 décembre 2012

    ImageMagick

    Who has never needed to change an image to put on a website that accepts only a certain size (i.e. 220x220px) ?

    ImageMagick is a powerful command line suite tool that allow to resize/convert/compare/composite your pictures, and more.

    Installation

    You can download ImageMagick here. But it ...

←   newer continue   →