$ sudo pacman -S wireshark-qt
$ sudo gpasswd -a $USER wireshark
$ newgrp wireshark
| amazon-linux-extras install epel -y | |
| yum-config-manager --enable epel | |
| yum install iftop |
| <build> | |
| <pluginManagement> | |
| <plugins> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-compiler-plugin</artifactId> | |
| <version>2.3.1</version> | |
| <configuration> | |
| <source>1.7</source> | |
| <target>1.7</target> |
upstream localhost {
least_conn;
server localhost:8000;
server localhost:8082 backup;
}
server {
listen 80 default_server;
listen [::]:80 default_server;