Skip to content

Chris' Laboratory

chrislee.kr – Personal blog as bookshelves

Menu
  • Home
  • Github
  • Contact Me
Menu

Category: Tools

애자일 스프린트 회고 도구(Agile Sprint Retrospective Tool)

Posted on 10/04/202029/08/2020 by Chris Lee

스프린트(Sprint)를 운영하면 2주에 한번 아니면 한달에 한번씩 정기적인 “회고(Retrospective)”를 해야한다. 모든 팀원이 솔직하게 익명으로 자신의 의견을 개진해야하고, 그 의견들을 다같이 토론하여 프로젝트 운영에 반영해야 팀의 만족도와 프로젝트 진행율이 개선된다. 이러한 회고를 통해 팀원들이 같은 실수를 하는 것을 방지할 수 도 있다. 회고를 할때 중요한 점은 어떤 의견이든지 절대 나무라거나 쓸데 없는 의견이라고 치부하지 말아야 한다….

Continue reading

Thunderbird Extensions

Posted on 15/04/201429/08/2020 by Chris Lee

Expression Search /GMailUI: https://addons.mozilla.org/en-US/thunderbird/addon/gmailui/    

Continue reading

Test website speed in various server location 웹사이트 속도 체크

Posted on 07/03/201429/08/2020 by Chris Lee

Test website speed in various server location 웹사이트 속도 체크 http://www.webpagetest.org/  

Continue reading

Duplicate Cleaner 중복된 파일/노래 찾기

Posted on 06/03/201430/08/2020 by Chris Lee

Recommend to find duplicate file 중복된 파일/노래 찾기   http://www.digitalvolcano.co.uk/duplicatecleaner.html

Continue reading

Revo Uninstaller

Posted on 06/03/201429/08/2020 by Chris Lee

Recommended Uninstaller Program in Windows   http://www.revouninstaller.com/    

Continue reading

Chrome Adblock Plus 사용법 (부제: 호주바다 광고없애기)

Posted on 17/02/201430/08/2020 by Chris Lee

1. Chrome을 연다 2. Adblock Plus 플러그인을 설치한다. https://chrome.google.com/webstore/detail/adblock-plus/cfhdojbkjhnklbpkdaibdccddilifddb 3. 오른쪽 상단 바에 설치된 Adblock Plus 아이콘을 누르고, Options를 선택한다. 4. “Add your own filters” 탭을 클릭하고 다음을 추가한다. 주의: 주소 맨 뒤에 * (별표)를 빼먹지 말자. http://hojubada.com/banner/* 5. 호주바다 사이트로 들어가 확인해본다. 적용후   적용전 참고: Adblock Plus는 사이트에서 광고가 없어진게 아니라, 클라이언트 단에서…

Continue reading

New Expiry Date for CBA, ANZ, NAB Test Credit Card

Posted on 07/06/201329/08/2020 by Chris Lee

New expiry date for test credit card number is 05/17. Card Number                     Expiry Date     CVN     Description 5123456789012346             05/17               123      MasterCard 4313581000123430          …

Continue reading

SVN Error – Not a working copy

Posted on 23/09/201011/09/2016 by Chris Lee

