пятница, 6 марта 2015 г.

Python костыльный метод удаления

Для "ручного" удаленния после установки
python setup.py install --record files.txt
cat files.txt | xargs rm -rf
где files.txt - список установленsх файлов (с абсолютным путем)

четверг, 5 марта 2015 г.

GNS3 v1.2.3

  1. To change default theme
  2. Edit -> Preferences -> General
    General Tab -> Style -> Legacy
    Old
    New

  3. Edit console style
  4. Edit -> Preferences -> General
    Console applications Tab - > Console application command:
    putty -telnet %h %p -title "%d" -sl 2500 -fg yellow -bg BLACK -fn "client:Monospace 12" -fb "client:Monospace Bold 12"