Most useful list of websites for computer guys.


Before reading the list we are requesting you to please comment all the sites that you think should be there and we will modify the list. This will make this post a good place to find any website.  Online Contest : HackerRank Codechef Topcoder Spoj Hacker Earth Codeforces Leetcode Coding Game Project Euler Online datastructures

Learn Vagrant from Scratch : Sharing the Vagrant images


Setup and Boxes Starting and SSH into Box Syncing local folder to the virtual machine Setting up environment for the virtual machine Networking forwarding port to host machine and other options Sharing the Vagrant images Vagrant sharing is an option provide by Vagrant to share your server around the world. for example you can find

Learn Vagrant from Scratch : Conclusion and other points


Setup and Boxes Starting and SSH into Box Syncing local folder to the virtual machine Setting up environment for the virtual machine Networking forwarding port to host machine and other options Sharing the Vagrant images Conclusion and other points Thus we reached to the basic usage of vagrant and we learned about provisioning, port forwarding

Learn Vagrant from Scratch.


What is Vagrant: Vagrant is a command line utility for managing virtual machines and its different functions. You can start the virtual machine, provision it, ssh into it and other things just by using this command line utility. For moe about vagrant go here. Why Vagrant: Developer’s huge chunk of time is involved in setting