Natjohan's blog

  1. Tip of the week 30

    lun. 20 janvier 2014

    Gnome EncFS Manager

    As I switched on ElementaryOs (which is a really great distrib) few months ago, I just discovered a new tool to mount my EncFS folders. Actually CryptKeeper didn't work properly under Elementary (due to some bugs with the tray system). So, I found a tool called ...

  2. Tip of the week 29

    mar. 14 janvier 2014

    A little Cisco IOS Embedded Event Manager (EEM) script example

    Here is a little script to retrieve and store the output of command periodically on your cisco router. It can be usefull when logs don't want to speak.

    conf t
    !
    event manager session cli username <myusername>
    event manager applet ...
  3. Tip of the week 28

    lun. 06 janvier 2014

    Install python3.2, pip and virtualenv

    As Elementary is based on Ubuntu 12.04, here is the way to install python3 and pip on it :

    natjohan:~$ sudo aptitude install python3
    natjohan:~$ wget http://python-distribute.org/distribute_setup.py
    natjohan:~$ sudo python3 distribute_setup.py
    natjohan:~$ sudo easy_install-3.2 pip
    

    And now you ...

←   newer continue   →