목록centos (25)
변군이글루

redis 설치 컴파일 패키지 설치 yum -y install gcc gcc-c++ make jemalloc tcl 레디스 패키지 다운로드 및 설치 wget http://download.redis.io/releases/redis-6.0.6.tar.gz tar xzf redis-6.0.6.tar.gz cd redis-6.0.6 make make install 설정 파일 및 실행 파일 복사 mkdir -p /etc/redis /var/lib/redis cp -f src/redis-server src/redis-cli /usr/local/bin cp redis.conf /etc/redis/redis.conf 커널 파라미터 설정 vim /etc/sysctl.conf -- net.core.somaxconn = 6..

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 --machine=CONTAINER Operate on local container --transient Only set transient hostname --static Only set static hostname --pretty Only set pre..
킥스타트로 설치 자동화하기 ##### selinux ##### perl -pi -e 's/^SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config ###### reboot ##### ##### Packages Installation ##### yum install -y tftp tftp-server syslinux-tftpboot xinetd dhcp dhcp-devel syslinux yum install -y epel-release yum install -y nginx ##### tftp ##### sed -i '/disable/ s/yes/no/' /etc/xinetd.d/tftp ##### dhcpd ##### cat /usr/share/doc/dh..
How to fix yum update failure blaming "qpid-cpp" # yum -y update ... ---> Package qpid-cpp-client.x86_64 0:0.12-6.el6 will be updated --> Processing Dependency: libqpidclient.so.5()(64bit) for package: matahari-agent-lib-0.4.4-11.el6.x86_64 --> Processing Dependency: libqpidclient.so.5()(64bit) for package: matahari-network-0.4.4-11.el6.x86_64 --> Processing Dependency: libqpidclient.so.5()(64bi..