DevOops
  • Home
  • About
  • Indonesia
  • Matzip
  • Microsoft MVP
Subscribe
Tagged

error

A collection of 3 posts

laravel 8

[Laravel 8] laravel/ui 설치 후 npm run dev에서 에러 날 때

laravel/ui 설치 직후 npm run dev에서 에러 날 때 원인 모를 에러가 나는 경우가 있습니다. cross-env를 설치하면 해결이 됩니다.

  • Gilbok Lee
Gilbok Lee Oct 23, 2021 • 1 min read
python

python 'pip install' 실행 시 [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate 에러가 발생할 경우

증상pip install chromedriver-binary-auto Collecting chromedriver-binary-auto Using cached chromedriver-binary-auto-0.1.1.tar.gz (4.3 kB) Preparing metadata (setup.py) ... done Building wheels for collected packages: chromedriver-binary-auto Building wheel for chromedriver-binary-auto (setup.py) ... error ERROR: Command errored out with exit status 1: command: /Users/gilbok-m1/codes/gitlab-mamikos/bugsnag-settler/venv/bin/python

  • Gilbok Lee
Gilbok Lee Oct 18, 2021 • 2 min read
AWS: pem 키에 대해 bad permissions 오류가 발생할 때
aws

AWS: pem 키에 대해 bad permissions 오류가 발생할 때

AWS에 EC2를 생성한 후, *.pem 키를 이용해 ssh 접속을 시도하는 순간, ssh -v -i <your>.pem [email protected]<your-instance-public-dns> *.pem are too open 어쩌구하며, bad permissions 오류가 나는 경우 아래와 같이 하여 파일 주인(owner)만 읽을 수 있게하고 모든 권한을 없애면 문제가 사라집니다. chmod 400 <

  • Gilbok Lee
Gilbok Lee Jan 8, 2019 • 1 min read
DevOops © 2022
  • Data & privacy
  • Contact
  • Contribute →
Powered by Ghost