Ubuntu – Chrome

You can use Chrome browser on Linux. Chromium is an open source version of Google Chrome and it does not have Google’s proprietary features. May be more privacy. To install it run the command sudo  apt-get install chromium-browser.

Log File

The application must not lock log files unnecessarily. This practice will help you run multiple instances of same application without any clash.

HTML Encoding

Always encode input text by user from a web page. This will help prevent script injection attack and is a good practice from security point of view.