Search: "git"
ModSecurity: Free WAF Component for Mid- and Small-Scale Webmasters blog
customized to meet different requirements. a. Download OWASP rules: git clone ~@https://github.com/SpiderLabs/owasp-modsecurity-crs ...
Understanding HTTP/2: History, Features, Debugging, and Performance blog
default): ``` # git clone https://github.com/alibaba/tengine.git # cd tengine # ./configure --prefix=/opt/tengine --with ...
Advanced WordPress Management Using WP-CLI on Alibaba Cloud ECS – Part 3 blog
, Local and Production environments and implemented a Git version controlled workflow. WP-CLI works very well in this ...
Data De-duplication in Image Search Services blog
search plug-in: Dependent on gd.h. `# yum install -y gd-devel` Download and install imgsmlr. ``` $ git clone https ...
Moodle development framework blog
moment. ## An Overview of Moodle You can download Moodle from this link or simply obtain a clone from the git repository. It ...
Kubernetes Demystified: Using LXCFS to Improve Container Resource Visibility blog
can be obtained from the following GitHub address: ``` git clone https://github.com/denverdino/lxcfs-initializer cd lxcfs ...
Getting to Know Dockerfile Instructions: Part 4 blog
:8-jdk RUN apt-get update && apt-get install -y git curl && rm -rf /var/lib/apt/lists/* ARG user=jenkins ARG ...
Launching a Word-to-PDF Cloud Service on Function Compute blog
, a sample project is provided to show how to quickly deploy a project through simple configuration. ``` # Clone a project git ...
Setup and Deploy Geodjango App on Alibaba Cloud Part 2: Completing the App blog
project folder. There are many approaches of making the changes. You can use git and push the changes to a remote, and then clone ...
Installing Fast.ai in Alibaba Cloud GPU and Running It on Jupyter Notebook blog
using an example for computer vision. Type the following command to copy example data for fast.ai: ``` git clone https ...