Search: "repository"
How to Prevent DDoS Attacks with ModEvasive for Apache Web Server blog
available on the Ubuntu software repository. So we can install it using the apt-get utility. This is the default package ...
How to Install AIDE on Ubuntu 16.04 blog
, AIDE can be found in the Ubuntu 16.04 default repository. You can install it by just running the following command: ``` apt-get ...
Building An Immutable Cloud Infrastructure On Alibaba Cloud blog
``` $ yum install -y ostree ``` Then initialize a new ostree repository ``` $ mkdir -p /etc/demo && cd /etc/demo ...
MySQL Database Replication on Ubuntu blog
repository doesn't have the Group Replication plugin. So we will have to manually download the deb packages for MySQL ...
How to Install Turtl Server on Alibaba Cloud ECS blog
install automake ``` To install Libuv, you will need to download the Libuv package from its official repository. ``` # wget ...
How to Manage and Monitor Docker Containers Using Dry blog
default repository. So you will need to add the PPA for that. You can do this by running the following command: ``` curl -fsSL https ...
Big Data Storage and Spark on Kubernetes blog
%9E%90/Spark%E4%BD%BF%E7%94%A8OSS%20Select%E5%8A%A0%E9%80%9F%E6%95%B0%E6%8D%AE%E6%9F%A5%E8%AF%A2.md) to see the code repository ...
How to Install and Use Composer on Ubuntu 16.04 blog
official repository for Composer. - Select the package that you require. - Run the composer require the command to include the ...
Deploy IoT Applications with Node-RED on Alibaba blog
Ubuntu 16.04 owing to its inclusion in the default repository. First, run the command below to clone Node-RED from GitHub ...
Quick Start to VSCode Plug-ins: Write LSP Project from Scratch blog
fact, we only need to reference the `vscode-languageserver` module: ``` , "repository": , "dependencies ...