- AWS EC2 t2.micro
- CentOS Linux release 7.0.1406 (Core)
- PHP 5.6.11
- MySQL 5.6
- Laravel Framework version 5.1.7 (LTS)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://aws.amazon.com/cli/ | |
| http://docs.aws.amazon.com/cli/latest/reference/ | |
| http://docs.aws.amazon.com/AWSImportExport/latest/DG/ManifestFileRef_international.html | |
| https://aws.amazon.com/blogs/compute/building-a-dynamic-dns-for-route-53-using-cloudwatch-events-and-lambda/ | |
| https://docs.amazonaws.cn/en_us/elasticloadbalancing/latest/classic/enable-disable-crosszone-lb.html?icmpid=docs_elb_console | |
| https://stormpath.com/blog/ultimate-guide-deploying-static-site-aws |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://www.tecmint.com/useful-linux-commands-for-newbies/ | |
| http://www.tecmint.com/20-advanced-commands-for-middle-level-linux-users/ | |
| http://www.tecmint.com/20-advanced-commands-for-linux-experts/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://itsfoss.com/asciinema-record-terminal/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/monitor-charges.html | |
| http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/budgets-managing-costs.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://eazevedoaws.wordpress.com/2016/04/24/ansible-and-aws-provisioning-ec2-instances/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #import necessary libraries | |
| import cv2 | |
| import numpy as np | |
| #capture video from the webcam | |
| cap = cv2.VideoCapture(0) | |
| #load the face finder | |
| face_cascade = cv2.CascadeClassifier('/home/sm/Desktop/haarcascade_frontalface_default.xml') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://learn.chef.io/tutorials/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://askubuntu.com/questions/7477/how-can-i-add-a-new-user-as-sudoer-using-the-command-line | |
| http://manpages.ubuntu.com/manpages/wily/man8/useradd.8.html | |
| http://www.cyberciti.biz/faq/linux-remove-user-command/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://easy-wi.com/ | |
| https://blogs.msdn.microsoft.com/benjaminperkins/2014/05/05/make-your-own-ssl-certificate-for-testing-and-learning/ |