Natjohan's blog

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

  3. Tip of the week 27

    jeu. 02 janvier 2014

    Highlight your Cisco IOS configurations under Sublime Text

    Here is a little tip if you're using Sublime Text (which is a really great text editor with many useful features) It's quite easy, you just have to download the IOS language definitions and put it under your Sublime Text ...

←   newer continue   →