最近要搬家, 參考一下這幾篇文章吧
* 概念> http://carlislebear.blogspot.tw/2016/01/amazon-ec2-tips.html
* 名詞> https://serverfault.com/questions/268719/amazon-ec2-terminology-ami-vs-ebs-vs-snapshot-vs-volume
* 佈署> https://www.slideshare.net/AmazonWebServices/-79274200
* 安裝> https://blog.hinablue.me/aws-my-amazon-web-services-note-2011/
* S3> https://oranwind.org/aws-cloudfront/
2017年10月24日 星期二
2017年10月19日 星期四
[ML] Machine Learning is Fun!
機器學習又強勢回歸了, 這幾篇文章有很好的介紹, 特別是名詞解釋
* https://medium.com/@ageitgey/machine-learning-is-fun-80ea3ec3c471
* https://medium.com/@ageitgey/machine-learning-is-fun-part-2-a26a10b68df3
* https://medium.com/@ageitgey/machine-learning-is-fun-part-3-deep-learning-and-convolutional-neural-networks-f40359318721
* https://medium.com/@ageitgey/machine-learning-is-fun-part-4-modern-face-recognition-with-deep-learning-c3cffc121d78
* https://medium.com/@ageitgey/machine-learning-is-fun-part-5-language-translation-with-deep-learning-and-the-magic-of-sequences-2ace0acca0aa
* https://medium.com/@ageitgey/machine-learning-is-fun-part-6-how-to-do-speech-recognition-with-deep-learning-28293c162f7a
* https://medium.com/@ageitgey/abusing-generative-adversarial-networks-to-make-8-bit-pixel-art-e45d9b96cee7
* https://medium.com/@ageitgey/machine-learning-is-fun-part-8-how-to-intentionally-trick-neural-networks-b55da32b7196
* https://medium.com/@ageitgey/machine-learning-is-fun-80ea3ec3c471
* https://medium.com/@ageitgey/machine-learning-is-fun-part-2-a26a10b68df3
* https://medium.com/@ageitgey/machine-learning-is-fun-part-3-deep-learning-and-convolutional-neural-networks-f40359318721
* https://medium.com/@ageitgey/machine-learning-is-fun-part-4-modern-face-recognition-with-deep-learning-c3cffc121d78
* https://medium.com/@ageitgey/machine-learning-is-fun-part-5-language-translation-with-deep-learning-and-the-magic-of-sequences-2ace0acca0aa
* https://medium.com/@ageitgey/machine-learning-is-fun-part-6-how-to-do-speech-recognition-with-deep-learning-28293c162f7a
* https://medium.com/@ageitgey/abusing-generative-adversarial-networks-to-make-8-bit-pixel-art-e45d9b96cee7
* https://medium.com/@ageitgey/machine-learning-is-fun-part-8-how-to-intentionally-trick-neural-networks-b55da32b7196
2017年10月17日 星期二
[RPi] Raspberry Pi Camera with MSP430FR6989 using I2C
使用其他開發板搭配 Raspberry Pi Camera(OV5647) 的注意事項
https://www.raspberrypi.org/forums/viewtopic.php?f=62&t=152804
https://www.raspberrypi.org/forums/viewtopic.php?f=62&t=152804
2017年10月15日 星期日
[RPi] FLIR 相機
* https://www.raspberrypi.com.tw/17702/13233/
* https://groupgets.com/manufacturers/getlab/products/flir-lepton-breakout-board-v1-4
* http://www.appropedia.org/How_to_install_FLIR_Lepton_Thermal_Camera_and_applications_on_Raspberry_Pi
* https://github.com/groupgets/LeptonModule ==> 重要
* http://wiki.hacdc.org/index.php/FLIR_Pi_HOWTO
* https://www.eevblog.com/forum/thermal-imaging/question-about-flir-one-for-android/100/
* https://lepton.flir.com/forums/topic/pylepton-overlay-guide-2-0-for-raspbian-pixel/ ==> 重要
* https://lepton.flir.com/forum/
* https://groupgets.com/manufacturers/flir/products/lepton-2-0 ==> 重要
* https://groupgets.com/manufacturers/flir/products/lepton-3-0 ==> 重要
* https://github.com/groupgets/GetThermal/wiki/Building-for-Raspberry-Pi
* https://zh.wikipedia.org/wiki/%E7%83%AD%E6%88%90%E5%83%8F%E4%BB%AA
* http://blog.ykwang.tw/2010/09/thermal-camerafjucam2vcam.html
* http://www.flir.com/science/blog/details/?ID=71984
* https://groupgets.com/manufacturers/getlab/products/flir-lepton-breakout-board-v1-4
* http://www.appropedia.org/How_to_install_FLIR_Lepton_Thermal_Camera_and_applications_on_Raspberry_Pi
* https://github.com/groupgets/LeptonModule ==> 重要
* http://wiki.hacdc.org/index.php/FLIR_Pi_HOWTO
* https://www.eevblog.com/forum/thermal-imaging/question-about-flir-one-for-android/100/
* https://lepton.flir.com/forums/topic/pylepton-overlay-guide-2-0-for-raspbian-pixel/ ==> 重要
* https://lepton.flir.com/forum/
* https://groupgets.com/manufacturers/flir/products/lepton-2-0 ==> 重要
* https://groupgets.com/manufacturers/flir/products/lepton-3-0 ==> 重要
* https://github.com/groupgets/GetThermal/wiki/Building-for-Raspberry-Pi
* https://zh.wikipedia.org/wiki/%E7%83%AD%E6%88%90%E5%83%8F%E4%BB%AA
* http://blog.ykwang.tw/2010/09/thermal-camerafjucam2vcam.html
* http://www.flir.com/science/blog/details/?ID=71984
2017年10月12日 星期四
[RPi] OK Google
如果使用 SeeedStudio 的 2-Mic HAT, 搭配 Google Assistant 就可以做智慧語音助理
但要注意, 照流程走完以後, 可能會出現錯誤訊息
"Actually, there are some basic settings that need your permission first. Just go into the Google Home app on your phone for more details,"
那就要進去修改權限 https://myaccount.google.com/activitycontrols
開啟 voice & audio activiey (enable) 還有 device information (enable)
就可以 OK Google 了
但要注意, 照流程走完以後, 可能會出現錯誤訊息
"Actually, there are some basic settings that need your permission first. Just go into the Google Home app on your phone for more details,"
那就要進去修改權限 https://myaccount.google.com/activitycontrols
開啟 voice & audio activiey (enable) 還有 device information (enable)
就可以 OK Google 了
2017年10月11日 星期三
[RPi] x11vnc
放在 /etc/rc.local
runuser -l pi -c "/usr/bin/x11vnc -forever &"
因為 x11vnc 不能使用 root 執行, 所以要改成一般使用者權限
runuser -l pi -c "/usr/bin/x11vnc -forever &"
因為 x11vnc 不能使用 root 執行, 所以要改成一般使用者權限
2017年10月9日 星期一
[RPi] OpenCV 3.3 on Pi
sudo apt-get update
sudo apt-get install -y build-essential cmake pkg-config cmake-qt-gui
sudo apt-get install -y libjpeg-dev libtiff5-dev libjasper-dev libpng12-dev
sudo apt-get install -y libavcodec-dev libavformat-dev libswscale-dev libv4l-dev
sudo apt-get install -y libxvidcore-dev libx264-dev
cd ~
wget https://github.com/opencv/opencv_contrib/archive/3.3.0.tar.gz -O opencv_contrib-3.3.0.tar.gz
tar zxvf opencv_contrib-3.3.0.tar.gz
wget https://github.com/opencv/opencv/archive/3.3.0.tar.gz
tar -zxvf 3.3.0.tar.gz
opencv-3.3.0/
cd opencv-3.3.0
mkdir build
cd build
cmake -D CMAKE_BUILD_TYPE=RELEASE \
-D CMAKE_INSTALL_PREFIX=/usr/local \
-D INSTALL_C_EXAMPLES=OFF \
-D INSTALL_PYTHON_EXAMPLES=ON \
-D OPENCV_EXTRA_MODULES_PATH=/home/pi/opencv_contrib-3.3.0/modules \
-D BUILD_EXAMPLES=ON \
-D ENABLE_NEON=ON \
-D ENABLE_VFP3=ON ..
make -j2 VERBOSE=1
http://my-web-site.iobb.net/~yuki/2017-09/raspberry-pi/opencv3-build/
sudo apt-get install -y build-essential cmake pkg-config cmake-qt-gui
sudo apt-get install -y libjpeg-dev libtiff5-dev libjasper-dev libpng12-dev
sudo apt-get install -y libavcodec-dev libavformat-dev libswscale-dev libv4l-dev
sudo apt-get install -y libxvidcore-dev libx264-dev
cd ~
wget https://github.com/opencv/opencv_contrib/archive/3.3.0.tar.gz -O opencv_contrib-3.3.0.tar.gz
tar zxvf opencv_contrib-3.3.0.tar.gz
wget https://github.com/opencv/opencv/archive/3.3.0.tar.gz
tar -zxvf 3.3.0.tar.gz
opencv-3.3.0/
cd opencv-3.3.0
mkdir build
cd build
cmake -D CMAKE_BUILD_TYPE=RELEASE \
-D CMAKE_INSTALL_PREFIX=/usr/local \
-D INSTALL_C_EXAMPLES=OFF \
-D INSTALL_PYTHON_EXAMPLES=ON \
-D OPENCV_EXTRA_MODULES_PATH=/home/pi/opencv_contrib-3.3.0/modules \
-D BUILD_EXAMPLES=ON \
-D ENABLE_NEON=ON \
-D ENABLE_VFP3=ON ..
make -j2 VERBOSE=1
http://my-web-site.iobb.net/~yuki/2017-09/raspberry-pi/opencv3-build/
[RPi] install node.js on Pi
感覺每次作法都不一樣?
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
http://thisdavej.com/beginners-guide-to-installing-node-js-on-a-raspberry-pi/
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
http://thisdavej.com/beginners-guide-to-installing-node-js-on-a-raspberry-pi/
2017年10月4日 星期三
[RPi] Qemu on Raspberry Pi
這在我硬碟裡躺很久了, 應該有備份了吧?
不過 youtube 的連結都沒有了 QQ
How to run Windows XP on Raspberry Pi in QEMU
https://www.youtube.com/watch?v=Vim09Hi8UjM
How To: Qemu on Raspberry Pi (Windows,ReactOS)
https://www.youtube.com/watch?v=nrq_VtrnhHE
How to run Windows XP on Raspberry Pi in QEMU
https://ruclip.com/video/Vim09Hi8UjM/how-to-run-windows-xp-on-raspberry-pi-in-qemu.html
這裡面的連結都蠻有趣的
http://www.mrmedizin.com/video/vi74nrq_VtrnhHE
不過 youtube 的連結都沒有了 QQ
How to run Windows XP on Raspberry Pi in QEMU
https://www.youtube.com/watch?v=Vim09Hi8UjM
How To: Qemu on Raspberry Pi (Windows,ReactOS)
https://www.youtube.com/watch?v=nrq_VtrnhHE
How to run Windows XP on Raspberry Pi in QEMU
https://ruclip.com/video/Vim09Hi8UjM/how-to-run-windows-xp-on-raspberry-pi-in-qemu.html
這裡面的連結都蠻有趣的
http://www.mrmedizin.com/video/vi74nrq_VtrnhHE
訂閱:
文章 (Atom)