Skip to content

Instantly share code, notes, and snippets.

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)

Disable Device Enrollment Notification on MacOS Catalina

Restart the Mac in Recovery Mode by holding Command-R during restart

Open Terminal in the recovery screen and type:

csrutil disable

Restart Computer Normally

@tranhoanganh
tranhoanganh / Generate JPA Entity.groovy
Created April 21, 2020 19:16 — forked from ansidev/Generate JPA Entity.groovy
Generate JPA Entity Script
import com.intellij.database.model.DasTable
import com.intellij.database.model.ObjectKind
import com.intellij.database.util.Case
import com.intellij.database.util.DasUtil
import javax.swing.*
/*
* Written by ansidev.
* Available context bindings:
* SELECTION Iterable<DasObject>