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, …
From Client to Partner: Comfac Joins CloudSigma to Deliver a Powerful Cloud Solution in the Philippines
Clark, the Philippines, October 1, 2020 – CloudSigma is proud to announce a new partnership with Comfac Global Group, one of the Philippines’ leading systems integrators. The joint venture will offer cloud solutions out of the highly secure Vitro Clark data center in Clark, the Philippines. The new offering marks CloudSigma’s third location in the country after the initial two …
CloudSigma and NewTelco Partner to Offer High-Performance Cloud Services on the DACH Market
Frankfurt, Germany, October 2020 –CloudSigma is proud to announce that it has joined forces with NewTelco – a Frankfurt-based interconnection company, driving the philosophy of neutrality as a service in the global telecommunication industry. NewTelco provides neutral network solutions and colocation services. It operates worldwide and offers a broad array of value-added managed services. NewTelco provides cost-effective, reliable, and quick …
CloudSigma Joins the Network of Resources (NoR) Initiative Sponsored by the European Space Agency
Munich, Germany, September 2020 –CloudSigma is excited to announce that we have joined the Network of Resources (NoR) initiative. The NoR initiative is a venture sponsored by the European Space Agency (ESA). It aims to establish a common framework for the growing amount of Earth Observation (EO) data, software applications, and IT services that have become available from an increasing …
How CloudSigma became the perfect cloud partner for Irish IT services provider Servecentric
Partner Profile Servecentric is a privately owned Irish Data Centre and IT services provider based in Dublin. The company provides a range of colocation, connectivity, cloud and IT managed services for clients across the globe. The company is a registered ISP. It offers highly available connectivity and security solutions for its Data Centre and Cloud client base. Through its partnership …
CloudSigma Joins Forces with Hydro66 to Deliver a 100% Green Cloud Solution
Boden, Sweden, August 13, 2020 – CloudSigma is proud to announce a new partnership with Hydro66 – a green cloud infrastructure company located in Sweden. The two companies, together with HPE, have launched the world’s lowest carbon footprint cloud – the H66cloud. Hydro66 benefits from some of the EU’s lowest cost 100% green energy. It provides cost-effective cloud and colocation …
CloudSigma and Servecentric empower Cup Print migration to a reliable and secure cloud platform
Company Profile Cup Print is the largest supplier of environmentally-friendly paper cups in Europe. It has invested significantly in sustainable technologies to add to its core offering of high-speed, on-demand, short-run coffee cup printing. Between its operations in Ireland, Germany, and the US, Cup Print employs over 180 people and the vast majority of production is of alternative sustainable paper …
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. …
How to setup Java on Ubuntu 18.04
Most of the devices we use run on JAVA. Therefore, in this CloudSigma tutorial, you will learn how to setup JAVA on Ubuntu 18.04 server. JVM (JAVA Virtual Machine) is required to run various kinds of software like Jenkins, Tomcat, etc. In addition, JAVA Development Kit (JDK) is used to compile and run some specific JAVA Based Softwares. Using the …
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 …