Search: "etc"
How to Install Opencast on Ubuntu 16.04 blog
required several dependencies such as build tools, Tesseract, sox etc. Install the dependencies. sudo apt -y install git unzip ...
9-minute Course on Wordpress Setting in Alibaba Cloud Server Forums
the Nginx configuration file is /etc/nginx/nginx.conf, as shown below. user test; worker_processes 4; pid /var/run/nginx.pid ...
Setting Up a Server Cluster for Enterprise Web Apps (2 blog
On each node, create a Virtual Host Nginx configuration file for the WordPress web application: `# nano /etc/nginx/sites ...
How to Install and Deploy Kubernetes on Ubuntu 16.04 blog
, so each server can communicate with each other using the hostname. First, open /etc/hosts file on the first server ...
How to Secure Nginx with NAXSI Firewall on Ubuntu 16.04 blog
source and compile it with Naxsi support with the following command: cd nginx-1.14.0 ./configure --conf-path=/etc/nginx ...
How to Install and Configure Diaspora on Alibaba Cloud blog
" >> /etc/apt/sources.list.d/pgdg.list' # wget -q https://www.postgresql.org/media/keys/ACCC4CF8.asc -O - > ...
How to Install OSSEC on Ubuntu 16.04 blog
/etc/hosts.deny and the second one will block the host on iptables (if linux) or on ipfilter (if Solaris, FreeBSD or ...
RAM authentication - E-MapReduce Documentation
10.27.230.10 /pathto/emrheader1_pwd_file # Ensures the value of the /etc/ecm/hadoop-conf/core-site.xml file on the Gateway is ...
How to Set Up a Highly Available PostgreSQL Cluster Using Patroni on Ubuntu 16.04 blog
following command: ``` apt-get install haproxy -y ``` ## Configure Etcd Etcd default configuration file is located at /etc ...
Building a Hyperledger Fabric Network from Scratch blog
. ``` vi /etc/profile source /etc/profile Write the following code to the profile: export GOROOT=/usr/local/Cellar/go/1.10 export ...