In my development environment I feel comfortable to have my document root directory (www) in my home directory. It gives me much more flexibility for permission issues. To do so Open the /etc/apache2/sites-available/default file with administrative privileged and change the document root as /home/{user}/www, in my perspective it is /home/tapan/www 1. Open /etc/apache2/sites-available/default sudo gedit…
Date Archives
July 2012
Install Oracle Java 7 for Ubuntu 12.04 LTS
Oracle JDK is no longer included by default in Ubuntu’s repositories due to licensing. OpenJDK is default now but many apps still don’t play nice with it. This is why I installed Oracle JDK. I’ll walk you through the process of installing Oracle JDK 7 on Ubuntu 12.04 LTS Precise Pangolin, the easy way. For…
How to : Flush or clear DNS cache in Ubuntu
Today I think to flush/clear my DNS cache from Ubuntu but didn’t know how to do this. So I googled for sometime and found the solution that is easy in Ubuntu. This is for my future reference and even for those who don’t know how to do this, Name Service Cache Daemon is responsible for…
“There has been an error processing your request”, Magento : Fix
Magento is a complex E-Commerce platform. By uploading magento from localhost to live server, i faced a lot of problem. Here is a series of magento fix for the nob(i am also a nob :D). After uploading the magento installation when i enter in the admin panel and click on CMS i found this message…
Magento site redirected to localhost from live server : Fix
Hi folks, Right now I am fighting with Magento. This is a real pro, and i am struggling with it. Last couple of weeks i faced a lot of obstacle to grip Magento but now I feel that according to time I am gonna flying with it 😀 Though I gathered lot of experience over…
“Briefly unavailable for scheduled maintenance.”, message after doing automatic upgrade of wordpress
Today i login to my www.erponlinebd.com which is developed with wordpress. After login to admin panel i found there is 5 update pending. One of which is core update of 3.4.1 So I did update but after complete the update it shows me the message Briefly unavailable for scheduled maintenance. Check back in a minute….
How to : Enable USB support in Virtual Box over Ubuntu
I cant use USB in my Virtual Box Guest OS, when ever i clicked over USB from Virtual Box it shows to add the current user to vboxusers. But i was unsure how to do this. After a comprehensive search i found a easy command to add my user to vboxusers group. The command is…