Tutorials about ubuntu

Build Python 3.7 from Source

In this tutorial, we see how to build customized python version from source on ubuntu. we also see 3 options to install it to the local system:
  • Install it as the main python interpreter
  • Install it as alternative python interpreter
  • Create and Install a deb package with the help of checkinstall.

Install Jenkins on ubuntu

In my last project, I needed to use Jenkins. Jenkins is an automation engine which supports continuous integration and automated testing. In this article, we will see how can we install it on ubuntu

Prepare ubuntu for PHP development - Install Apache,MySQL and PHP

In this tutorial, we will see how to prepare ubuntu for PHP development.