Stuffaboutcode.com – Anyway, I wanted to get my Raspberry Pi to start no-ip dynamic dns service when it started-up, so I wouldn’t have to remember to start it every time it was powered up. For details on how to install no-ip on the Pi, see this post.
Fix Wireless Or Wired Network Not Working After Resume From Suspend In Ubuntu
http://www.webupd8.org/2013/01/fix-wireless-or-wired-network-not.html
How To Reset A Forgotten Raspberry Pi Password
I’ve got a Raspberry Pi running in my garage as part of a security system. It’s been running for so many months that I forgot the password so I was unable to access it via SSH.
How to purge all unnecessary URLs of Joomla Redirect component
Here is a quick solution which provides you to purge all unwelcomed links and save only enabled links. You must execute a simple query to the database via phpmyadmin panel: DELETE FROM `PREFIX_redirect_links` WHERE `published` IN (0,2,-2) http://www.eugenesivokon.com/