Google App Engine 初學(1) - 文件整理

Google App Engine 是一個平台, 可以在上面開發網站, 主要是有限制的免費的空間和資源, 若使用過量的話, 這邊會有另外的計費表可以參考: New! Grow your app beyond the free quotas!Billing and Budgeting

主要是程式寫好後, 不需要擔心 DB 會太操、會爆掉等問題, 基本上, 花錢靠 Google 的 BigTable 來解決即可.

目前 Google App Engine(GAE) 的開發, 是使用 Python 2.5.2 版, Framework 使用 Django 0.96.1 版.

閱讀全文〈Google App Engine 初學(1) - 文件整理〉

Ubuntu Linux 出現 unknown terminal type 解法

Ubuntu / Debina Linux 在 screen 裡面, 使用 htop / mytop .. 等等, 出現下述錯誤訊息:

  • htop

    Error opening terminal: screen.linux.

  • mytop

    'screen.linux': unknown terminal type.

造成畫面無法顯示, 並且沒有任何顏色可以顯示.

解法

  1. export TERM=xterm
  2. 可將此行寫入 .bashrc 內, 或直接執行即可解決.