How to fix uninitialized constant MysqlCompat::MysqlRes
I've never ever seen an error like this except on the current IMac I've been using. A few internet searches and I've finally found an answer.
Continue reading How to fix uninitialized constant MysqlCompat::MysqlRes
How do you find your IP Address in Ubuntu
In Windows, typing ipconfig from the command line is the easiest way to get your IP address. How do you do it in Ubuntu?
Continue reading How do you find your IP Address in Ubuntu
How to show all Child Pages in Wordpress
I have an urge to learn wordpress, the world's most used blogging platform. With this I have been migrating my resources from FrogCMS to Wordpress.
Continue reading How to show all Child Pages in Wordpress
How to Delete Terminal History
I am quite a security freak. I don't even want to have my terminal history left on my work computer.
Continue reading How to Delete Terminal History
How to Uninstall RVM
You never know when you need to uninstall RVM. Here's a simple way to uninstall RVM.
Continue reading How to Uninstall RVM
Using mysqldump to backup a database
mysqldump is quite a nice program for downloading and SQL dump from a mysql server. It's quite easy to use. Here's a basic mysqldump usage for backing up a database.
Continue reading Using mysqldump to backup a database
Install Apache on Ubuntu
Apache has been a go to for PHP development as it is one of the LAMP stack devfinitions. A is for Apache
Continue reading Install Apache on Ubuntu
Create a Virtual field in Rails
Being new to Rails, I didn't know how to create a virtual field. In CakePHP you'd need to create a public property and assignment will be there. However, in Rails, this isn't the way.
Continue reading Create a Virtual field in Rails