Natvps.id – You can connect Google Drive to NAT VPS to access all the stored files. This is useful if you want to transfer data from VPS to Google Drive directly, such as for reserveStoring large data, and so forth. This can be done with help software named RClone. This article discusses the steps to … [Read more…]
Mariadb Database Server Installation and Configuration Guide
Introduction Mariadb Database Server Installation and Configuration Guide in Debian 10 is one of the most popular relational database management systems (RDBMS) and is a fork of MySQL. Created by the original Mysql developer after Oracle acquired MySQL, Mariadb was designed to remain free software under the GPL license. With almost full of compatibility with … [Read more…]
How to deploy joplin server on NAT VPS
Natvps.id – Joplin is a recording application Open-source With a variety of intuitive features and appearance. Joplin provides synchronization features that can be connected to various Cloud providerLike Joplin Cloud and Microsoft OneDrive. Even so, we can post our own joplin server as a synchronization server, while maintaining safety note security. This article explains how … [Read more…]
CLI -Based Server Database Management Guide
CLI -based database server management guide is very important, especially when you work in a server environment without a graphics interface. With Mariadb, you can do various database server management guidelines through the Command Line Interface (CLI). The following is a complete guide for managing databases, tables, and data DI Mariadb using the terminal. 1. … [Read more…]
How to remote mysql database on NAT VPS
NATVPS.ID – In this tutorial we will do the MySQL database remote on NAT VPS that we have. Remote database makes it easy for us to manage the MySQL database so that it can be accessed via GUI. In this tutorial we will do a remote database on NAT VPS with the Ubuntu Operating System … [Read more…]
WordPress installation and configuration with Nginx in Debian 10
Complete Guide to the Installation and Configuration of WordPress with Nginx in Debian 10. WordPress is one of the most popular Content Management System (CMS) platforms in the world, many creator content uses it. One of the main reasons for its popularity is the ease of use and the ability to adjust the appearance and … [Read more…]
How to Install and Remote PostgreSQL in Nat VPS
NAtvps.id – PostgreSQL is Relational Database Management System (RDBMS) which is Open-source And famous for its ability to handle data on a large scale and reliability. Compared to MySQL, which is simpler and often used for lightweight web applications, PostgreSQL offers more sophisticated and flexible features, such as support for acid transactions, JSON data processing, … [Read more…]
A short guide to the wordpress configuration
If you have just installed WordPress, there are several important steps that need to be followed to optimize your site to look attractive, responsive, and friendly SEO. This guide will help you understand the initial configuration needed to create a professional, fast, and ready to compete site in search engines. 1. WordPress basic settings After … [Read more…]
Installing SSL Apache & Nginx webserver with Certbot
NATVPS.ID – When managing a web server, security and efficiency are two aspects that cannot be ignored. One way to increase security is to use SSL/TLSwhich allows encrypted communication between the server and visitors. In this tutorial, we will discuss how to configure virtualhost in apache2 and secure the website using SSL Free from Let’s … [Read more…]
Complete Guide to the Installation and Configuration of https ssl with nginx on debian 10 – idubir
1. Update the system Always do the system update before the new package installation. sudo apt update && sudo apt upgrade -y 2. Install Nginx If Nginx has not been installed, install with the following command: sudo apt install nginx -y After the installation, activate and start the Nginx service: sudo systemctl enable nginxsudo systemctl … [Read more…]