Saturday, February 11, 2017

How to install eclipse juno IDE in ubuntu 16.04 ?



Are you tired of trying to install eclipse IDE in ubuntu 16.04 ? You don’t have to worry about that moreover. In this article, I am going to describe how to install Eclipse juno IDE(from Eclipse Juno SR2 Packages, that has developed for Java EE Developers) in ubuntu 16.04.Eclipse is an integrated development environment (IDE) used in computer programming, and is the most widely used Java IDE.


Wednesday, February 8, 2017

How to install Apache Maven & Apache Hadoop in Ubuntu 16.04



In this article I  am going to discuss how to setup Maven and Hadoop. The steps for all two frameworks are always the same:

                    1.Decompress the archive
                    2.Add the correct console variable
                    3.Test the correctness of the installation

1. 1 Download Latest Maven binaries from apache site


First you have to go apache site using this link

Sunday, February 5, 2017

How to install java in Ubuntu 16.04 using the terminal

In this article, I am going to describe how to install java in Ubuntu 16.04 using the terminal.

 

First I am going to add Oracle's PPA(Personal Package Archive) using terminal command.

You can open terminal easily by pressing Ctrl + Alt + t

Then type and enter below code.

         sudo add-apt-repository ppa:webupd8team/java            

After that update your package repository using this terminal command.

        sudo apt-get update

How to send Slack notification using a Python script?

 In this article,  I am focussing on sending Slack notifications periodically based on the records in the database. Suppose we have to monit...