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

sshfs – Securely Mount Filesystems over the Internet – Survive Suspend and Network Down

Sshfs allows you to browse your own folders over the Internet. It’s a real mount, a directory on your computer, so any program can access the files. And it uses SSH, making it very secure. $ sshfs -o reconnect,ServerAliveInterval=5,ServerAliveCountMax=3 tero@example.com:/ mnt/tero/

Posted in Uncategorized | Tagged , , , , , | Comments Off on sshfs – Securely Mount Filesystems over the Internet – Survive Suspend and Network Down

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

BootLoaderin korjaaminen

Eli kuinka päivittää Windows 7 osio ja säästää Linux? Propellivaroitus: Jos avasit tämän artikkelin vain nähdäksesi, mikä on bootloader, ei ehkä kannata yrittää noudattaa näitä ohjeita. Jos et pyydä IT-palveluilta mitään erityistä, koko koneesi tyhjennetään päivityksen yhteydessä, mutta saat sen … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , | Comments Off on BootLoaderin korjaaminen

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

Fonts Problem in Ubuntu 7.04 Feisty Fawn – and a Fix

Table of Contents Fonts Problem in Ubuntu 7.04 Feisty Fawn – and a Fix Some Fonts Blocky and on Top of Eachother Fix: Install New libfreetype6, libcairo2 and libxft2 Download Sources Install Dependences, Compile, Install, Repeat Worked for Me Without … Continue reading

Posted in Old Site | Tagged , , | Comments Off on Fonts Problem in Ubuntu 7.04 Feisty Fawn – and a Fix