Linux 472

mysql 5.7 이상 암호 복잡성 해지하기

mysql 5.7 에서 암호를 변경을 하려 하면ERROR 1819 (HY000): Your password does not satisfy the current policy requirements라는 메세지가 뜬다. 보안강화로 암호를 복잡하게 안하면 변경이 안된다. # mysql -u root -pEnter password:Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 4Server version: 5.7.17 Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark..

Linux 2017.01.23

리눅스 메모리 슬롯 및 용량 확인 하기

리눅스 메모리 슬롯 및 용량 확인 하기 # dmidecode --type 17# dmidecode 2.11SMBIOS 2.8 present.# SMBIOS implementations newer than version 2.7 are not# fully supported by this version of dmidecode. Handle 0x001E, DMI type 17, 40 bytesMemory Device Array Handle: 0x001D Error Information Handle: Not Provided Total Width: 128 bits Data Width: 64 bits Size: 8192 MB Form Factor: DIMM Set: None Locator: ChannelA-DIMM0..

Linux 2016.07.28

swap 늘리기

리눅스에서 swap 늘리기 기존 swap 이 16G이다 # swapon -s, free Filename Type Size Used Priority /dev/sdb3 partition 16980696 104924 -1 이걸 32G로 늘려보자 # dd if=/dev/zero of=/경로/스왑파일명 count=2048 bs=1M # mkswap -f /경로/스왑파일명 Setting up swapspace version 1, size = 16383995 kB # swapon /work/swapfile # swapon -s, free Filename Type Size Used Priority /dev/sdb3 partition 16980696 104924 -1 /경로/스왑파일명 file 15999992 0 -2 ..

Linux 2016.07.15

Executable '/snpslmd' doesn't belong to any package and ProcessUnpackaged is set to 'no'

Executable '/snpslmd' doesn't belong to any package and ProcessUnpackaged is set to 'no'위와 같이 에러가 뜨면서 snpslmd 데몬이 죽는다 abrtd 데몬 문제때문에 죽는다. # vi /etc/abrt/abrt-action-save-package-data.conf에서 # With this option set to "yes",# only crashes in signed packages will be analyzed.# the list of public keys used to check the signature is# in the file gpg_keys#OpenGPGCheck = yes -> no # Blacklisted package..

Linux 2016.06.29

rsync 속도 향상 방법

기존 rsync 사용할 경우 test/a/test.avi 785,401,576 43% 80.21MB/s 0:00:08이정도 속도가 나왔는데 -e "ssh -T -c arcfour -o Compression=no -x" 위 옵션을 추가해서 복사를 할경우test/a/test.avi 1,563,494,400 100% 140.53MB/s 0:00:10 최대 210 까지도 나온다. - 우선 rsync 버전을 올려준다.# wget http://pkgs.repoforge.org/rsync/rsync-3.1.1-1.el6.rfx.x86_64.rpm# rpm -Uvh rsync-3.1.1-1.el6.rfx.x86_64.rpm - 옵션을 넣어서 rsync 구동# rsync -aHAXxv -e "ssh -T -c arcfo..

Linux 2016.05.02

ESXi "192.168.0.5"에서 개체 "serviceSystem"에 대한 "HostServiceSystem.Start"을(를) 호출하지 못했습니다. exsi snmp error

exsi snmp 설정하려고 하는데ESXi "192.168.0.5"에서 개체 "serviceSystem"에 대한 "HostServiceSystem.Start"을(를) 호출하지 못했습니다. 라고 에러가 발생을 한다면 콘솔로 들어가서# esxcli system snmp set --enable true# esxcli system snmp set --communities public# esxcli system snmp set --enable true# esxcli network firewall ruleset set --ruleset-id snmp --allowed-all true# esxcli network firewall ruleset set --ruleset-id snmp --enabled true# /et..

Linux 2016.04.29

cacti notification email

settings plugin 이 필요하다. # /usr/share/cacti/plugins/# wget http://docs.cacti.net/_media/plugin:settings-v0.71-1.tgz# mv plugin:settings-v0.71-1.tgz settings-v0.71-1.tgz ( 가운데 :가 있어서 압축이 안풀리니 이름 변경해주자)# tar -xvf settings-v0.71-1.tgz 웹 접속해서 셋팅을 하자http://localhost console - plugin management 에서 settings actions 활성화 console - settings 에서 mail / dns 설정 테스트 메일 혹시나 에러가 난다면# vi /var/log/maillog에서 에러 내용을 ..

Linux 2016.04.18
728x90
320x100