Full Management Option for Your Dedicated Server

We would like to draw your attention to the Full Management service for your dedicated server. When choosing this option, this means that we fully assume the responsibilities for: setting up web servers connecting and creating FTP accounts installing programs and packages setting IP addresses basic firewall settings and others […]

How to install MySQL Workbench on Debian 11

As for the new version of Debian 11, the official method of installing MySQL Workbench does not work as expected on Debian 11. Some users who have encountered the installation state the following: the MySQL Workbench repository was not added correctly, and manually adding it does not solve the problem. […]

How To Make a Backup and Restore MySQL on Ubuntu 20.04

When working with databases, you have to make backups. This tutorial will focus on MySQL on Ubuntu 20.04. The process will be described in detailed commands and also to secure your data. Copying your data from the Ubuntu server First, you need to be logged in as a user with […]

How to install Ntopng Tool on Your Ubuntu 20.04 VPS

Ntopng is a special computer program for monitoring traffic on a computer network. It is designed as a high-performance and low-resource replacement for ntop. This tool perfectly provides an intuitive encrypted web user interface for exploring real-time traffic information and traffic history. Installing Ntopng A very important point should be […]

How Can I Install Cockpit Web Server on Ubuntu 20.04

Cockpit is a web server GUI designed for everyone. Thanks to Cockpit’s deliberate use of system APIs and commands, a whole team of administrators can manage the system the way they prefer, including the command line and utilities along with Cockpit. It is important to note that before you start […]

How to Install SpamAssassin on your Ubuntu VPS

Apache SpamAssassin is a computer program used to filter email spam. It uses a variety of spam detection techniques including DNS and fuzzy checksum techniques, Bayesian filtering, external programs, blacklists, and online databases. It is released under the Apache License 2.0 and has been part of the Apache Foundation since […]

How to Install Streamlit on CentOS

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. Installing and Configuring Prerequisites An important component in installing Streamlit is the availability and […]

How to Install Streamlit on Debian 10

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. Installing and Configuring Prerequisites An important component in installing Streamlit is the availability and […]

How To Recursively Copy Remote Files in Linux

Sometimes, you may encounter copying deleted files in your Linux distribution. Several popular tools are used for this: scp and rsync. This article will describe specifically how each tool works. Working with Scp Scp is a special tool that can be used to securely copy files to and from a […]