Three awesome Self Hosted Git service apps
when it comes to VCS ( version control system ) or SCM ( Source Code Management ) almost every good developer know and use either SVN , mercurial or people’s favorite Git . In this post I am going to…
when it comes to VCS ( version control system ) or SCM ( Source Code Management ) almost every good developer know and use either SVN , mercurial or people’s favorite Git . In this post I am going to…
This is third part of this series , where I am going to show you setup of MySQL database , First I will show you how you can setup and install MySQL using official UBUNTU repositories . second I will…
This is second tutorial of LAMP installation series , In this guide I will show you how to setup PHP with Apache2 , You can see first part here where I described How to install Apache web server . N…
This is first tutorial of this series , In this series I will showing you how to setup Apache PHP and MySQL Database on ubuntu 14.04 trusty step by step . this is just beginner level series . Introdu…
Nginx is well-known, tiny and fast web server , Nginx is an open source reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer, HTTP cache, and a web server …
Xdebug is awesome debugging tool for php developers , if you ever developed in php and never used debug then you must give try . its a php extension that will help you a lot . Setup just check if …
This guide is part of tutorials series related to full development environment setup , previously I posted about how to enable Apache and PHP in Mac OS X : See here . For MacOSX 10.9 Users : http://w…
Upgraded to Yosemite , great . now lets see how to setup Apache webserver with PHP and MySQL . unlike 10.7 Lion or 10.6 there is no prefrence pane option to turn on Apache . but don’t worry MacOSX Yo…
Okay, Lets See how to create bootable USB of Yosemite ( OS X 10.10 ) . Requirements Working MacOS Operating System OSX Yosemite DP1 Application ( Require Developers account to download ) 8+ GB of USB…
In this tutorial , I am going to show you how to setup Nginx,HHVM,MySQL stack in Ubuntu Trusty , Nginx is light weight , open-source, high-performance HTTP server as all we know its great in serving …