How to Use Clojure on Ubuntu 16.04
2017.09.16 in Posts
Categories:
What is Clojure Clojure is a dialect of Lisp programming language running on Java Virtual Machine (JVM) and Common Language Runtime. Clojure treats code as data, it also have macro system. Currently the development process is community-driven …
How To Install IBM Java 7 on Ubuntu 16.04
2017.09.16 in Posts
Categories:
Overview In this tutorial we’ll learn how-to install IBM java 7 and IBM Java 7 Update 1 on Ubuntu 16.04 (Xenial Xerus). IBM Java or IBM SDK, Java Technology Edition Version 7 is a Java Development Kit provided by IBM that is compatible with …
How to Install Go on Ubuntu 16.04
2017.09.16 in Posts
Categories:
Overview Go or Golang is a relatively new programming language originally developed by Google that gaining a lot of popularity for the last few years. Kubernetes and Docker is sample of application written in Go. You can see list of application and …
How to Install Java 8 on Ubuntu 16.04
2017.09.12 in Posts
Categories:
Overview Java 8 is the current stable Java version since Java 7 is already reach end of life and Java 9 is not released yet. In this tutorial we’ll learn how-to install Java 8 on Ubuntu 16.04. We will learn how-to install OpenJDK and also …
How To Install Git on Ubuntu 16.04
2017.08.05 in Posts
Categories:
Overview In this tutorial we will learn how to install git on Ubuntu 16.04 (Xenial Xerus). Git is a free and open source distributed version control system (VCS) designed to handle all project from small to large with speed and efficiency. Originally …
How To Install Git on CentOS 6
2017.07.24 in Posts
Categories:
Overview In this tutorial we’ll learn how to install git on CentOS 6. Git is a free and open source distributed version control system (VCS) designed to handle all project from small to large with speed and efficiency. Originally created by …
How To Install Git on Ubuntu 14.04
2017.07.23 in Posts
Categories:
Overview In this tutorial we’ll learn how to install git on Ubuntu 14.04 (Trusty Tahr). Git is a free and open source distributed version control system (VCS) designed to handle all project from small to large with speed and efficiency. …
How To Install MySQL 5.7 on Ubuntu 16.04
2017.07.17 in Posts
Categories:
Overview In this tutorial we learn how to install MySQL server 5.7 on Ubuntu 16.04 LTS (Xenial Xerus). MySQL is one of the most used database for web based application. It’s the M in LAMP stack. Ubuntu 16.04 Xenial Xerus shipped with [MySQL …
How-to Install Java 7 on Ubuntu 16.04
2017.07.17 in Posts
Categories:
Overview Java is a programming language first released by Sun Microsystem in 1995. It’s still being developed now even after Sun Microsystem bought by Oracle. Java 7 is actually the previous version of Java that already reach end of life. …
How to Install Erlang on Ubuntu 16.04
2017.07.10 in Posts
Categories:
Overview In this tutorial we’ll learn how to install Erlang on Ubuntu 16.04 Xenial Xerus. Erlang is a programming language used to build scalable real time systems with high availability as main requirement. Initially being used in telecoms and …