Web/Server

    AWS EC2 서버 구축/환경설정+ DB 외부 접속

    🌟Goal : AWS EC2 인스턴스에 리눅스 서버를 구축하고, Nginx, PHP, MySQL등을 설치해 개발 환경을 설정한다. 마지막으로 외부에서 서버와 서버 데이터베이스에 접속까지 완료해보자. 1. AWS EC2 리눅스 인스턴스 생성 https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html#ec2-launch-instance Tutorial: Get started with Amazon EC2 Linux instances - Amazon Elastic Compute Cloud Tutorial: Get started with Amazon EC2 Linux instances Use this tutorial to get started ..

    Bitnami로 로컬 서버 구축/포트포워딩을 통한 외부 접속

    🌟Goal : Windows에서 Bitnami를 통해 로컬 서버를 구축하고, 포트포워딩을 통해서 외부접속까지 해보기 1. Bitnami란? : 가상 Appliance 및 웹 어플리케이션, 개발 소프트웨어 패키지 및 설치 라이브러리 이다. WAMP(윈도우 전용)/MAMP(맥 전용)가 있으며, 각각 OS에 맞는 버전을 설치하면 된다. ⬇️하단 링크를 통해 다운 받을 수 있다. 셋업 프로그램이 알아서 패키지를 다 설치해줘서 편안히 기다리기만 하면됨. https://bitnami.com/stack/wamp WAMP WAMP packaged by Bitnami provides a complete, fully-integrated and ready to run WAMP development environment. I..

    Ubuntu가 검은 커서에서 부팅되지 않는 오류

    내가 이거 때문에 반나절을 마음고생해서.. 다른 사람들은 고생을 좀 덜 하셨으면 하는 마음입니다. 일단 나같은 경우에는 여기서 부팅이 더이상 되지 않았다. 몇번씩이나 껐다켰다 하고 여러가지 방법을 다 써봤는데 나는 통하지 않았다. 여기서 정말 컴퓨터를 진지하게 부술까 고민했는데... 일단 구글링 끝에 찾은 원인은 다음과 같다. https://askubuntu.com/questions/297080/ubuntu-open-to-black-screen-with-blinking-underscore-character-after-release-upg Ubuntu open to black screen with blinking underscore character after release upgrade I upgrade..