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..
15년 1월 기준. 페이징 파일 삭제 내컴퓨터-마우스 오른쪽 버튼-속성-고급-고급-변경-모든 드라이브에 대한 페이지 파일 크기 자동 관리(끄기)-페이징 파일 없음-설정 버튼-확인-재부팅 페이징 파일은 로컬메모리의 부족한 공간을 하드디스크등의 보조기억장치에 특별한 영역을 만들어서 대체하는 것인데 최근에는 메모리를 보통 4GB이상을 쓰기 때문에 가상메모리를 끄는것이 좋음. 로컬메모리의 용량이 16GB라면 페이징파일 크기도 16GB가 잡힘. // 블루스크린이 떠서 해결방법 검색하니 페이징 문제라고 해서 적용
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..
24년 1월 기준. Apple iOS App(애플 아이오에스 앱) Package Name Confirm(패키지 이름 확인) 1. 애플 앱스토어에서 앱 검색해서 id값 확인. ex) https://apps.apple.com/us/app/pages/id361309726 2. 해당 주소로 lookup하면 앱 정보가 담긴 text파일이 다운로드 됨. ex) https://itunes.apple.com/lookup?id=361309726 3. 해당 파일(1.txt)에서 패키지명 확인 ex) "bundleId":"com.apple.Pages"
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..