Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-1.fw for module r8169

Completing a new Linux installation there may be additional firmware support to include. To include the non-free firmware I had amended the package repository file (/etc/apt/sources.list)  to include the non-free elements deb http://mirror.ox.ac.uk/debian/ testing main contrib non-free deb-src http://mirror.ox.ac.uk/debian/ testing main contrib non-free On a new Debian installation after all the general updates and installations […]

Read More… from Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-1.fw for module r8169

firmware: failed to load rtlwifi/rtl18723b

A new installation of Debian on a recent laptop purchase gave the not unexpected missing firmware error messages. On completing the installation of Debian I was seeing the error: firmware: failed to load rtlwifi/rtl18723b I considered whether this may be resolved by installing the package firmware-linux-nonfree. But decided to check whether there may be a […]

Read More… from firmware: failed to load rtlwifi/rtl18723b

Blocking libwww-perl with Apache .htaccess

Testing a website recently with one of the online SEO tool, amongst the results was the comment: Your server appears to allow access from User-agent Libwww-perl. Botnet scripts that automatically look for vulnerabilities in your software are sometimes identified as User-Agent libwww-perl. By blocking access from libwww-perl you can eliminate many simpler attacks. So how […]

Read More… from Blocking libwww-perl with Apache .htaccess

dpkg mythtv-database Failed to connect to database

Updating my MythTV server was showing an error for the package mythtv-database Updating my MythTV server with apt-get upgrade I was seeing an error related to the package mythtv-database. The update to the package mythtv-database was held due to an error: dpkg mythtv-database Failed to connect to database: Access denied for user ‘root’@’localhost’ (using password: […]

Read More… from dpkg mythtv-database Failed to connect to database

Unpacking gz Files

To view a file with the .gz extension it needs to be uncompressed, or unpacked. Examples of gzip composed files are the log files found in the directory /var/log. In this directory the older log files are stored compressed. To show this they have the .gz extension For example the syslog files are: syslog syslog.1 […]

Read More… from Unpacking gz Files