본문 바로가기

전체 글346

[2021.04.16] 인턴 +46 Linux(Ubuntu18.04) - Apache log analysis (geoip 사용) [2021.04.16] 인턴 +46 Linux(Ubuntu18.04) - Apache log analysis (geoip 사용) * Linux 복사하기 명령어 cp 파일명 경로 cp geoip_test1.conf /usr/share/logstash/bin * Linux 삭제하기 명령어 rm -rf 파일명 * PC 와 Linux(Ubuntu)에서 ELK를 설치 및 사용 하면서 느낀점 -> 같은 사양이라도 ELK를 Linux(Ubuntu)에서 깔아서 출력하는게 PC보다 렉이 훨 안걸린다. 결론, ELK를 Linux(Ubuntu)에 설치 할 줄 알면, Linux를 적극적으로 사용하자. * PC 와 Linux(Ubuntu)에서 geoip를 하기 위해선? 1. kibana에 들어가서 dev tools 검색 후 들.. 2021. 4. 16.
[2021.04.16] Git bash(깃 배쉬) 설치 및 사용법 [2021.04.16] Git bash(깃 배쉬) 설치 및 사용법 깃 배쉬 (Git bash) 설치 0. 깃 배쉬 설치 http://git-scm.com/download/win Git - Downloading Package Downloading Git Now What? Now that you have downloaded Git, it's time to start using it. git-scm.com 1. git bash 실행 2. txt -> pem 변경 2-1. pem 파일이 있는 해당 경로 -> 오른쪽 마우스 -> git bash here 클릭 3. git bash 창에서 ssh -i 파일명. pem ubuntu@호스트 주소 깃 배쉬 (Git bash) 사용법 -> 해당 pem 파일 위치(C:\Te.. 2021. 4. 16.
[2021.04.16] 파일질라 설치 및 사용법 [2021.04.16] 파일질라 설치 및 사용법 * 파일질라 설치 (PC LINUX 파일 전송 가능) filezilla-project.org/download.php?type=client Download FileZilla Client for Windows (64bit x86) Download FileZilla Client for Windows (64bit x86) The latest stable version of FileZilla Client is 3.53.1 Please select the file appropriate for your platform below. Windows (64bit x86) Size: 11379160 bytes SHA-512 hash: be2f6846d15e4eb2648a5fd.. 2021. 4. 16.
[2021.04.15] 인턴 +45 Ubuntu에서 MySQL 설치 방법 [2021.04.15] 인턴 +45 Ubuntu에서 MySQL 설치 방법 나의 실습환경은 Azure에서 제공해주는 가상머신(Ubuntu)를 만든 상태이다. dev.mysql.com/doc/mysql-apt-repo-quick-guide/en/ MySQL :: A Quick Guide to Using the MySQL APT Repository Steps for a Fresh Installation of MySQL Adding the MySQL APT Repository First, add the MySQL APT repository to your system's software repository list. Follow these steps: Go to the download page for the My.. 2021. 4. 15.
[2021.04.14] 인턴 +44 Linux(Ubuntu18.04) - ELK 설치(MySQL 연동 포함) & Virtual Machine (Azure) [2021.04.14] 인턴 +44 Linux(Ubuntu18.04) - ELK 설치(MySQL 연동 포함) & Virtual Machine (Azure) portal.azure.com/ Microsoft Azure portal.azure.com -> Azure에서 제공해주는 가상 머신을 만들어, ELK(elasticsearch, logstash, kibana)를 설치해보자. * Azure 사이트는 머신러닝(Machine Learning) , ELK , jupyter notebook 다양한 기능을 제공해주는 사이트 -> 즉, 머신러닝 과 인공지능을 하기 위해 만들어진 사이트라고 생각하자 * 돈을 내야 사용할 수 있다. (나는 회사에서 제공해주는 계정을 사용할 것이다.) * 4월9일~4월14일 오후 4시 .. 2021. 4. 14.
[2021.04.14] 인턴 +44 AWS에서 가상머신 만드는 방법 [2021.04.14] 인턴 +44 AWS에서 가상머신 만드는 방법 aws.amazon.com/ko/ 클라우드 서비스 | 클라우드 컴퓨팅 솔루션| Amazon Web Services 제조 AWS를 활용한 Siemens의 에너지, 의료 서비스, 제조 분야 혁신 Siemens가 AWS를 사용하여 어떻게 문화를 바꾸고 혁신을 장려하며 비즈니스 성과를 창출했는지 알아보세요. 자세히 알아보기 업종 aws.amazon.com -> 오늘은 아마존을 통해, 가상머신을 구축해볼 것이다. ssh -i elk-test.pem ubuntu@13.209.42.197 -> 해당 ssh로 접속함. ★★★★유용하게 쓰임. 기억할 것★★★★★ chown -R ubuntu: ubuntu /usr/share/kibana -> chown .. 2021. 4. 14.