This tutorial will show you how to install the SSHFS client on Linux and how to mount a Storage Box.
Category: 02. Dedicated servers
What is a dedicated server, its advantages. Yjw to install OS on server and do server diagnostics.
How to backup Linux server backupninja
Backupninja allows you to coordinate system backup by dropping a few simple configuration files into /etc/backup.d/. Most programs you might use for making backups don’t have their own configuration file format. Backupninja provides a centralized way to configure and coordinate many different backup utilities.
How to enable monitoring notifications
In this guide, I will show you how to enable telegram notification for monitoring service.
How to install Zabbix Agent
In this guide, I will show you how to install Zabbix Agent on Linux.
How to Recursively Change the File’s Permissions in Linux
In this tutorial, we’ll look at how to recursively change file and directory permissions.
How to use TCPDUMP
TCPDUMP is a tool that is used to analyze TCP/IP packets. It was first released in 1988 and has since become a very powerful and widely used traffic analyzer on Linux as well as many other operating systems.
How to Add User to Sudoers
On Linux, the sudo command is used to grant root privileges to regular user accounts to perform administrative tasks.
How to Check (scan) for Open Ports in Linux
In this article, we will look at scanning server ports for running services. In some cases, this helps to identify problems with the services running on the server. Network Mapper (nmap) is usually used for port scanning. This program allows you to determine open TCP and UDP ports. To install it, use the following command: […]
How To Install MongoDB
MongoDB is an open source, document-oriented free database that is classified as a NoSQL database because it does not rely on the traditional tabular structure of a relational database. Instead, it uses JSON-like documents with dynamic schemas. Unlike relational databases, MongoDB does not require a predefined schema before adding data to the database. You can […]
How to install and configure Redis
This article provides information on how to install and configure Redis for your dedicated server using the example of Ubuntu 18.04.4 LTS distribution.