Jupyter is a popular browser-based interactive notebook for programming, mathematics, and data science. It is a web application that allows us to create and share documents that contain live code, equations, visualizations, and narrative text. It supports a number of languages via plugins (“kernels”), such as Python, Ruby, Haskell, R, Scala, and Julia. In this tutorial, we will show you how to install Jupyter on Ubuntu 18.04 on one of our Linux VPS hosting services.
Jeff Wilson
How To Install Jetty on Debian 9
In this tutorial, we will show you how to install Jetty on a server running Debian 9. The Eclipse Jetty …
How to Install PHP 7.3 on Ubuntu 18.04
In this tutorial, we will show you how to install PHP 7.3 on Ubuntu 18.04. PHP (Hypertext Preprocessor) is an open-source server-side scripting language designed primarily for creating dynamic interactive websites. PHP is one of the most popular languages and it is freely available for redistribution and modification. PHP powers WordPress, the most popular content management system used for blogging and building websites as well as many other e-commerce websites, customer relationship management software, enterprise resource planning software, and much more.
The latest PHP 7.3 version has been officially released on December 6th, 2018. It comes with a number of new features and a few incompatibilities that you should be aware of before upgrading from the previous version.
We have an updated version of this tutorial – How to Install PHP 8 on Ubuntu 20.04
How to Install WordPress with LAMP Stack on Ubuntu 18.04
WordPress is the world’s leading content management system. Used by tens of millions of web pages and internet creators alike, WordPress is the backbone of most blogs and news outlets. Webpage performance with WordPress is also typically one of the fastest available. In this tutorial, we will show you how to install WordPress with LAMP stack on Ubuntu 18.04.
How To Install ERPNext on CentOS 7
ERPNext is a completely robust ERP framework intended for small and medium-sized businesses. It covers an extensive variety of features, including accounting, CRM, inventory, selling, purchasing, manufacturing, projects, HR and payroll, website, e-commerce, and more – all of which make it profoundly adaptable and extendable.
ERPNext is developed in Python and depends on the Frappe Framework. It utilizes Node.js for the front end, Nginx for the web server, Redis for caching, and MariaDB for the database.
ERPNext is Open Source under the GNU General Public License v3.
How to Install Joomla on Ubuntu 18.04
Joomla is a content management system that allows you to develop websites and publish web content easily in a user-friendly way. It is open-source, free to use and is built on a mobile-ready model–view–controller web application framework. In this tutorial, we will show you how to install Joomla on Ubuntu 18.04. It should work everywhere but we will do this on one of our Joomla hosting servers.
How to Install NextCloud 15 on Ubuntu 18.04
NextCloud is a free and open-source self-hosted file sharing and communication platform built using PHP. It is a great alternative to some of the popular services available on the market, such as Dropbox, Google Drive, OwnCloud, etc. With NextCloud, you can easily store your data on your Ubuntu 18.04 VPS, create and manage your contacts, calendars, to-do lists, and much more. In this tutorial, we will install NextCloud version 15 on an Ubuntu 18.04 VPS – version 15 is a major release that comes with a lot of new features and improvements.
We have an updated version of this tutorial on How to Install Nextcloud on Ubuntu 20.04
How to Install Tomcat on Ubuntu 18.04
In this guide, we will show you how to install Tomcat on an Ubuntu 18.04 VPS. Tomcat is an open source web server and servlet container developed by the Apache Software Foundation (ASF) that executes Java servlets and renders Web pages that include Java server page coding.