發表文章

目前顯示的是 3月, 2016的文章

[ AWS ] Android無法上傳檔案到S3 + AWS S3設定

因為我們公司有遇到新建立一個Bucket

[ NodeJS ] NodeJS + nginx 設置

工欲善其事,必先利其器 我們的環境使用Amazon EC2 的Ubuntu

[ NodeJS ] Speed up ?

Speed up NodeJS http://www.sitepoint.com/how-to-create-a-node-js-cluster-for-speeding-up-your-apps/ http://www.sitepoint.com/10-tips-make-node-js-web-app-faster/

[ Linux ] 將訪問 port 80 的 流量到 port 8080, 清除防火牆規則

sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080

[ PM2 ] Error: connect EACCES

如果遇到這個問題 有高機率是權限的問題

[ Mongodb ] auth failed

如果確定db使用者的帳號密碼沒錯的話 先確定是不是因為db shell跟Mongodb的版本不同

[ Git ] git clone私有Repo

git clone https://account@bitbucket.org/repo.git

[ AWS ] 在AWS Ubuntu上安裝vsftpd & nodejs環境

圖片
Reference : AWS inital config http://40era.com/1572/ Using Filezilla http://www.codestore.net/store.nsf/unid/BLOG-20111012-0812 Install vsftpd http://www.webteach.tw/?p=76 Install nodejs http://therightchoyce.tumblr.com/post/37209565860/installing-nodejs-on-an-ec2-ubuntu-instance-for https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions install nodejs , but it doesn't work http://stackoverflow.com/questions/26396529/node-js-doesnt-work-on-amazon-ec2-ubuntu-14-04-server http://stackoverflow.com/questions/26320901/cannot-install-nodejs-usr-bin-env-node-no-such-file-or-directory