Fix Lost or Empty Menu on Okular, Thunderbird and Krita – sudo apt-get purge indicator-appmenu

Lost your menubar? Using Xubuntu / XFCE Desktop? Global menu applet might disable the menu inside the app, but not show it at the top of your screen either. Fix: Just remove ‘indicator-appmenu’ package, log out and in.

Posted in Uncategorized | Tagged , , , , , , , , , , , | Comments Off on Fix Lost or Empty Menu on Okular, Thunderbird and Krita – sudo apt-get purge indicator-appmenu

Quick Fix for Useless Salt Warning – Add "file_ignore_glob: []" to /etc/salt/master

Some versions of Salt give you a useless warning on every run. The problem is easy to fix.

Posted in Uncategorized | Tagged , , , , , , , , , , , | 1 Comment

Apply Puppet Resources Top Down – ordering=manifest – Order without Require

By default Puppet manifest ordering is arbitrary. You either have to use require a lot or apply your modules twice. But there is an easy fix: $ sudoedit /etc/puppet.conf [main] ordering = manifest # …

Posted in Uncategorized | Tagged , , , , , , , , | Comments Off on Apply Puppet Resources Top Down – ordering=manifest – Order without Require

Python Annoyances

Table of Contents Python Annoyances Type Casting Required Future of Division Are You Reserved? Seekers of Truth Me, mySelf, and I Exit Only Python Annoyances Python’s goals include simplicity, lack of unnecessary boilerplate and being easy to understand. Python is … Continue reading

Posted in Old Site | Tagged , , , , , , , | Comments Off on Python Annoyances