If you ever used ghost blog platform , then you must be familiar with its dashboard its simple powerful clean and its loaded with markdown editor with live preview pane ,well good news for those who …Read more
In this tutorial I will show you how to install django web framework on MacOSX with virtualenv wrapper . for those who don’t know what is django is , well django is web framework based on MVC archite…Read more
Much awaited and most requested markdown editor is released by jetpack team with release of jetpack 2.8 , jetpack is plugin with some cool stuffs of wordpress.com blog for self hosted blogs . What is…Read more
In this tutorial i will show you how to setup user based web directory setup . so you can have website files in your home directory . and instead of “localhost “ you will have to visit new address _“…Read more
In nginx you can rewrite the incoming request for naked domain ” example.com ” to ” www.example.com ” just by using few lines . it’s so simple ,I will show you how to do that in proper way . second…Read more
VirtualHost is a term refers to hosting Multiple WebSites in same Web Server , like hosting “example.com ” and example.org in same server . In this tutorial i will show you how to setup NameBased Vi…Read more
If you are looking for open source alternative of Matlab then try gnu octave . according to octave official site : GNU Octave is a high-level interpreted language, primarily intended for numerical co…Read more
As a php developer , most of the when u get an error and want to know little deep info and want to debug exact problem then xdebug extension comes handy . in this guide i will show you how to install…Read more
Good new for developers who want to develop apps for ubuntu touch , if you don’t know about ubuntu touch , well its Ubuntu Platform for smart phone and tablets . Ubuntu touch is available for develop…Read more
If you are using self hosted WordPress based blog or using WordPress small CMS for your project , or using wordpress self hosted installation for anything ( it doesn’t matter ) and you don’t want to…Read more