Skip to content

Instantly share code, notes, and snippets.

View firstval's full-sized avatar
👋

First Val Babon firstval

👋
  • Philippines
View GitHub Profile
https://learn.chef.io/tutorials/

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)
#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')
https://eazevedoaws.wordpress.com/2016/04/24/ansible-and-aws-provisioning-ec2-instances/
http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/monitor-charges.html
http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/budgets-managing-costs.html
@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/
@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 / 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
http://www.tecmint.com/install-zimbra-collaboration-suite-on-centos-rhel/
https://www.zimbra.com/docs/ne/5.0.19/multi_server_install/multi-server_install.5.1.html
http://stackoverflow.com/questions/26176057/dns-error-resolving-mx
https://wiki.zimbra.com/wiki/Zimbra_Releases/8.7.0/Upgrade
https://wiki.zimbra.com/wiki/Incoming_Mail_Problems
https://wiki.zimbra.com/wiki/Log_Files
https://wiki.zimbra.com/wiki/Administration_Console_and_CLI_Certificate_Tools
MAIN WEB LOCATION
ftp
https://linuxconfig.org/how-to-setup-vsftpd-ftp-file-server-on-redhat-7-linux
https://www.g-loaded.eu/2008/12/02/set-up-an-anonymous-ftp-server-with-vsftpd-in-less-than-a-minute/
http://www.ducea.com/2006/07/27/allowing-ftp-access-to-files-outside-the-home-directory-chroot/
https://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-ftp-vsftpd-conf.html
Enable Passive mode on ftp!
http://www.net2ftp.com/ - /inc/register.global.inc
http://serverfault.com/questions/421161/how-to-configure-vsftpd-to-work-with-passive-mode
LEMP CentOS