크롬 제한된 포트 접근하기 제한된 포트 접근하기 312 오류(net::ERR_UNSAFE_PORT): 알 수 없는 오류 발생시 chrome.exe --explicitly-allowed-ports=6000,95 등과 같이 포트 지정 출처 : http://wiki.gimslab.com/moniwiki/wiki.php/chrome tool 2011.01.11
썬더버드 프로파일 저장 위치를 다른 곳으로 지정하기 메일 저장위치나 설정 정보를 다른곳으로 지정하기 1.썬더버드 종료하기 2.프로파일 디렉토리 옮기기 move "%appdata%\Thunderbird\Profiles\v3xxxx.default" "D:\thunderbird_profiles\" 3.설정파일 수정하기 %appdata%\Thunderbird\profiles.ini 파일을 열어서 다음과 같이 수정(상대경로가 아니므로 IsRelative값을 0으로 지정) ---------------------- ~~ 생략 ~~ IsRelative=0 Path=d:\thunderbird_profiles\v3xxxx.default ~~ 생략 ~~ ---------------------- tool 2010.09.07
북마클릿(bookmarklets) 현재페이지를 간략히 줄이기 javascript:(function(){var%20c=encodeURIComponent;location.href='http://www.google.com/gwt/n?u='+c(location.href);})(); 기타 사전 띄우기, TinyURL, 구글북마크 등 아래 링크 참조 ... http://wiki.gimslab.com/moniwiki/wiki.php/bookmarklets tool 2010.04.06
윈도우 도스창에서 여러 명령을 한 줄에 실행하기 윈도우 도스창에서 유닉스나 리눅스 처럼 ';'(세미콜론)을 이용해 한줄에 여러 명령을 동시에 내리려면? '&' 문자를 사용하면됩니다. 예) mkdir MyDir & cd MyDir from http://wiki.gimslab.com/moniwiki/wiki.php/WindowsScript tool 2008.08.05
host 파일 쉽게 고치기위한 edithosts.cmd rem 메모장으로 열기 notepad c:\windows\system32\drivers\etc\hosts rem 편집이 끝나면 백업 copy "c:\windows\system32\drivers\etc\hosts" "%USERPROFILE%\hosts.backup" tool 2007.10.16
썬더버드 설정 옮기기 (계정설정, 메일, 주소록) 기존 pc에 설치되어있던 썬더버드의 프로파일 디렉토리 D:\Documents and Settings\kiki\Application Data\Thunderbird\Profiles\vxxxiilf.default 이 폴더를 여기로 옮겼다. (새 피씨) D:\DocsAndSetts\Owner\Application Data\Thunderbird\Profiles\vxxxiilf.default 옮기고 나서 이 디렉토리의 위치정보를 변경해준다.(다음파일에서...) D:\DocsAndSetts\Owner\Application Data\Thunderbird\profiles.ini 파일을 열어보면 이런부분이 있다. Path=Profiles/vxxxiilf.default 이렇게 고쳐준다. tool 2007.04.09