Tag en

How to install DSpace 6 on Ubuntu 20.04

In this tutorial we will learn how to install DSpace on Ubuntu 20.04. DSpace is open source software for building repositories, generally used by academic institutions. Hardware Recommendations Recommended hardware as a DSpace server. Minimal DSpace Production 3-4GB RAM 20GB…

How to install WordPress with Nginx on FreeBSD

In this FreeBSD tutorial, we will learn how to install WordPress using an Apache web server with SSL from Let’s Encrypt for HTTPS. Free credit $100 for new account at Vultr. Register now Install Nginx Install Nginx web server. Enable…

How to install WordPress with Apache on FreeBSD

In this FreeBSD tutorial, we will learn how to install WordPress using an Apache web server with SSL from Let’s Encrypt for HTTPS. Free credit $100 for new account at Vultr. Register now Install Apache Install Apache web server. Enable…

How to Check Hardware Specifications on Linux

In this Linux tutorial, we will learn how to check the hardware specifications installed on the computer. The hardware that is checked is the processor, memory, hard disk, display adapter, network interface, and laptop battery. Hardware List We can display…

How to Create PostgreSQL Managed Database at DigitalOcean

Managed Database is a cloud service that provides a database engine. With a managed database, users no longer need to install and configure databases, including monitoring and maintaining server infrastructure. Managed database services aim to make users, especially developers, focus…

How to Create MySQL Managed Database at DigitalOcean

Managed Database is a cloud service that provides a database engine. With a managed database, users no longer need to install and configure databases, including monitoring and maintaining server infrastructure. Managed database services aim to make users, especially developers, focus…

How to Monitor DigitalOcean VPS

Monitoring server resources such as RAM, CPU, disk, and network. This is done to find out how much use of these resources. Based on the resource usage data that we get from the monitoring results, we can easily make decisions…

How to Install CKAN for Open Data Portal on Ubuntu 20.04

Comprehensive Knowledge Archive Network (CKAN) is an open source software for open data portal, CMS that can help us manage and publish data sets. CKAN is used by central and local governments, research institutions, and other organizations to publish data.…

How to Install Node.js LTS on Ubuntu

Node.js is a runtime JavaScript platform built on top of the V8 JavaScript engine, where Node.js can execute JavaScript on the server (server-side). Node.js was developed by Ryan Dahl and released for the first time on May 27, 2009. Node.js…

How to Install Hestia Control Panel on Debian 10

Hestia is a software for hosting control panel which is forking from VestaCP and developed by the open source community. Hestia Control Panel can be accessed via the web or command line interface, designed for administrators to easily and quickly…

How to install PHP-FPM with Apache on Ubuntu 20.04

PHP FPM (FastCGI Process Manager) is an alternative to PHP-FastCGI implementation with some additional features, generally used for running heavy web applications. 1. Install Apache Install Apache and FastCGI module. 2. Install PHP and PHP-FPM Install PHP and PHP-FPM. Check…