保持 WinSCP 與 Server 之間的連線不中斷 (Keep WinSCP alive)

如果想要保持 WinSCP 和 Server 之間的連線不中斷,可以在 Connection 的時候去設定 Keepalives 的參數:


Playframework - Run application in the background


  • play run : Run the application in the current shell
  • play start : Start the application in the background


【相關閱讀】
Play Manual

在 Ubuntu 12.04 LTS 下安裝 Playframework (@ Amazon EC2)

在 Ubuntu 下要安裝 Playframework 也不是很困難,大致上就是下載 playframework 的壓縮檔,解壓縮之後,放到自己喜歡的位置,接著再設定一下 bashrc ,把 path export 出來。 

如果還沒有安裝 java jdk 的人,可以先執行以下的指令安裝:

1. sudo add-apt-repository ppa:webupd8team/java 
2. sudo apt-get update
3. sudo apt-get install oracle-java7-installer