Bye octopress, hello hugo

This tiny blog has just been migrated from octropress to hugo. Pros: service code and content (blog posts) are not mixed easy installation and configuration/customization process no more any troubles with ruby (on mac in particular) speed Generator is written in go lang :-), maybe for someone this is an additional argument. Cons: … cant see, at least now Good day!

Install matplotlib on mac sierra

During matplotlib installation (for python3) some error may occured: ‘The following required packages can not be built: freetype png’ Thats why some additional steps may be required: install homebrew install pkg-config brew install pkg-config install freetype brew install freetype install matplotlib pip3 install matplotlib Enjoy!

Strange shift key behaviour when renaming files in ubuntu

There is a really puzzling behaviour in Nautilus regarding my Shift key. Consider the following scenario: Choose any file to rename During renaming i can type just fine unless i need a capital letter. If i type a capital letter (using shift) then focus shifts to some file at the same folder. Clarification: Current shortcut to change layout LShift+RShift. Solution: Change shortcut to, for example, LCtrl + LShift (System Settings -> Text Entry)and the problem disappears.