Knowledge base — Page 88

24.12.2022
7 109
Knowledge base / Instructions
How to install PostgreSQL in Ubuntu 20.04

PostgreSQ (Postgres) is a database management system that is an implementation of SQL.

23.12.2022
6 752
Knowledge base / Instructions
Setting up Seafile for file synchronization and sharing in Ubuntu 20.04

Seafile is a sharing tool with functionality similar to Dropbox. Seafile is the tool of choice if you are tired of using file sharing services, constantly uploading and reuploading information.

22.12.2022
6 516
Knowledge base / Instructions
How to deploy your Docker storage in Ubuntu 20.04

Docker is a tool for working with containers. The main advantage of Docker is the ability to run applications with isolated resources.

21.12.2022
15 742
Knowledge base / Instructions
Registration and connection of Ngrok account

In previous articles, we have already considered what Ngrok is and how to install it correctly. Now let's consider the issue of registering an account and connecting it. In fact, there is nothing complicated here. It is enough to follow our instructions and you will solve this problem without any problems.

20.12.2022
7 583
Knowledge base / Instructions
How to install and use ClickHouse on Ubuntu 20.04

ClickHouse is a columnar database management system (DBMS for Big Data). In this step-by-step instruction, let's see how to install ClickHouse DataBase management system on Ubuntu 20.04.

19.12.2022
16 383
Knowledge base / Instructions
How to install and configure VNC on Debian 11

VNC (VNC) is an access protocol that is used for remote desktop management (for example, when a technician works with a client or when organizing an employee's access to data from home).

17.12.2022
6 514
Knowledge base / Instructions
Configuring MongoDB security in Ubuntu 20.04

To configure MongoDB security on Ubuntu 20.04, you need to create a user with admin rights, configure authentication and test it. MongoDB (Mongo) is a database that belongs to NoSQL and stores JSON with dynamic schemas. Mongo's security issue is that there is no authentication out of the box. Any user accessing the server with the database can add and delete data without restriction. This has a serious impact on security.

16.12.2022
6 501
Knowledge base / Instructions
How to set up FTP on Ubuntu 20.04 LTS

FTP(File Transfer Protocol) is a file transfer protocol that appeared long before HTTP and TCP/IP. FTP has been around since 1971 and is considered the oldest application layer protocol.

15.12.2022
22 321
Knowledge base / Instructions
How to install Ngrok

Ngrok is a tool that allows you to create secure tunnels to access local web applications from the Internet. It takes a minimum of time to install, and this article will walk you through step by step how to do it. Make sure you have access to a terminal or command line, and then follow the provided instructions to set up Ngrok on your device.