Showing headlines posted by LinuxForEveryon

How to install Krita on Ubuntu 18.04

Krita is a free paint program made for Linux users. Krita is also opensource and made by artists for everyone. In this tutorial, you are going to learn how to install Krita on Ubuntu 18.04.

How to install Android Studio on Ubuntu 18.04

Android Studio is official IDE for android apps development. In this tutorial, you are going to learn how to install Android Studio on Ubuntu.

How to install Audacity on Ubuntu 18.04

Audacity is one of the most popular audio editor and recorder for Ubuntu. Here we are going to install Audacity on Ubuntu.

How to enable SSH on Ubuntu 18.04

SSH stands for Secure Shell Service which allows secure remote login and other network operations. In this tutorial, you will learn how to enable SSH on Ubuntu Desktop. By using ssh you can connect to your computer remotely, access files and perform administrative tasks.

How to install Nodejs with npm on ubuntu 18.04

In this tutorial, we are going to learn how to install Node.js with npm on Ubuntu. Node.js is the opensource JavaScript Run-time environment for server-side execution of JavaScript code. Node.js built on Chrome’s V8 JavaScript engine so it can be used to build different types of server-side application.

How to install PHP 7.2 on Ubuntu 18.04

PHP is one of the most popular programming language currently in the world. PHP has different versions 5.6, 7.0, 7.1 and 7.2. Currently, PHP 7.2 is the latest version of PHP which supports different frameworks like WordPress, Laravel, Code-Igniter etc. Ubuntu 18.04 ships with default PHP 7.2 support, We can easily install PHP 7.2 on Ubuntu 18.4. Ubuntu 18.04 is the current latest version of Ubuntu. This tutorial outlines how to install PHP 7.2 on Ubuntu 18.04.

How to install Pip on Ubuntu 18.04

PIP stands for Python Package Index (PyPI) used for installation and management of software packages in Python. PIP makes it very easier to install packages in Python. Now you are going to install PIP on Ubuntu 18.04 and you will also learn some basic commands in PIP.

How to install LEMP Stack on Ubuntu 18.04

LEMP stack stands for Linux, Nginx, MariaDB, and PHP. Here in LAMP stack which stands for Linux, Apache, MariaDB and PHP, all components are not tightly coupled. So by replacing Apache With Nginx, we are installing LEMP stack. This tutorial outlines how to install LEMP stack on Ubuntu 18.04.

How to install Pip on Ubuntu 18.04

PIP stands for Python Package Index (PyPI) used for installation and management of software packages in Python. PIP makes it very easier to install packages in Python. Now you are going to install PIP on Ubuntu 18.04 and you will also learn some basic commands in PIP.