Search: "add subdomain"
Nextcloud, OnlyOffice, and Spreed WebRTC with Docker in your ECS blog
Nextcloud on ECS, if you click on the add button, you will not see OnlyOffice. So to set it, we have to go on the CLI and stand ...
How to Install Suricata IDS on Ubuntu 16.04 blog
in suricata.yaml: ``` nano /etc/suricata/suricata.yaml ``` Add the following lines inside rule-files: section: ``` - my.rules ...
Manage Multiple Alibaba ECS Instance with PSSH blog
use echo to add host in the file. The content of our host_file is: ``` root@8.209.72.189:22 root@47.254.172.96:22 ``` Ok now let ...
How to Use Alibaba Cloud LOG Java Producer blog
recommend that you add these values to the logItem, instead of directly using topic. ### Obtain the Data-Sending Result The Producer ...
OpenTracing Implementation of Jaeger blog
systems. - OpenTracing provides APIs with no relation to platforms or vendors, which allows developers to conveniently add (or ...
Node.js Application Troubleshooting Manual - OOM Caused by Passing Redundant Configurations blog
= await getClient(options).fetchSomething(); ctx.body = data; } } module.exports = MemoryController; ``` Add a Post request ...
How to Set up iRedMail Server on a Linux ECS Server blog
the password or simply create a password for the default postmaster@domain.com account. Next, choose additional plugins to add ...
MySQL Database Replication on Ubuntu blog
(customer_id, customer_name) values ('300', 'Jane Smith'); ``` Then you can add server 2 and server 3 to the MySQL Group ...
In-depth Analysis on HLC-based Distributed Transaction Processing blog
example, 0, 1, 2, and 3). After a transaction starts, the number adds 1. If a new transaction is included, add 1 again. In the entire ...
PostgreSQL Family Tree Application Practices - Graph Relation Storage and Search blog
-- Add a new point to the path FROM tbl_er AS g, search_graph AS sg -- circular INNER JOIN ...