Search: "linux bash"
How to Deploy React Apps Using Webhooks and Integrating Slack on Ubuntu blog
``` Now run the script by command below. ``` # sudo bash nodesource_setup.sh ``` To install execute the command. ``` # sudo ...
How to Install Rancher on an Alibaba Cloud ECS instance blog
-up-a-linux-server-on-alibaba-cloud_572384) or [quick-start guide](https://www.alibabacloud.com/help/doc-detail/25422.htm). Your ...
Install third-party dependencies - Function Compute Documentation
, and compress them into a zip package.In the Linux operating system, you can specify all files in the code folder as source files ...
How to Deploy Apps Effortlessly with Packer and Terraform blog
;: [ ] } ``` And right next to it, a file named `base-setup` with the following: ``` #!/usr/bin/env bash apt-get update ...
Build Docker on a CentOS 7-based ECS instance - Elastic Compute Service Documentation
described in this topic is applicable to developers that are familiar with Linux, but new to Alibaba Cloud ...
Scheduled maintenance tasks - AnalyticDB for PostgreSQL Documentation
Linux Shell script file and run it as a scheduled crontab task. #!/bin/bash export PGHOST=myinst.gpdb.rds.tbsite.net ...
Set Up Vesta Control Panel on Alibaba Cloud blog
. Vesta Open API is used for CLI calls. Vesta core has been written in bash which is native programming language in Linux operating ...
Kubernetes Batch Jobs blog
. Pods do work using its containers. Containers work using Docker images. Our example above uses the Alpine Linux docker image ...
Develop Function Compute by Installing Third-Party Dependencies blog
LD_LIBRARY_PATH=/code/.fun/root/usr/lib/x86_64-linux-gnu:/code:/code/lib:/usr/local/lib PATH=/code/.fun/root/usr/local/bin:/code ...
Serving Flask Applications with uSWGI on Ubuntu blog
needed to compile python extensions and `Nginx` which will work as a front end reverse proxy server for us. ``` bash sudo apt-get ...