Search result

[PHP 블로그 만들기] - 프로젝트 소개하기

소개 안녕하세요. 모던 PHP 유저그룹 운영진 박경서입니다. 간단히 저에 대해 소개를 드리자면 개발에 대한 아무런 지식이 없을 때 야간 대학에 입학하여 1학년을 마치고 대학과 직장을 병행하며 40명 규모의 마케팅...

게시판

[Next.js] 시작하기

React

Leetcode - Custom Sort String

You are given two strings order and s. All the words of order are unique and were sorted in some custom order previously.

algorithm Leetcode

Leetcode - Container With Most Water

You are given an integer array height of length n. There are n vertical lines drawn such that the two endpoints of the ith line are (i, 0) and (i, height[i]).

algorithm Leetcode Two Pointer series-bcdf5b3-Leetcode-Two-Pointer-Sliding-Window

Leetcode - Longest Substring Without Repeating Charactes

문자열 s 가 주어졌을 때 겹치는 문자가 없는 부분 문자열의 길이를 반환하라.

algorithm Leetcode Sliding Window series-bcdf5b3-Leetcode-Two-Pointer-Sliding-Window

[실전 PHP] 현실적인 PHP 버전 업그레이드

안녕하세요. 모던 PHP 유저그룹 운영진 박민권입니다. 과거 보다 더 나은 현대적인(모던) PHP 개발을 위해서 PHP 버전을 올려야 하는 것은 필수 불가결합니다. 그럼에도 현재 서비스 중인 프로젝트에서는 PHP 버전을...

게시판

악기 키보드 스탠드

- 피아노 신디 건반 스탠드, 최저 높이 조사 * 사운드 마스터 DF084 스탠드 - 18만

Music

AWS EC2 아이피 차단 방법

AWS EC2 아이피 차단 방법 VPC https://console.aws.amazon.com/vpc/ 네트워크 ACL -> 인바운드 규칙 편집 -> 새 규직 추가 -> 규칙 번호를 모두 허용하는 규칙(100)보다 작게 설정 -> 소스에 IP 입력(예: 1.1.1.0/2...

Web

Nginx 웹서버 로그 분석기 , GoAccess

- web server log analysis viewer GoAccess (오픈소스) https://goaccess.io https://github.com/allinurl/goaccess - 14.5k , v1.5.5 , 2022-02 - 설치 $ sudo apt install goaccess //--------------------------...

Web Nginx

RDS MySQL 데이터베이스를 Aurora MySQL 로 마이그레이션하기

먼저, 기존 운영중이 RDS MySQL 의 스냅샷을 생성합니다. 생성된 스냅샷을 선택하여 "스냅샷 마이그레이션"을 실행합니다. DB 엔진 버전은 기존 메이저 버전과 동일한 버전을 사용하여야하며, 메이저 업그레이드는...

Aurora RDS 클라우드