Natjohan's blog

  1. 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 ...
  2. 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 ...

  3. My favorite Gnome Shell Extensions

    mer. 28 novembre 2012

    Here is my favorite Gnome Shell extensions :

    Alternative Status menu

    This extension allow to display the power off function in gnome shell status menu (what a bad ergonomic choice of gnome devs !)

    Alternative status menu

    alternative status menu enable a switch off button

    Brightness control

    It's a very usefull extension for laptop that allow to control your ...

←   newer continue   →