I completed 300 questions on Leetcode today March 13th. I first started my Leetcode grinding journey on Oct 31st. It took me 4.5 months to solve 300...
I purchased an annual premium subscription last Black Friday. I have been using Leetcode consistently since then. I paid $129 instead of $159 with...
로컬에서는 잘 돌아가는데 서버에서는 안 돌아갈 때가 있죠 서버에 올라간 코드가 로컬에 있는 코드랑 동일한지 확인해보고 싶을 때가 있을텐데요 이 때 쓸 수 있는 명령어를 소개해보겠습니다 서버에서 /var/app/currrent/로 들어가보면 간단하게 서버에 올라간 폴더...
If you need to run certain tasks regularly or at certain time period in a django project, then you can consider using apscheduler or crontab. You can...
netstat 네트워크 접속, 라우팅 테이블, 네트워크 인터페이스의 통계 정보를 보여주는 도구 사용 방법 : netstat [옵션] [| grep 포트 번호 or 서비스 명] option : l (listen) : 연결 가능한 상태 n (number...
When setting up AWS server, most books & tutorials teach you to create EC2 instance first, but what you need to do first is creating VPC. If you see...