sudo apt-get install python python-pip
sudo pip install awscli
aws configure
| version="2.4.12" | |
| echo "Installing OpenCV" $version | |
| mkdir OpenCV | |
| cd OpenCV | |
| echo "Removing any pre-installed ffmpeg and x264" | |
| sudo apt-get -qq remove ffmpeg x264 libx264-dev | |
| echo "Installing Dependenices" |
| Use this as an example on how to start the virtual console without the need of Java Web Start or accessing it from the web interface. | |
| You can use the user and password that you use for the web interface. | |
| You need an old JRE... I used 1.7.0_80 from the Server JRE package, also I have tested successfully 1.7.0_79 with MacOS. | |
| You don't need to install it, just extract it or copy the files in "jre" folder. | |
| Open the viewer.jnlp file that you get by launching the virtual console from the web interface with a text editor. | |
| Note the urls to the jar files. Download the main jar file avctKVM.jar and the libs for your operating system and architecture. | |
| Extract the dlls (.so Linux, .jnilib MacOS) from the jar libs. |
| Use tcpdump to monitor mysql | |
| # Capture the packets | |
| sudo tcpdump -i eth0 port 3306 -s 65535 -x -n -q -tttt > tcpdump.out | |
| # analyze all the requests from a given host | |
| pt-query-digest --type=tcpdump --filter '($event->{host} || $event->{ip} || "") =~ m/192.168.248.64/' tcpdump.out |
| packages: | |
| yum: | |
| php55-fpm: [] | |
| files: | |
| "/opt/elasticbeanstalk/hooks/appdeploy/pre/26_phpfpm_config.sh": | |
| mode: "000755" | |
| owner: root | |
| group: root | |
| content: | |
Create the following folder structure in your root project directory: .ebextensions/supervisor
Place the supervisor.config under .ebextensions/
Place the setup.sh under .ebextensions/supervisor/
Run "chmod +x .ebextensions/supervisor/setup.sh"
Place the supervisord.conf under .ebextensions/supervisor/