Search: "y"
Create a VPN-secured VPC with Packer and Terraform blog
; apt-get upgrade -y && apt-get install -y net-tools wget -nv -O /opt/openvpn.deb http://swupdate.openvpn.org/as/openvpn ...
Install RStudio Shiny Server on Centos 7 blog
using the following command. `yum -y install update` ## Install R R package is required to install the Shiny server so we ...
How to Install Citadel Mail Server on Ubuntu 16.04 blog
command to update your base system with the latest available packages. ``` apt-get update -y ``` ## Install Citadel Groupware ...
How to Install and Configure Tripwire IDS on Ubuntu 16.04 blog
following command to update your base system with the latest available packages. ``` apt-get update -y ``` ## Install Tripwire By ...
Setting Up a Flask Application on Alibaba Cloud ECS Ubuntu 16.04 blog
install git curl -y`. Now we can use the following one-liner to install `pyenv`: ``` curl -L https://github.com/pyenv/pyenv ...
Setup and Deploy Geodjango App on Alibaba Cloud Part 1: Basic Setup blog
using the following command ``` sudo apt-get update ``` ``` sudo apt-get install -y postgresql postgresql-contrib ``` Install ...
Installation of BookStack on CentOS 7 blog
PHP and PHP-FPM with all the required extensions. Run following command to do so. ``` yum -y install php70w-fpm php70w-mcrypt ...
How to Apply API Gateway for DirectMail in Python blog
by the HTTP "Date" header date = now.strftime("%a, %d %b %Y %H:%M:%S GMT") # Date used by the API parameter ...
Alibaba Cloud ECS Instance Security Checklist for Ubuntu 16.04 blog
RKHunter. To install this tool, run the command below: ``` $ sudo apt-get -y install rkhunter ``` Then, edit rkhunter ...
How to Install Bro IDS on Ubuntu 16.04 blog
with the latest available packages. ``` apt-get update -y ``` ## Install Required Packages Before starting, you will need to ...