From OTN's notice
The Oracle JDK License has changed for releases starting April 16, 2019.
So, Java 8 Update 202 PSU(OTN) under the OBCL without cost.
<?php | |
namespace Laravel\Nova\Http\Controllers; | |
use Laravel\Scout\Searchable; | |
use Laravel\Nova\Fields\Field; | |
use Laravel\Nova\TrashedStatus; | |
use Illuminate\Routing\Controller; | |
use Laravel\Nova\Fields\MorphToMany; | |
use Laravel\Nova\Fields\BelongsToMany; |
#!/bin/bash | |
function usage { | |
echo "USAGE: $0 param.."; | |
echo -e "\t-s SERVICE: service full path"; | |
echo -e "\t-d DESCRIPTION: service desc"; | |
echo -e "\t-r RUNAS : specify the Unix user/group of processes"; | |
echo -e "\t-p PARAM: param to pass service running"; | |
echo -e "\t-t TARGET: param to pass target(default multi-user)"; | |
## | |
server { | |
listen 80; | |
server_name minio.example.com; | |
# To allow special characters in headers | |
ignore_invalid_headers off; | |
# Allow any size file to be uploaded. | |
# Set to a value such as 1000m; to restrict file size to a specific value | |
client_max_body_size 0; | |
# To disable buffering |
/var/log/nginx/*.log { | |
daily | |
missingok | |
rotate 52 | |
compress | |
delaycompress | |
notifempty | |
create 640 nginx adm | |
sharedscripts | |
postrotate |
## | |
## git config --global core.excludesfile ~/.gitignore | |
## laravel default gitignore | |
/node_modules | |
/public/hot | |
/public/storage | |
/storage/*.key | |
/vendor | |
/nova |
"시스템에 부착된 장치가 작동하지 않습니다." 란 메시지가 나오고 WSL 이 동작 안 함.
In 5 minutes, you’ll have a brand new clean Statamic site, with Tailwind CSS and PurgeCSS configured.
It assumes that you work on a Mac, you put your site in ~/sites and you use Laravel Valet.
All the credit go to Jack McDade and philipboomy, from whom I stole and adapt the build scripts and the PurgeCSS config, this is only a detailed write up of the process.
You'll need Yarn and Node. You can install them both in one command via Brew: brew install yarn
## Root 인증서는 하단의 GlobalSign Root CA - R1 | |
## Version: 3 (0x2) | |
## Serial Number: | |
## 04:00:00:00:00:01:44:4e:f0:36:31 | |
## Signature Algorithm: sha256WithRSAEncryption | |
## Issuer: C = BE, O = GlobalSign nv-sa, OU = Root CA, CN = GlobalSign Root CA Validity | |
## Not Before: Feb 20 10:00:00 2014 GMT | |
## Not After : Feb 20 10:00:00 2024 GMT | |
## Subject: C = BE, O = GlobalSign nv-sa, CN = AlphaSSL CA - SHA256 - G2 |