Search: "apt"
How to Deploy Django Application on Alibaba Cloud - Getting Started with Alibaba Cloud Site
sudo apt-get install python-pip ● Install virtualenv sudo pip install virtualenv ● Create a dir to store your virtualenvs mkdir ...
Deploy Web Apps with High Availability, Fault Tolerance, and Load Balancing on Alibaba Cloud blog
are executed successfully. ``` apt-get update apt-get install apache2 libapache2-mod-php php php-mcrypt php-mysql mysql ...
Version Control with GitLab on Alibaba Cloud blog
dependencies that GitLab requires: ``` # sudo apt-get update # sudo apt-get install -y curl openssh-server ca-certificates ...
How to Set Up Your First Ubuntu 14.04 Server on Alibaba Cloud blog
, ensure your Ubuntu 14.04 system is up-to-date by typing the command below: $ sudo apt-get update And $ sudo apt-get upgrade -y ...
Automation Scripts for WordPress - Part 1 EasyEngine blog
install additional repositories to the package manager. Issue this command: ``` $ sudo apt-get install -y software-properties ...
How to Install Monit Monitoring Tool on Ubuntu 16.04 blog
. ``` apt-get update -y ``` ## Install Monit By default, Monit is available in the Ubuntu 16.04 default repository. You can ...
Creating a Node.js Sequelize App PostgreSQL on Alibaba Cloud blog
install from the repositories: ``` sudo apt-get update ``` ``` sudo apt-get install nodejs ``` Let's install npm, which is ...
How to Manage Django Images and Static Assets on Ubuntu 18.04 blog
the procedure presented here: 1. Install necessary libraries ```bash $ sudo apt install python3 # Install ...
Server Endpoint Security with Osquery blog
osquery with default configurations. ``` $ export OSQUERY_KEY=1484120AC4E9F8A1A577AEEE97A80C63C9D8B80B $ sudo apt-key ...
Bring PostGIS to PostgreSQL on Alibaba Cloud (Part 1 blog
ECS instance using SSH tunneling on your terminal, enter the following commands to install PostgreSQL. ``` $ sudo apt-get ...