Die Schwabenmafia
11 Oct 2010Einen interessanten Artikel über Hintergründe zu S21 gibt es von Spiegelfechter
Einen interessanten Artikel über Hintergründe zu S21 gibt es von Spiegelfechter
I did some research on my prolonged firefox startup time and alas I found something cool:
Basically you have to do the following:
sudo apt-get install sqlite3
find ~/.mozilla/firefox -name "*.sqlite" -exec sqlite3 \{\} VACUUM \;
find ~/.mozilla/firefox -name "*.sqlite" -exec sqlite3 \{\} REINDEX \;
I stumbled over a bug in hsolinkcontrol, which also seems to be reported in this pharscape forum post
Bug description:
This can probably be easily fixed, by making sure that the /etc/resolv.conf.hsoc%s.tmp has the same permissions as the original /etc/resolv.conf file. Since installing the resolvconf package makes the bug go away, I did not fix the source, but just sent a notice to the author.