Replacing Google Reader with Tiny Tiny RSS
I followed the installation instructions on the Tiny Tiny RSS website – downloading and extracting the tar file, importing the SQL into MySQL 1mysql -u root -pTopSecret –database reader < ./schema/ttrss_schema_mysql.sql Copy the dist config file to config.php and edited it with the database details then visited the URL. I then allowed writing to the [...]
Continue ReadingRecording Streaming Video with XVidCap

I wanted to record a streamed video on Ubuntu 12.10 from a web page that did not offer a download facility. This could be useful if you needed to record a video not offered for download, for example from websites such as BBC iPlayer, ITV Player, RTE Player, 4OD, Portable North Pole (PNP). I used [...]
Continue ReadingSamsung TV Channel Editing

I wanted to configure the channel numbers on my Samsung LE40C580 but using the remote control on the TV was a bit frustrating. I found that within the TV menu I could export/import the channel list to a USB drive. Changing the file extension to .zip allows extracting the file to view the contents: I discovered [...]
Continue ReadingMy Raspberry Pi has Landed
So my Raspberry Pi arrived a few days ago and I have now managed to get it out of the wrapper. After realising that I should have been using an SD card in the dedicated SD Card slot rather than trying to boot from one of the USB ports I was up and running. On [...]
Continue ReadingConverting Squid Timestamps
I found the following perl snippet here to convert a squid log file into one with readable times: #! /usr/bin/perl -ps/^\d+\.\d+/localtime $&/e; It can be used like this:./timeconvert.pl inputfile.txt > outputfile-withhumantime.txt
Continue ReadingReset Lost Joomla Password
To reset a lost Joomla admin user password log in to the MySQL database and set the password field in the jos_users table to: d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199 This will allow you to login as admin with a password of secret. Reset the password from within Joomla afterwards.
Continue Reading
Recent Comments
you can use partprobe command to eliminate the need for reboot....
26 days agoThanks alot for this simple and solid post....
31 days agoI'm using this company services (ssl2buy) since long and purchased man...
31 days agoGlad my own experience helped you. As for the android app: I use the o...
37 days ago