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
Fixing unexpected kEND
As a ruby and rails newbie, I have been bugged by this syntax error from the beginning. However, there are things I've found out that I should be looking at when having this error
Continue reading Fixing unexpected kEND
no such file to load -- json
Being new to Rails, I'm still looking a lot new things in my development life. This is again a new error to me. having a few months into Rails, I now know what errors mean. This particular error means that you have a missing gem
Continue reading no such file to load -- json
Pull from Git and Push to Heroku without Creating A Heroku Repo
Since working with Github and Heroku for a few days, I've been really learning a lot. This is one thing that I need not forget in the future.
Continue reading Pull from Git and Push to Heroku without Creating A Heroku Repo