Speech-dispatcher Using Legacy Directory in /var/run

With an update of Debian packages there was a message related to the speech dispatcher. The older version of the program used the directory /var/run/speech-dispatcher, whilst this version 0.8.8-8 was looking to use the directory /run/speech-dispatcher Given below is the relevant lines from the apt upgrade, relating to speech-dispatcher. Setting up speech-dispatcher (0.9.0-5) … [speech-dispatcher.conf:1] […]

Read More… from Speech-dispatcher Using Legacy Directory in /var/run

htaccess Difference Between Files and FilesMatch

Whilst writing the two recent articles about blocking xml-rpc access and the matching of files in htaccess. .htaccess uses Files and FilesMatch to control access to files. For example for the single file wp-config.php <Files “wp-config.php”> Order Allow, Deny allow from all deny from 192.0.2.52 </Files> There’s also <FilesMatch “\.(gif|jpe?g|png)$”> Order Allow, Deny allow from […]

Read More… from htaccess Difference Between Files and FilesMatch

PHP Fatal error: include_path=’.:/usr/share/php:/usr/share/pear’

A fresh install and an installation of WordPress via the Debian apt package management gave the error PHP Fatal error: include_path=’.:/usr/share/php:/usr/share/pear’ On a development computer I chose to install WordPress via the package manager as opposed to creating Apache site directories. With MySQL and Apache installed WordPress is added by executing, at the command prompt […]

Read More… from PHP Fatal error: include_path=’.:/usr/share/php:/usr/share/pear’

Open IceDove Email Link in IceWeasel

Links in IceDove email messages weren’t opening in IceWeasel. How to configure IceDove link options? I found reports on the Internet that the file ~/.mozilla-thunderbird/default/<profile>/prefs.js should be edited as follows: user_pref(“network.protocol-handler.app.http”,”iceweasel”); user_pref(“network.protocol-handler.app.https”,”iceweasel”) I considered IceWeasel’s configuration, available through the about:config To make mailto links in firefox (iceweasel) open thunderbird (idedove) automatically, type about:config in the […]

Read More… from Open IceDove Email Link in IceWeasel