Skip to content

Instantly share code, notes, and snippets.

View firstval's full-sized avatar
👋

First Val Babon firstval

👋
  • Philippines
View GitHub Profile
@firstval
firstval / AWS
Last active January 7, 2017 03:33
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
@firstval
firstval / linux_commands
Created May 29, 2016 08:32
60 Commands of Linux : A Guide from Newbies to System Administrator
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/
@firstval
firstval / recording session
Created May 22, 2016 07:36
ASCIINEMA: A BETTER WAY TO RECORD & SHARE LINUX TERMINAL SESSION
http://itsfoss.com/asciinema-record-terminal/
http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/monitor-charges.html
http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/budgets-managing-costs.html
https://eazevedoaws.wordpress.com/2016/04/24/ansible-and-aws-provisioning-ec2-instances/
#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')

CentOS 7 + Nginx + MySQL5.6 + PHP5.6 (Laravel5.1) インストール nginx+php-fpmで動作確認まで

環境

  • 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)
https://learn.chef.io/tutorials/
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/
https://easy-wi.com/
https://blogs.msdn.microsoft.com/benjaminperkins/2014/05/05/make-your-own-ssl-certificate-for-testing-and-learning/