centos7 tibero maneual install
# DataBase2021. 4. 19. 13:31centos7 tibero maneual install

1. 필요패키지 설치gcc-3.4.6-11 gcc-c++-3.4.6-11 libgcc-3.4.6-11 libstdc++-3.4.6-11 libstdc++-devel-3.4.6-11 compat-libstdc++-33-3.2.3-47.3 libaio-0.3.105-2 libaio-devel-0.3.105-2 2. 서버 환경설정(sysctl.conf 및 limits.conf)# vi /etc/sysctl.conf kernel.shmmni = 4096 #kernel.shmall = ceil(shmmax/PAGE_SIZE) : 2147483648/1024 kernel.shmall = 2097152 #kernel.shmmax = 물리적인 메모리의 절반(현재 4G) kernel.shmmax = 2147483648 ..

secureCRT 세션 유지 설정
# Life/IT2021. 4. 15. 14:28secureCRT 세션 유지 설정

서버 터미널 접속해서 작업하다가 보면 세션타임설정때문에 연결이 끊어지는 경우가 있어 아래와 같이 설정하시면 세션이 유지가 됩니다.

apache error log logstash grok pattern
# DataBase/Elasticsearch2021. 4. 14. 15:24apache error log logstash grok pattern

아파치 에러로그 [Sun Jan 31 16:07:40.266665 2021] [access_compat:error] [pid 14356] [client 18.183.46.74:50067] AH01797: client denied by server configuration: /DATA/darksharavim/html/xmlrpc.php grok filter 설정값 \[(?%{DAY:day} %{MONTH:month} %{MONTHDAY} %{TIME} %{YEAR})\] \[.*:%{LOGLEVEL:loglevel}\] \[pid %{NUMBER:pid}\] \[client %{IP:clientip}:.*\] %{GREEDYDATA:errormsg} 결과값 { "timestamp": [ "Sun Jan 3..

[파워쉘]df처럼 용량 확인
# Script/Powershell2021. 4. 12. 14:55[파워쉘]df처럼 용량 확인

# Function Get-DiskFreeSpace { Get-WmiObject Win32_LogicalDisk -Filter "DriveType=3" | Format-Table -AutoSize ` @{Label="DiskDrive";Expression={$_.VolumeName + " (" + $_.DeviceID + ")"}},` @{Label="Size";Expression={($_.Size/1gb) -as [int]};FormatString="{0:N1}G"},` @{Label="Used";Expression={($_.Size/1gb)-($_.FreeSpace/1gb) -as [int]};FormatString="{0:N1}G"},` @{Label="Avail";Expression={($_.Fr..

[다이소]세면대 자동팝업 셀프교체
# Life2021. 4. 9. 13:22[다이소]세면대 자동팝업 셀프교체

안방 욕실과 거실 욕실 세면대 팝업이 둘다 고장나는 바람에 다이소에서 급하게 구매함 교체후기는 퇴근후!!!

image