Ubuntu

IntelliJ IDEA 2016.3.4 Community Edition out, Install on Ubuntu, CentOS

IntelliJ IDEA 2016.3.4 Community Edition out, Install on Ubuntu, CentOS

IntelliJ IDEA 2016.3.4 Community Edition recently released, is the most Intelligent IDE for the Java Platform as well as support for Java 8 and above. It provides new tools for Android development, editor enhancements, and Gradle integration. Furthermore, it helps by giving smart and relevant suggestions in every context: instant and clever code completion, on-the-fly code analysis, easy project navigation and reliable refactoring tools.

IntelliJ IDEA Key Features

Ubuntu Desktop

CentOS 7 Desktop

IntelliJ IDEA 2016.3.4 Community Edition Highlights

Performance

Bug Fixes

How to Install IntelliJ IDEA 2016.3.4 Community Edition on Ubuntu 17.04, Ubuntu 16.10, Ubuntu 16.04, Ubuntu 15.04, Ubuntu 14.04

sudo apt-add-repository ppa:mmk2410/intellij-idea-community sudo apt-get update && sudo apt-get install intellij-idea-community

How to remove IntelliJ IDEA 2016.3.4 Community Edition from Ubuntu

sudo apt-get remove intellij-idea-community

How to Install IntelliJ IDEA 2016.3.4 Community Edition on CentOS 7, RHEL

wget https://download-cf.jetbrains.com/idea/ideaIC-2016.3.4.tar.gz sudo tar xf ideaIC-2016.3.4.tar.gz -C /opt/ cd /opt/idea-IC-163.12024.16/bin/ ./idea.sh
How to Change Mouse and Touchpad Settings Using Xinput in Linux
Most Linux distributions ship with “libinput” library by default to handle input events on a system. It can process input events on both Wayland and X...
Remap your mouse buttons differently for different software with X-Mouse Button Control
Maybe you need a tool that could make your mouse's control change with every application that you use. If this is the case, you can try out an applica...
Microsoft Sculpt Touch Wireless Mouse Review
I recently read about the Microsoft Sculpt Touch wireless mouse and decided to buy it. After using it for a while, I decided to share my experience wi...