Search: "localhost"
How to Install and Configure Tripwire IDS on Ubuntu 16.04 blog
through the mail. Before starting, test E-mail notification using the following command: ``` tripwire --test --email root@localhost ...
Traffic Management with Istio (3): Traffic Comparison Analysis based on Istio blog
: - curl - localhost:8888 initialDelaySeconds: 10 periodSeconds: 60 timeoutSeconds ...
Install BigTree CMS on CentOS 7 blog
grant the required permissions to the user for the database. ``` CREATE USER 'bigtree_user'@'localhost' ...
Kubernetes Cluster Monitoring Using Prometheus blog
browser to `http://localhost:300` , you will access the Grafana interface, which is already populated with some useful dashboards ...
How to Install and Configure VNC on an Alibaba Cloud ECS Instance blog
``` Enter your SSH login password. Afterwards, the command will create the tunnel between your localhost and the VNC server ...
How to Deploy Symfony on Alibaba Cloud blog
database and grant privileges to that user. ``` mysql> CREATE USER 'vaati'@'localhost' IDENTIFIED BY 'password ...
Practical Exercises for Docker Compose: Part 1 blog
dev eth0 172.22.0.0/16 dev eth0 scope link src 172.22.0.2 / # cat /etc/hosts 127.0.0.1 localhost ::1 localhost ip6 ...
DevOps and Alibaba Cloud Docker (V) - performance tests Forums
; <client host="localhost" use_controller_vm="true"/> </clients> <servers> ...
Setting Up a Server Cluster for Enterprise Web Apps (1 blog
‘new_user'@'localhost' IDENTIFIED BY ‘new_users_password’;` Now grant all the privileges the ...
How to Install CMS Made Simple v2.2 on LAMP in CentOS 7.3 blog
: ``` CREATE DATABASE made_db CHARACTER SET utf8 COLLATE utf8_general_ci; CREATE USER 'made_db'@'localhost' IDENTIFIED ...