20년 8월 기준. 시스템 속성-고급-성능-고급-변경-가상 메모리-모든 드라이브에 대한 페이징 파일 크기 자동 관리 해제 // 가상 메모리 설정(롤 오류시. 안됨) C:\Windows\Prefetch 폴더 삭제 제어판-시스템 및 보안-관리 도구-서비스-SysMain 중단 및 사용 안함. // 안됨. 게임 시 클라이언트 끄기 // 안됨. 방화벽 개인/공용. 공용만 체크되어있어서 개인까지 체크. // 안됨. https://docs.microsoft.com/ko-kr/windows-hardware/drivers/debugger/debugger-download-tools // WinDbg Preview 설치 C:\WINDOWS\MEMORY.DMP 열기. !analyze -v. 0x124_0_GenuineInte..
23년 8월 기준. https://id-ransomware.malwarehunterteam.com/index.php // 랜섬웨어 종류 확인. Dharma (.cezar Family) This ransomware has no known way of decrypting data at this time. It is recommended to backup your encrypted files, and hope for a solution in the future. Identified by sample_bytes: [0x69E10 - 0x69E1B] 0x00000000020000000CFE7A41 custom_rule: Original filename "caffeine64.exe" after metadata //..
17년 7월 기준. curl -O https://www.loggly.com/install/configure-file-monitoring.sh sudo bash configure-file-monitoring.sh -a myungseosong -t 1b88e757-2330-4cef-a394-39c02f4fb640 -u myungseo -f /var/log/messages -l log // 서버 설정 및 인증 curl -O https://www.loggly.com/install/configure-linux.sh sudo bash ./configure-linux.sh -a myungseosong -r // 삭제 loggly API curl -u : "http://.loggly.com/apiv2/search?q=..
11년 8월 기준. # /usr/bin/rdate -s time.bora.net time.kriss.re.kr time.windows.com time.bora.net zero.bora.net time1.daum.net [root@talktab ~]# /usr/bin/rdate -s time.bora.net [root@talktab ~]# date 2011. 08. 19. (금) 11:36:28 KST [root@talktab ~]# clock 2011년 08월 19일 (금) 오전 11시 32분 30초 -0.000428 seconds [root@talktab ~]# clock -w [root@talktab ~]# clock 2011년 08월 19일 (금) 오전 11시 36분 53초 -0.000404 sec..
20년 8월 기준. https://getcomposer.org/Composer-Setup.exe // 윈도우 설치 주의. Fiddler 끄고 설치! Call to undefined function openssl_sign() // fiddler 끄기 The openssl extension is missing, which means that secure HTTPS transfers are impossible. // extension=openssl 설정. use a proxy 체크 풀어도 설정해야 설치됨. OpenSSL failed with a 'certificate verify failed' error. // crt 인증서 경로 설정. 수동설치 php -r "readfile('https://getcompos..
15년 5월 기준. [root@kserver145-48 webapps]# mount -t cifs //121.78.79.187/images /usr/local/nas -o user=user,pass=pass,rw [root@kserver145-48 webapps]# umount /usr/local/nas umount: /usr/local/tomcat/webapps: device is busy. [root@kserver145-48 webapps]# fuser -ck /usr/local/nas [root@kserver145-48 /]# vi /etc/fstab //121.78.79.187/images_test /usr/local/nas cifs _netdev,user=user,pass=pass,rw,auto..
15년 5월 기준. /usr/local/apache/bin ./apachectl stop ./apachectl start ./apachectl restart service httpd start Apache 403 에러 httpd.conf Options FollowSymLinks AllowOverride None Order deny,allow Allow from all KeepAlive는 한번 연결된 상대에 대해서 연결을 잃지 않고 지속적으로 요청에 응답 ON 접속자의 수 상관없이 메모리가 충분할경우 OFF 동시 접속자수가 많을경우, 메모리가 충분하지 못할경우 /etc/httpd // yum /usr/local/apache2 // compile /var/www // http service
12년 5월 기준. Android requires compiler compliance level 5.0 or 6.0. Found '1.4' instead. Please use Android Tools > Fix Project Properties. 프로젝트 우클릭 Android Tools > Fix Project Properties. 클릭해서 타겟 재설정 Unable to open stack trace file '/data/anr/traces.txt': Permission denied 매니페스트에 관련 권한을 수정 Failed to allocate memory: 8 AVD 에러의 경우 메모리를 1024에서 512로 줄여서 실행 Unable to resolve target 'android-3' // Prop..
10년 5월 기준. MSSQL 유니코드 저장 MS-SQL은 오라클과 같이 언어셋이 따로 있는게 아니고, 데이터형을 바꿔줘야 한다. VARCHAR -> NVARCHAR, CHAR -> NCHAR INSERT시에는 INSERT INTO TEST(ID) VALUES(N'id'); datediff(second, STATE_TIME, GETDATE()) from tbl_garden_item_list과 같이 초단위로 datediff를 호출했을때 에러 convert(bigint,datediff()) INT, INTGER 같은 type을 가르키는 다른 표현(이름) Int Smallint는 크기가 다름 Int -2,147,483,648 ~ 2,147,483,647 4 바이트 Smallint -32,768 ~ 32,767..