Search: "g"
Dynamically Increase Storage Capacity with LVM (Without Rebooting blog
* with *--size*. `lvcreate --size 10G --name volume1 group1` would create a 10 gigabytes volume. We can replace the "G" ...
How to Setup MariaDB Master and Slave Replication on Ubuntu 16.04 blog
; MariaDB [(none)]> SHOW SLAVE STATUS\G; ``` Output: ``` *************************** 1. row ...
How to Configure Chroot Environments for SFTP Access on Ubuntu 16.04 blog
the chrooted group that we created above. We can do this using the command below: ``` $ sudo usermod -G sftpusers jacob ...
How to Install OpenLDAP and phpLDAPadmin on Ubuntu 16.04 blog
: /system.slice/slapd.service └─16622 /usr/sbin/slapd -h ldap:/// ldapi:/// -g openldap -u openldap -F /etc/ldap/slapd.d ...
Getting to Know Dockerfile Instructions: Part 3 blog
nginx Dockerfile is CMD ["nginx", "-g", "daemon off;"] So when you run the previous shown ...
How to Install Parse Server on Ubuntu 16.04 blog
-g ``` ## Install and Configure Parse Server Download the example parse server from Git repository with the following ...
How to Setup MySQL NDB Cluster on Ubuntu 16.04 blog
the output below: ``` Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 5 Server version ...
How to Install Bugzilla on CentOS 7 blog
install the Apache web server. ``` sudo yum -y install httpd httpd-devel ``` ``` sudo sed -i 's/^/#&/g' /etc/httpd ...
Cloud Monitor Log Generation from Sample Application blog
Import Flask package and instantiate Flask application ``` from flask import Flask app = Flask(__name__) ``` g. app/templates ...