Archive for the ‘Tricks’ Category

Installing GIT – introduction

Install git Windows For Windows, you have two options: msysGit Download and install msysGit to use Git in Windows’s cmd.exe console. Cygwin Download Cygwin. Put setup.exe in a folder of its own in your documents. Launch setup.exe. While installing Cygwin, pick these packages: git from the DEVEL category nano (if you’re wimpy) or vim (if [...]

How to set up Virtual Host in WAMP?

How to set up Virtual Host in WAMP? You must have WAMP installed on your system and running on port 80. To set up a virtual host and a local domain, follow the steps mentioned below: 1) In folder C:/wamp/www on computer1, we now create 3 folders associated with domain and 2 subdomains as follows: [...]