Tool 4
Chocolatey Package Manager For Windows OS
Chocolatey package manager is windows based framework for quick install of application. It is similar to apt-get, NPM and YUM. In this demo, “We will configure choclatey and install noteapd++ application in our windows based machine“. You can find more detail about chocolatey in the below link. http://chocolatey.org/about Download the […]
WAMP : PHP My Admin – Getting Started With MySql – 1
“WAMP” Server provides Windows based PHP development environment. It Stands for :- W – WINDOWS A – APACHE M – MySQL P– PHP It can be downloaded from :- http://www.wampserver.com/en/ […]
Getting Started With Redis Store : Installation in Ubuntu
“REDIS” is an open source data Storage. The data is stored as “Key-Value” pair. It is also referred as Data Structure Server. The features that Redis supports are :- 1. Atomic Operation. 2. Master Slave Replication. 3. Publisher Subscriber. 4. Transactions. To know more about Redis use Link :- http://redis.io/topics/introduction […]
Linux Shell Power In Windows : Cygwin
“Cygwin” is a tool which brings power of Unix on installation to Windows command line tool. It means we can feel the power of Linux Shell in Windows. “cygwin1.dll” is the dll file which provides the Linux Layer service on windows. To know more and download , follow the link below :- While installing Cygwin […]