mac을 쓰다보면, .DS_Store파일이 생기게 된다.
Mac의 메타정보를 저장하는 파일이라고 하는데 없어도 상관없고,
일일이 지우는 것도 귀찮으니, 아예 생성하지 않도록 설정할 수 있다.
터미널에서 아래와 같이 입력한 뒤, 재시작한다.
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
mac을 쓰다보면, .DS_Store파일이 생기게 된다.
Mac의 메타정보를 저장하는 파일이라고 하는데 없어도 상관없고,
일일이 지우는 것도 귀찮으니, 아예 생성하지 않도록 설정할 수 있다.
터미널에서 아래와 같이 입력한 뒤, 재시작한다.
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
vi /etc/httpd/conf/mod_jk.conf
<IfModule mod_jk.c> JkWorkersFile "/etc/httpd/conf/workers.properties" JkLogFile "/etc/httpd/logs/mod_jk.log" JkLogLevel info JkAutoAlias "/home/paralles/Dev/tomcat/webapps" JkMount /*.jsp worker1 JkUnMount /*.html worker1 JkLogStampFormat "[%a %b %d %H:%M:%S %Y]" </IfModule>
vi /etc/httpd/conf/workers.properties
worker.list = worker1 worker.worker1.type=ajp13 worker.worker1.host=localhost worker.worker1.port=8009
/** The Username being used by JIRA logon */
define('BUG_TRACK_USERNAME', 'jirauser');
/** The Password being used by JIRA logon*/
define('BUG_TRACK_PASSWORD', 'jirapassword');
/** link of the web server for JIRA*/
define('BUG_TRACK_HREF',"http://192.168.1.22:8080/");
* The values here are relative to the BUG_TRACK_HREF property *
/** path of JIRA WSDL */
define('BUG_TRACK_SOAP_HREF', "rpc/soap/jirasoapservice-v2?wsdl");
/** link of the web server for jira ticket*/
define('BUG_TRACK_SHOW_BUG_HREF', "browse/");
/** link of the web server for creating new jira ticket*/
define('BUG_TRACK_ENTER_BUG_HREF',"secure/CreateIssue.jspa");
JIRA Plugin관리 (0) | 2011.03.24 |
---|---|
Confluence Plugin설치시 com.mysql.jdbc.PacketTooBigException 발생 (0) | 2011.02.07 |
mysql 기본 명령어 정리 (0) | 2011.03.30 |
---|
mysql에서 tpc-e 테스트 하기 (0) | 2011.05.03 |
---|
Plugin 설치 방법 (UPM으로 설치 되지 않는 Plugins)
reference : https://studio.plugins.atlassian.com/wiki/display/SVN/Subversion+JIRA+plugin
reference : https://studio.plugins.atlassian.com/wiki/display/JLINK/Home
JIRA와 TestLink 연동하기 (0) | 2011.08.25 |
---|---|
Confluence Plugin설치시 com.mysql.jdbc.PacketTooBigException 발생 (0) | 2011.02.07 |
JIRA와 TestLink 연동하기 (0) | 2011.08.25 |
---|---|
JIRA Plugin관리 (0) | 2011.03.24 |