Monthly Archives: December 2013

Customising XBMC

XBMC Quick Links

Here are my tips for customizing XBMC, most of the changes to the settings are done so under System > System Settings > Skin > Settings Install the Fusion XBMCHub Repository From the Fusion Repository install the XbmcHub Wizard Edition Fix the Background Image by downloading an original and setting it under System > System… Read more »

Ripping Audio CDs with Asunder on Ubuntu

Asunder Rip audio CD

I had been using Sound Juicer on Ubuntu to rip Audio CDs to MP3 but looking for a bit more control (specifically over the bitrate) I had a play with Asunder: sudo apt-get install asunder Asunder will auto find the CDDB details for the CD to auto name the output files just like Sound Juicer:… Read more »

Mass delete bbpress spam posts

HeidiSQL Wordpress wp_posts

Having neglected a wordpress/bbpress installation for a bit I had the problem of dumping tens of thousands of spam and trash and pending items from bbpress. I took a look at the database: To get things done more quickly than using the web browser I deleted the items as follows. I created a php script… Read more »

Reset ntopng admin password

I had a comment on my recent Ntopng article from a user who needed to reset the admin password on ntopng. Ntopng uses redis as a backend data store. So first check that the redis server is actually running: netstat -luntap | grep redis You should get output similar to: tcp        0      0 127.0.0.1:6379              0.0.0.0:*                  … Read more »

Acer Aspire Reboots on Ubuntu Shutdown

I had a problem using Ubuntu and an Acer Aspire V5-571G. Every time I opted to shutdown, the laptop would reboot again after a few seconds. I found this article with the answer for Fedora and to make it work on Ubuntu I chose to replace the shutdown command as follows: sudo mv /sbin/shutdown /sbin/shutdown-default… Read more »