Posts in 2017
Posts in 2016
  • How-to Install Erlang on Ubuntu 14.04

    2016.03.12 in Posts

    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 …

    Read more

  • How-to Install and Use pip on Ubuntu 14.04

    2016.03.11 in Posts

    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 …

    Read more

Posts in 2015
  • Install LAMP Stack On Ubuntu 15.04

    2015.12.10 in Posts

    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. …

    Read more

  • How-to Reset / Disable Jenkins Security

    2015.12.04 in Posts

    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 …

    Read more

  • How-to Install Oracle JDK 7 On Ubuntu 15.04

    2015.11.23 in Posts

    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 …

    Read more

  • How-to Install JDK 8 On Ubuntu 15.04

    2015.07.18 in Posts

    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 …

    Read more

  • 10 Sites To Check Your DNS Health

    2015.07.17 in Posts

    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 …

    Read more