개발환경 & 도구 9

[설치 가이드] Metasploitable 2 VirtualBox 설치

오늘은 Metasploitable 2를 VirtualBox에 설치하는 방법에 대해 정리해보고자 한다. VirtualBox 실행 후 , 새로 만들기 클릭종류 : LinuxSubtype: Ubuntu버전 : Ubuntu (32-bit) 를 선택 이름은 편한 것을 작성하고, Metasploitable 2는 우분투 기반의 32비트 OS 이기때문에 해당 버전을 선택해 준다. 이후 설정은 메모리 용량만 512 ~ 1024MB 사이로 변경 기존 가상 하드 디스크 파일 사용 선택 추가 버튼 클릭 Metasploitable 설치 후 압축파일을 풀어보면 파일에 Virtualmachine Disk Format 형식의 파일이 있을 것이다.해당 파일을 선택 그러면 하드 디스크 선택기에 이와 같이 파일이 확인될 것이다. 파일 ..

[설치 가이드] XAMPP 다운로드

간단한 웹 개발을 위해서 Apache + PHP + MariaDB + perl 통합 패키지인 XAMPP를 다운로드 받아 설치해보고자 한다. XAMPP 설치 파일 : https://www.apachefriends.org/ XAMPP Installers and Downloads for Apache FriendsWhat is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incred..

[설치 가이드] mongoDB 다운로드

오늘은 mongoDB를 다운로드 받으려고 한다일단 mongoDB 설치파일 다운로드설치 파일 다운로드 링크: https://www.mongodb.com/try/download/enterprise Try MongoDB Enterprise AdvancedTry MongoDB Enterprise Advanced on premise non-relational database including the Enterprise Server, Ops Manager, and Enterprise Kubernetes Operator!www.mongodb.com설치파일 다운로드설치 파일 실행라이선스 체크 후 NextComplete 선택 Complete ( 디폴트 경로 설치)Custom (다른 위치 설치)Data Directory,..

[Git 에러 해결] SSH Permission denied (publickey)

git을 사용하다이런 에러를 만났다.일단 ssh key가 생성되어있는지 확인한다. 파일을 찾을 수 없다는 문구가 출력된다면 키값을 먼저 생성해주어야한다. ssh-keygen 명령어로 키를 생성해준다.입력후 키값이 출력된다면 키는 생성된 것이다. 생성 후 Github -> 프로필 -> Settings -> Access 부분에 SSH and GPG keys로 들어가준다.New SSH key 선택명령어로 확인했던 키값을 복사 후 붙여넣기로 입력해주고 Add SSH key를 선택해주면 완료된다.

[설치 가이드] Node.js 다운로드

설치파일 다운로드https://nodejs.org/en Node.js — Run JavaScript EverywhereNode.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.nodejs.org파일 설치 후 실행NextI accept the terms in the License Agreement 선택 후 Next -> 파일 경로 선택 -> Nextcustom Setup 나는 기본으로 했다 -> Next체크 후 NextInstall설치 완료Finish 버튼 클릭시 cmd(명령 프롬프트), powershell이 뜨면 아무키나 입력 후 tool 설치를 받으면 된다.

[설치 가이드] Git 다운로드

git 설치 파일을 다운로드하기 위해 다운로드 사이트에 들어간다https://git-scm.com/downloads Git - DownloadsDownloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific expgit-scm.com자기에게 맞는 OS를 선택위와 같은 화면에서 standalone installer 부분에 맞..

[설치 가이드] Windows Server 2019 다운로드

오늘은 Oracle VM VirtualBox에 Windows Server 2019를 설치하고자 한다.Virtualbox : https://www.virtualbox.org/wiki/Downloads Downloads – Oracle VM VirtualBoxDownload VirtualBox Here you will find links to VirtualBox binaries and its source code. VirtualBox binaries By downloading, you agree to the terms and conditions of the respective license. VirtualBox 7.0.20 platform packages The binaries are released und..

[설치 가이드] Rocky linux 다운로드

oracle VM VirtualBox에 Rocky linux를 설치해보고자 한다. [ 환경 구성 ]Virtualbox : https://www.virtualbox.org/wiki/Downloads Downloads – Oracle VM VirtualBoxDownload VirtualBox Here you will find links to VirtualBox binaries and its source code. VirtualBox binaries By downloading, you agree to the terms and conditions of the respective license. VirtualBox 7.0.18 platform packages The binaries are released unde..