목록Server&Network/Capston (90)
월루를 꿈꾸는 대학생
# dpkg 관련 오류 때 사용 sudo killall apt apt-get rm /var/lib/apt/lists/lock rm /var/cache/apt/archives/lock rm /var/lib/dpkg/lock* dpkg --configure -a apt update # 원격 gui 접속 툴 설정 gvncviewr 다만 복붙은 불가 sudo apt update sudo apt install gvncviewer ## gvncviewr로 gns3 연결 성공
1. 설치할 OS 다운 https://www.raspberrypi.org/downloads/ Raspberry Pi Downloads - Software for the Raspberry Pi Download free software for Raspberry Pi, including Raspberry Pi Imager, Raspbian, and third-party OS images. Beginners should start with Raspberry Pi Imager www.raspberrypi.org 2. SD카드에 씌우기 https://www.balena.io/etcher/ balena - The complete IoT fleet management platform Infrastructure and ..
출처 https://kifarunix.com/installing-elk-stack-on-centos-8/ 완성
id , pw : Admin / zabbix 참고 https://tecadmin.net/install-zabbix-server-centos-8/ How To Install Zabbix Server on CentOS/RHEL 8 – TecAdmin Zabbix is a free and open-source monitoring solution designed for real-time monitoring of servers, virtual machines, networks, and cloud services. It was developed by Alexei Vladishev and actively supported by Zabbix SIA. It is based on the client-server m tec..
grafana.com/grafana/plugins/alexanderzobnin-zabbix-app Zabbix plugin for Grafana Zabbix plugin for Grafana grafana.com 해당 홈페이지에서 자빅스와 관련된 플러그인 설치 grafana-cli plugins install alexanderzobnin-zabbix-app service grafana-server restart enable 클릭 zabbix의 데이터 넣어주기 -> add data source 왜 안 나오냐 ;;; 해결방법 grafana 플러그인을 하위 버전으로 새로 다운하자
GRANAFA 홈페이지 가서 설치 grafana.com/grafana/download Download Grafana Overview of how to download and install different versions of Grafana on different operating systems. grafana.com 명령어 창에 입력 service grafana-server start systemctl enable grafana-server 설치는 일단 끝 localhost:3000 id , pw 는 admin 설치 성공
sudo yum install epel-release sudo yum install pwgen curl -X GET http://localhost:9200 DB 설치 암호 생성 password_secret 넣어주기 echo -n yourpassword | shasum -a 256 https://www.itzgeek.com/post/how-to-install-graylog-on-centos-8-rhel-8/ How To Install Graylog on CentOS 8 / RHEL 8 | ITzGeek Graylog is an open-source log management tool that helps you to collect, store and analyze machine logs in a centra..
리눅스 운영체제는 시스템에서 다양하게 발생하는 대부분의 사건들을 여러가지 방법으로 로그에 기록하기 때문에 무슨 문제가 발생했는지 로그를 분석해서 문제해결이 가능하다. 대부분의 로그는 /var/log 디렉토리 안에서 존재 로그의 종류 시스템 로그 1. 인증로그 - 사용자 인증 과정에서 발생하는 로그 - /var/log/secure 에 저장 - 이 로그 정보를 통해 사용자의 로그인 정보 확인 2. 데몬로그 - 데몬 : 관리자의 간섭 없이 백그라운드에서 실행되는 프로그램 -> 시스템의 항상성에 영향을 미침 - /var/log/daemon.log에 기록 3. 커널 로그 _ 리눅스 커널이 발생시킨 로그 기록 - /var/log/kern , /var/log/dmesg 4. 시스템 로그 - 리눅스 시스템에서 발생하는..