Search result

웹서버 nginx 폴더에 패스워드 설정

웹서비스 경로에 인증(사용자 아이디, 비밀번호) 걸기 nginx directory password auth setting * apache htpasswd 유틸 필요 - htpasswd 유틸은 apache httpd 서버 프로그램에 포함되어 있음 - 리눅스는 기본 설치...

Web

[php] composer 1.10으로 업그레이드 후 dump-autoload 경고 메시지

composer dump-autoload 를 실행하면 다음의 경고 메시지가 출력됨 - 경고 메시지 Deprecation Notice: Class php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2....

PHP

[php] composer 1.10으로 업그레이드 후 dump-autoload 경고 메시지

composer dump-autoload 를 실행하면 다음의 경고 메시지가 출력됨 - 경고 메시지 Deprecation Notice: Class php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2....

PHP

format에러날 경우

이렇게 할 경우 에러가 생기는 경우가 있다.{{($workplan->created_at)->format('m-d')}}Call to a member function format() on string (View: /Users/wonhochoi/pcb/resources/views/workplan/index.blade.php)아...

Carbon

format에러날 경우

이렇게 할 경우 에러가 생기는 경우가 있다.{{($workplan->created_at)->format('m-d')}}Call to a member function format() on string (View: /Users/wonhochoi/pcb/resources/views/workplan/index.blade.php)아...

Carbon

Typescript SOLID (1) - 단일책임원칙(SRP)

객체지향에서 가장 모호한게 클래스의 크기를 규정하는 일입니다. 단일 책임 원칙(SRP, Single Responsibility Principle)은 이 문제를 해결 할 수 있도록 가이드라인을 제시합니다. 한 클래스는 하나의 책임만...

CleanCode solid designpattern typescript

Typescript SOLID (1) - 단일책임원칙(SRP)

객체지향에서 가장 모호한게 클래스의 크기를 규정하는 일입니다. 단일 책임 원칙(SRP, Single Responsibility Principle)은 이 문제를 해결 할 수 있도록 가이드라인을 제시합니다. 한 클래스는 하나의 책임만...

CleanCode solid designpattern typescript

zsh 사용하기

1. CentOS 7 yum install zsh 2. CentOS 8 dnf install zsh 3. MacOS X brew install zsh 기본 쉘을 zsh 로 변경합니다. chsh -s /bin/zsh 이후, 계정마다 oh my zsh 를 설치합니다. curl -L https://raw.github.com...

서버관리 zsh

Set WireGuard Client on Windows

Because of the COVID-19, most of company introduce remote-working system. In this post, you can get knowledge about how to set your…Continue reading on Medium »

wireguard settings VPN

How to control multiple PHP versions in Ubuntu

Although PHP 5.6 is legacy version and it’s not recommend for system, sometimes we should maintain legacy system. Let’s learn how to…Continue reading on Medium »

version-control PHP ubuntu