How-to Install Ubuntu 16.04
2017.07.01 in Posts
Categories:
Ubuntu 16.04 (Xenial Xerus) is the latest LTS (Long Term Support) release of Ubuntu. LTS release will be supported for 5 years for Ubuntu Desktop, Ubuntu Server, Ubuntu Core and Ubuntu Kylin while another flavor will be supported for 3 years Non-LTS …
Ubuntu Cloud Images Mirror List
2017.06.26 in Posts
Categories:
A Few days back I play with Vagrant and trying to figure out the source of the virtual machine image that Vagrant use. I learned that it download from cloud-images.ubuntu.com. This server is fast but I was thinking it should be faster if I can get a …
How-to Install Ubuntu 16.04 Xenial Xerus
2017.06.03 in Posts
Categories:
Introduction In this tutorial we learn how to install Ubuntu 16.04 (Xenial Xerus). Download Ubuntu 16.04 You can download Ubuntu 16.04 from https://releases.ubuntu.com/16.04/ Ubuntu 16.04 installation After getting Ubuntu 16.04 ISO you can burn on a …
How-to Install Erlang on Ubuntu 14.04
2016.03.12 in Posts
Categories:
What is Erlang In this tutorial we’ll learn how-to Install Erlang on Ubuntu 14.04. Erlang is a programming language used to build massively scalabe soft real-time systems with requirements on high availability. Erlang is being used on telecoms …
How-to Install and Use pip on Ubuntu 14.04
2016.03.11 in Posts
Categories:
What is pip? Pip is package management system for Python programming languages. We can use pip to manage software packages written in python. We can search, install, remove many packages that can be found in Python Package Index (PyPI). In this …
Install LAMP Stack On Ubuntu 15.04
2015.12.10 in Posts
Categories:
LAMP Stack Overview LAMP stack is one of the most used application stack that power the web. It consist of Linux as operating systems, Apache as web server, MySQL as Database Server and PHP as the programming language that run the web application. …
How-to Reset / Disable Jenkins Security
2015.12.04 in Posts
Categories:
Overview In this tutorial, we learn how to disable Jenkins Security. Disable Jenkins Security Open /var/lib/jenkins/config.xml Change true to false Restart Jenkins: $ sudo service jenkins restart Summary Navigate to the Jenkins dashboard to the …
How-to Install Oracle JDK 7 On Ubuntu 15.04
2015.11.23 in Posts
Categories:
Overview Previously we already learn [How-to install Oracle JDK 8 on Ubuntu 15.04][1]. Sometimes your application might need older Java version like Java 7. In this tutorial we’ll learn how to install Java Development Kit version 7 on Ubuntu …
How-to Install JDK 8 On Ubuntu 15.04
2015.07.18 in Posts
Categories:
Overview Java comes with two different version, JDK or Java Development Kit where you can develop Java app using these compilation of tools. Another version is JRE or Java Runtime Environment, if you only need to run Java application, you can use …
10 Sites To Check Your DNS Health
2015.07.17 in Posts
Categories:
Why DNS Health? Domain Name System or DNS is a global hierarchical distributed naming system for computer and or services. This service translate domain name to IP Address. For example, google.com to 74.125.68.102. DNS plays a really important part …