Introduction Anaconda is an open-source package manager and framework for handling machine learning and data science workflows. It also helps to distribute some programming languages like Python and R. With over 7500 different scientific data packages, Anaconda helps process large-scale data, scientific computing, and predictive analysis. This package is available as a free and paid version. In this tutorial, we …
How to Install the LEMP stack (Linux, Nginx, MySQL PHP) on Ubuntu 20.04
Introduction In the world of the internet, several technologies come together to form a solution that enables internet users to access dynamic content on the world wide web. LEMP stack is one of those solutions. It brings together four technologies that make a complete server solution for high-performance and dynamic websites. LEMP is an acronym for Linux, Nginx, MySQL, and …
Installing Nginx on Ubuntu 18.04
When you are done writing code for your website or web app, you will need it placed in some location where it can run and deliver content to your users. This is where web server software comes in. A simple Google search of web server software will bring you quite a list of solutions to choose from. In this tutorial, …
How to Install and Configure VNC on Ubuntu 18.04
VNC (Virtual Network Computing ) allows you to use your server just like you use your computer- with the graphical user interface (GUI), desktop, and your mouse and keyboard. It makes computing easier for users who are new to working on a server. Cloudsigma allows you to access VNC straight after creating the server. Along with that, in this tutorial, …
How to install Node.js on Ubuntu 18.04
Node.js is an open-source platform that allows programmers to build dynamic web pages and applications. It is used widely for server-side scripting and allows users to use JavaScript for both client and server-side scripts. In this tutorial, you will learn how to install Node.js on Ubuntu 18.04 and get started with it. Prerequisites First, you have to create a machine. …
Clean Up Docker Resources – Images, Containers, and Volumes
Docker is one of the most popular products in organizations these days. It makes the process of managing applications in containers very easy. Docker provides portability, performance, agility, scalability, and isolation to the applications since it uses containers. Containers are more portable and require fewer resources than virtual machines. As you work with Docker, you tend to accumulate an excessive …
How to setup MySQL on a server and MySQL basics
In this CloudSigma tutorial, you will learn how to setup MySQL on a server, and the MySQL basics. MySQL is an open-source Relational Database Management System (RDBMS) that helps users store, organize, and manage data. It is very popular and widely used in the IT industry. Creating the machine First, you have to create a machine. You can do that …
Testing out rook/EdgeFS + NFS (RTRD) on Minikube
I’ve been checking out rook lately and it seems like a great project. They’re trying to, somewhat, standardize the approach to storage from k8s’ perspective. Particularly, I was impressed with EdgeFS’ capabilities. Object Storage, iSCSI block storage, Scale-out NFS (as they call it), geo-transparent storage solution. Man, that, in itself, is a mouthful and an impressive set of features! In …
How to set up your Ubuntu 18.04 server
In this tutorial, we shall go through the initial steps required to set up an Ubuntu server. The configurations we will discuss will enhance the security and usability of the server. We will be using an Ubuntu 18.04 LTS image. Step 1: Setting up the instance on CloudSigma I am using a machine with the following resources: 8 GHz CPU 8 …