How to Setup PostgreSQL on Ubuntu/Dabian [Quick Tip]
Today , I am going to show you how to Install and setup PostgreSQL on Ubuntu/Dabian , and In future Post I will show you how you can use PostgreSQL … Continued
Today , I am going to show you how to Install and setup PostgreSQL on Ubuntu/Dabian , and In future Post I will show you how you can use PostgreSQL … Continued
Docker is new hotness in market , docker use kernel level namespace’s and cgroups to create isolated container environment . according to Wikipedia . UPDATE : fig is now merged … Continued
Lets see how to install Ruby On Rails On Linux mint and completely setting up development environment from editor to databases . for newbies ruby on rails is web framework … Continued
There are many ways ,and apps to monitor Linux system performance , but many of them require huge configuration , like monit and nagios etc . here are some quick … Continued
Many Ubuntu users like unity desktop environment , and inversely many users don’t like that at all , most of the time they switch to classic mode or install some … Continued
Automatic Backup Plan with Backup Gem , Setting up automatic schedules backup plan for a single server using backup ruby gem and local storage or you can use amazon was … Continued
Quick tutorial about “How to make bootable usb of windows 10 Technical Preview ” , as we posted about few days ago about windows 10 technical preview , its available … Continued
Dnsmasq is small lightweight DNS server for small network such as home and and small office . Its lightweight and leaves small footprint . overall its great dns tool for … Continued
If you recently installed any program that causing some kind of problem with your windows , then its best idea to restore you windows state to few days ago’s state … Continued
Monitoring your pc’s network activity will help you to find about which app is eating your bandwidth or which is backdoor or worm connecting back to its command center server … Continued
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 … Continued
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 … Continued
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 … Continued
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 … Continued
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 … Continued
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 … Continued