How to install .box extension Virtual Machine

| By Webner

To install and use .box extension machine we have to follow these steps: 1.  Installing Virtualbox: $ sudo  apt-get install virtualbox $ sudo apt-get install virtualbox-dkms 2.   Installing vagrant: Please don’t install the repository version, because this is very old and

How to install and use command line tools in Heroku

| By Webner

What is Heroku Command Line: The heroku command-line tool is an interface to the Heroku Platform API and includes support for things like creating/renaming apps, running one-off dynos, taking backups, and configuring add-ons. It is generally installed in your local

Why Hadoop and Big Data are getting popular

| By Webner

Surprisingly, over 90% of the data in the world today has been created only in the last couple of years. With the revolution in mobile industry, social media networks, sharing of digital photos and videos online we are continuing to

PostgreSQL | Create a connection to a local postgres database in pgAdmin |||

| By Webner

Steps to create a connection to a local postgres database in pgAdmin ||| : 1. Make sure PostgresSql and its components should be installed in ubuntu system. 2. Check what databases are available in postgresSql through terminal 3. Login to

CakePHP | How to implement Internationalization in CakePHP 3.X

| By Webner

To implement Internationalization, CakePHP will pick all your strings which start with “__(“ double underscore ) and generate a default file for you. For Example: one of the strings defined in our project is as below: echo __ ( ‘ Gift

PHP | How to install CakePHP 3.0

| By Webner

These are the steps to install CakePHP 3.0 on Ubuntu machine: Make sure you have PHP 5.5.9 (CLI) or higher installed. Check php version on your system using this command: php -v Run the following commands: 1. Download the composer

Localhost WordPress site asking for FTP credentials on installing new plugin

| By Webner

In one of the WordPress projects we are working on, whenever we tried to install a new plugin in locally installed WordPress, it asked for FTP credentials: When we tried to install a new theme then also it asked for