How I Can Use the Fuseblk on my Linux VPS

Fuseblk is a fuse-based block mechanism. It is a specialized filesystem that takes its root in user space and is used to mount read / write access for non-root users to NTFS partitions. FUSE is a user-space filesystem technology. To install the “ntfs-3g” software package on an Ubuntu 20.04 system. […]

How to Install Streamlit on Ubuntu 20.04

Streamlit is an open source Python library. This utility is designed to create custom web applications for machine learning and data analysis. It is one of the fastest ways to design, build, and deploy data processing applications. Running Streamlit on Ubuntu 21.04 So, you decide to start Streamlit. To do […]

How To Install Apache Solr on Ubuntu 20.04

Apache Solr is a great tool that scales well. It is a very robust and fault-tolerant open source Java-based search tool. Its peculiarity lies in supporting NoSQL and database queries through REST APIs such as Elasticsearch. In addition, it stores data and provides distributed indexing, replication, automatic failover and recovery, […]

How Do I Upgrade my Python on Debian

In order for you to perform this operation to update your Python version, you need to update your CentOS 8 and have root rights for your VPS Checking Your Python Version In order to go to upgrade your python, you need to check its version. This can be done using the following […]

How Do I Upgrade my Python on CentOS 8

In order for you to perform this operation to update your Python version, you need to update your CentOS 8 and have root rights for your VPS Checking Your Python Version In order to go to upgrade your python, you need to check its version. This can be done using […]

How To Install Drupal CMS using Nginx on Ubuntu 20.04

Drupal is a dedicated CMS platform. It is written in PHP and is open source. This CMS is very popular and has many free templates and plugins. In this article, you will learn how to install Drupal 9 with Nginx on Ubuntu 20.04. On the Hostry website, in the services […]

How Can I Upgrade Ubuntu 18.04 to 20.04

This guide is focused on Linux servers running Ubuntu distribution. Before proceeding with the procedure for updating your Ubuntu, it is recommended to make backups, otherwise there is a high risk of losing all data. First stage before updating First, update your Ubuntu Then restart your server Next, do the […]

How To Install Starbound Server on CentOS 7

Starbound is a special game. Before you can install this game, you need to have a Starbound account. This tutorial is focused on the Ubuntu 18.04 operating system. Before installing, you should update the packages: Installing Starbound You can install Starbound using the following command: Then you need to open the […]

How To Install Red5 Media Server on Ubuntu 18.04

Red5 is a dedicated media server that is open source. It is implemented in Java and allows you to run Flash-enabled applications. It can be video, audio, as well as many recordings of client streams, such as AVC + AAC, FLV and others. Before any software installation, it is recommended […]