I got into a similar situation (svn: ‘papers’ is not a working copy directory) a different way, so I thought I’d post my battle story (simplified): (This article is from http://stackoverflow.com/questions/374313/svn-error-not-a-working-copy) $ svn add papers svn: Can’t create directory ‘papers/.svn’: Permission denied Oops! fix permissions… then: $ svn add papers svn: warning: ‘papers’ is already…

Continue reading

I can’t add a directory because Subversion says it’s “already under version control”.

Posted on 23/09/201011/09/2016 by Chris Lee

The directory you’re trying to add already contains a .svn subdirectory, but it’s from a different repository than the directory to which you’re trying to add it. This probably happened because you used your operating system’s “copy” command to copy one working copy into the current one. The quick and dirty solution is to delete…

Continue reading

Subversion Server on Mac OS X Leopard Server

Posted on 30/08/201009/04/2011 by Chris Lee

Subversion and Mac OS X Server image   (This article is from http://brockwoolf.com/blog/subversion-server-on-mac-os-x-leopard-server) Nayan Hajratwala over at Agile Shrugged managed to write a really great article describing how he got Subversion repos running on Mac OS X Server. I got mine working on Mac OS X 10.5.8 but had to make a few different changes…

Continue reading

I’m managing a website in my repository. How can I make the live site automatically update after eve

Posted on 27/08/201011/09/2016 by Chris Lee

I’m managing a website in my repository. How can I make the live site automatically update after every commit? (This article is from http://subversion.apache.org/faq.html#website-auto-update) This is done all the time, and is easily accomplished by adding a post-commit hook script to your repository. Read about hook scripts in Chapter 5 of the book. The basic…

Continue reading

Subversion on OS X Leopard Server by Nayan Hajratwala

Posted on 27/08/201009/04/2011 by Chris Lee

I’ve found various links to Subversion setup on OS X Server, but most of them leverage a lot of manual file editing rather than using the built-in features of OS X Server. Additionally, they didn’t discuss integrating OS X OpenDirectory. (This article is from http://agileshrugged.com/blog/?p=14) That said, here is how I got my subversion repository up and…

Continue reading

Subversion With Mac OS X Tutorial

Posted on 01/07/201009/04/2011 by Chris Lee

Subversion is a version control system that allows you to work with other people on a project and switch back easily to every version ever made. It can be used for all kinds of projects like application source code, web sites, even images or just simple text documents. Once you have it all set up…

Continue reading

SVN 서버 설치 및 거북이(Tortoise) SVN 설치하기

Posted on 30/06/200909/04/2011 by Chris Lee

원본글 : http://cafe.naver.com/autoset/402 SVN 다운로드 : http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91 거북이 SVN(Tortoise SVN) 다운로드 : http://tortoisesvn.tigris.org/ SVNSERVEManager 다운로드 : http://www.pyrasis.com/main/SVNSERVEManager

Continue reading

Categories

  • Databases (11)
    • MongoDB (4)
    • MS-SQL (1)
    • MySQL (6)
  • E-Commerce (8)
    • Magento (8)
  • Finance (2)
  • Frameworks (84)
    • Adobe Flex (1)
    • Angular (ngx) (3)
    • Codeigniter (6)
    • CSS (5)
    • Django (2)
    • Javascript (13)
    • Node.js (6)
    • PHP (17)
    • React Native (4)
    • React.js (1)
    • Sencha Touch (4)
    • Terraform (1)
    • Vue.js (1)
    • WordPress (4)
    • Yii2 (3)
  • General Documents (15)
  • Marketing (3)
  • Mobile Development (33)
    • Android (20)
    • iPhone (13)
  • Platforms (21)
    • Arduino (2)
    • Docker (5)
    • Google App Engine (5)
    • Raspberry Pi (5)
    • Samsung Smart TV (4)
  • Security (17)
  • Server (30)
    • Linux (12)
  • Tools (14)
    • SVN (7)
  • Uncategorized (2)

Search

Recent Posts

  • Taint all resources in the one module
  • Alpine – Plugin caching_sha2_password could not be loaded
  • npm link with peerDependencies
  • How to setup Gitlab runner with KVM enabled
  • Failed to transform bcprov-jdk15on-1.68.jar

Recent Comments

  • Obayed on Binance Auto Trading Bot – Buy low/Sell high with stop loss limit/Trade multiple coins
  • Ari on How to install memcache.so/memcached.so for MAMP Pro (Mac)
  • Mida ali on Binance Auto Trading Bot – Buy low/Sell high with stop loss limit/Trade multiple coins
  • Chris Lee on How to install memcache.so/memcached.so for MAMP Pro (Mac)
  • Chris Lee on Setting Up A VPN Server On OSX 10.6

Tags

1 ajax amazon android android-addpart browser chrislee-kr codeigniter codeigniter-tcpdf com-apple-net-racoon CSS CSS history hack delpaigmail-com entity-addpart-double exception-printing-is-disabled-by-default-for-security-reasons ext-plugins-listpagingplugin ext-plugins-listpagingplugin-example f iphone javascript jquery-defaultchecked jquery-samsung-smart-tv listpagingplugin mac magento-exception-printing-is-disabled-by-default-for-security-reasons magento-sample-data-exception-printing-is-disabled-by-default-for-security-reasons nu-vot null-core-errors-confignotfound-config-mk9engine-ini php samsung-smart-tv-jquery samsung-smart-tv-sdk-ajax samsung-smart-tv-sdk-jquery samsung-tv-sdk samsung-tv-sdk-jquery samsung tv sencha-smart-tv sencha-touch-list-paging smart-tv-jquery sqlite subversion svn tcedook tcpdf-codeigniter uilinebreakmodecharacterwrap-is-deprecated unknown-column-link-area

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© 2023 Chris' Laboratory | Powered by Minimalist Blog WordPress Theme
 

Loading Comments...