Natjohan's blog

  1. Tip of the week 38

    dim. 02 novembre 2014

    Install CyanogenMod 11 on your Samsung Galaxy S3 (i9300) from ElementaryOs/Ubuntu

    This process is well tested on Ubuntu 12.04 (ElementaryOs), but it's the same approach in other distros

    Download CyanogenMod image for your phone

    Just go here and select your image to download. For the Samung Galaxy ...

  2. Install GNS3 1.0 beta on your Ubuntu from scratch

    lun. 25 août 2014

    Some weeks ago, GNS3 released its beta version, here is the way to install it from scratch on ubuntu/elementaryos :

    1/ You need python 3.3 or higher, pip, qtmake and other stuff :

    ~ sudo add-apt-repository ppa:fkrull/deadsnakes
    ~ sudo aptitude update
    ~ sudo aptitude install git python3.4 python3.4-dev qt4-qmake ...
  3. Tip of the week 37

    dim. 24 août 2014

    Running Wireshark as a non root

    There is two different ways :

    1/ On Debian based distributions :

    ~ sudo dpkg-reconfigure wireshark-common
    

    Then, just select yes and add your user to the wireshark group :

    ~ sudo adduser MYUSER wireshark
    

    2/ On other distros (you can do it on debian distibutions too) :

    ~ sudo chgrp adm ...

←   newer continue   →