Django setting 設定相對路徑

Posted on Wed 14 August 2013 in note • Tagged with python, django

Django 的 settings.py 中要設定相關的 template, media 路徑都需要絕對路行。但是往往我們需要相對路徑來符合實際需求。

只要在 settings.py 加入簡單 …


Continue reading

SVN 回復修改

Posted on Wed 14 August 2013 in note • Tagged with svn

svn 要回復已 commit 的修改很簡單。直接 merge backward diff 就可以了。

svn merge -r n:n-1 ^/trunk

參考 stackoverflow: How do I return to an older version of our code in Subversion?SVN redbook


Continue reading

pyenv

Posted on Tue 13 August 2013 in note • Tagged with python, pyenv

pyenv 好用。相較於 pythonbrew 或是 pythonz 來說, pyenv 光可以自動切換環境這件事就讓人覺得很舒服了。


Continue reading

Redmine 升級與更換資料庫

Posted on Tue 14 May 2013 in note • Tagged with redmine, ruby, sysadmin

最近要把 Redmine 從 1.1.0 升級到最新的 2.3.1。附帶將資料庫從 MySQL 換成 PostgreSQL。跑去了 serverfault 問這個應該怎麼做比較安全。配合一些工 …


Continue reading

Clear putty cache

Posted on Thu 28 March 2013 in note • Tagged with putty, windows

PuTTY 的 ssh 連線可以把 host key cache 起來。

HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\SshHostKeys

上面這個就是 host key 存的地方。找到相對應的機碼就可以刪掉了。


Continue reading

Debian Squeeze install python 2.7 via pythonz

Posted on Fri 08 March 2013 in note • Tagged with debian, squeeze, python

要配合 vitrualenv 有幾個重點:

  • 安裝 pythonz
  • 用 pythonz 安裝 2.7.x
  • 從 pythonz 的 build.log 來看少哪些 module,把相對應的 dev package 補上。
  • 再把裝好的 python 2.7.x 路徑 …

Continue reading

CentOS 5 使用 debootstrap 安裝 Debian Wheezy

Posted on Fri 08 March 2013 in note • Tagged with centos, debian, squeeze, chroot, wheezy

CentOS5 要裝 wheezy 裝不起來。只能改裝 Squeeze。


Continue reading

MySQL 設定 utf8 為預設 charset

Posted on Wed 13 February 2013 in note • Tagged with mysql, utf8, utf8mb4, unicode

因為 debian 預設還是 latin1 所以找了一下如何設定。有一種設定在 5.5.x(不確定哪一版開始) 之後會讓 mysqld 開不起來。

[mysqld]
default-character-set = utf8

上面這 …


Continue reading

12306 ticket helper 猛擊 github

Posted on Wed 16 January 2013 in note • Tagged with github, ddos, event

12306 ticket helper 是一個輔助在 12306.cn 定票的 plugin。

這個 plugin 的程式碼放在 github 上。因為春運搶票,而導致 github 被廣大的 購票用戶存取,進而影響 …


Continue reading

國泰世華的 android app

Posted on Mon 14 January 2013 in note • Tagged with android, bank

國泰世華的 android app 還不錯,不過個人對於為了讓 icon 排到 第一個而把軟體的名字最前面加上一個星號「*」這種方式覺得很無 言 …


Continue reading