리눅스 썸네일형 리스트형 CentOS 7에서 Zabbix(5.0.0)을 소스로부터 컴파일하고 설치하는 방법 CentOS 7에서 Zabbix(5.0.0)을 소스로부터 컴파일하고 설치하는 방법 필수 패키지 설치 yum install gcc libxml2-devel net-snmp-devel \ curl-devel unixODBC-devel OpenIPMI-devel libssh2-devel \ iksemel-devel openldap-devel libevent-devel 자빅스 소스 다운로드 wget https://cdn.zabbix.com/zabbix/sources/stable/5.0/zabbix-5.0.0.tar.gz tar xvfz zabbix-5.0.0.tar.gz 컴파일 및 설치 cd zabbix-5.0.0 ./configure \ --enable-server \ --enable-agent \ --wit.. 더보기 CentOS 7에서 HashiCorp Vault를 설치하는 방법 CentOS 7에서 HashiCorp Vault를 설치하는 방법 Vault Release https://releases.hashicorp.com/vault/ prerequirement yum -y -q install curl unzip openssh openssh-server openssh-clients yum -y -q install epel-release yum -y -q install sshpass Vault 설치 export VAULT_VERSION=1.3.4 cd /usr/local/src/ curl -fsSLO https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip curl -fsSL.. 더보기 hostnamectl 명령어 hostnamectl 명령어 hostnamectl 명령어는 리눅스 시스템에서 호스트 이름과 관련된 정보를 표시하거나 설정하는 데 사용되는 유틸리티입니다. 이 명령어를 사용하면 호스트 이름과 관련된 다양한 시스템 정보를 확인하고 변경할 수 있습니다. hostnamectl 사용법 $ hostnamectl --help hostnamectl [OPTIONS...] COMMAND ... Query or change system hostname. -h --help Show this help --version Show package version --no-ask-password Do not prompt for password -H --host=[USER@]HOST Operate on remote host -M --m.. 더보기 [리눅스] knockpy : Subdomain Scanner Knockpy – Open Source Subdomain Scanner Tool : Python tool designed to enumerate subdomains on a target domain prerequisites $ cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) python version $ python --version Python 2.7.5 pip version $ pip -V pip 19.1.1 from /usr/lib/python2.7/site-packages/pip (python 2.7) dependencies pip install dnspython installing git clone https://github.com/g.. 더보기 [url] Easy Bash PS1 Generator Easy Bash PS1 Generator http://ezprompt.net export PS1="\[\e[31m\]\u\[\e[m\]\[\e[37m\]@\[\e[m\]\[\e[33m\]\h\[\e[m\]:\[\033[01;36m\]\W\[\e[m\]$ " 더보기 [리눅스] syslog(rsyslog)로 로그시스템 구성 syslog(rsyslog)로 로그시스템 구성 mkdir -p /apps/syslog vi /etc/rsyslog.d/rsyslog-server.conf # Provides UDP syslog reception $ModLoad imudp $UDPServerRun 514 # Provides TCP syslog reception $ModLoad imtcp $InputTCPServerRun 514 #$template RemoteHost,"/apps/syslog/%$year%/%hostname%/%hostname%-%$year%%$month%%$day%%$hour%.log" $template RemoteHost,"/apps/syslog/%$year%/%fromhost-ip%/%fromhost-ip%-%$year.. 더보기 CentOS 7에서 오라클 자바(Oracle JDK)를 설치하는 방법 CentOS 7에서 오라클 자바(Oracle JDK)를 설치하는 방법 CentOS 7에서 Oracle Java를 설치하려면 Oracle JDK 대신 OpenJDK를 설치하는 것이 좋습니다. Oracle JDK는 Oracle의 라이선스 제한으로 인해 사용하기 어렵거나 복잡할 수 있습니다. 웹 페이지(rpm 패키지 링크 복사) http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 1. 오라클 JDK 다운로드 wget --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/o.. 더보기 [리눅스] KVM Virsh Console Access On CentOS 6 KVM Virsh Console Access On CentOS 6 Step #1 vi /boot/grub/menu.lst # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/sda3 # initrd /initrd-[generic-]version.img #boot=/dev/sda default=0 timeout=5 splashi.. 더보기 이전 1 ··· 20 21 22 23 24 25 26 ··· 42 다음