• BLOG
  • ABOUT
  • TWITTER
  • TELEGRAM
  • SKYPE
  • GITHUB
  • MplayerX does not start in OS X

    Dec 30, 2016

    After upgrading OS X no longer run mplayerx.
    It will not play the video and just hanging at startup. The problem turned out to be nipped in the fontconfig cache.

    To fix it just write it in your terminal:

    1
    fc-cache -vf

    it will take about 5-10 minutes

    ...more
  • Learning new stuff

    Nov 23, 2016

    Here is how it works

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    def learn_new_stuff(time)
    if time > 30.minutes
    # Step 1: the easiest one
    watch_me_doing_it
    # Step 2: the most important one
    practice_by_yourself
    # Step 3: the joyful one
    got_it ? skill_acquided : ask_for_help
    end
    end

    That’s it.

    ...more
  • Hello World

    Sep 2, 2016

    Welcome to my small blog! This is my very first post.

    ...more

© 2015 - 2017 Kamil Mugutdinov