溫妻
4872B-
B4R7J
-QWCFR-
YH962
-RGDRW
歐菲斯零漆
FHH8R-
7WC4H
-BH696-
VBV6D-
VCBMB
2017年2月25日 星期六
[RPi] 換掉開機的 logo
標題看起來沒什麼, 但意義有很多種, 看開機到哪個步驟可作到什麼程度
如果是最上方的四顆樹莓, 那就要把檔案換掉, 並且重新編譯模組將圖案換掉才行
這篇歷史有點悠久, 但應該可以參考
http://www.rasplay.org/?p=6371
如果是最上方的四顆樹莓, 那就要把檔案換掉, 並且重新編譯模組將圖案換掉才行
這篇歷史有點悠久, 但應該可以參考
http://www.rasplay.org/?p=6371
2017年2月21日 星期二
[RPi] resize video width & height
因為不能用 ffmpeg 了, 只能用 mplayer 和 avconv 了
看 video width & height
改 video width & height
參考
* How can I get the resolution (width and height) for a video file from a linux command line?
* Need to downsample video to a lower resolution
看 video width & height
mplayer -really-quiet -ao null -vo null -identify -frames 0 VIDEOFILE
改 video width & height
avconv -i input.mp4 -s 640x480 output.mp4
參考
* How can I get the resolution (width and height) for a video file from a linux command line?
* Need to downsample video to a lower resolution
2017年2月12日 星期日
[資訊安全] 免費憑證
最近 Let's Encrypt 很紅, 免費的用起來很開心
但如果是用 plesk 或是 cpanel 這類的虛擬主機就不太容易申請憑證了
但現在可以用 sslforfree 幫忙申請 Let's Encrypt
https://www.sslforfree.com/
Manual Verification ==> Manuall Verify Domain ==> Download SSL Certificate (我沒有自己了CSR)
使用起來蠻容易的, 例如這篇, 這篇, 這篇只是最後常常會是虛擬主機廠商的一些設定有問題,
還要和他們溝通確認設定是否正常等等
如果不是使用虛擬主機而是 VPS, 參考這篇的設定就可以了
不過不是我在講, 虛擬主機商要強一點, 使用舊得平台很糟糕, 用的不開心
(PLESK) 服務 > 憑證 > 新建憑證
---
私密金鑰 = Private Key
憑證 = Certificate
CA 憑證 = CA Bundle
==> 發送文字
---
再來就是最重要的 ==> 打電話給客服, 將憑證指到新的憑證
但如果是用 plesk 或是 cpanel 這類的虛擬主機就不太容易申請憑證了
但現在可以用 sslforfree 幫忙申請 Let's Encrypt
https://www.sslforfree.com/
Manual Verification ==> Manuall Verify Domain ==> Download SSL Certificate (我沒有自己了CSR)
使用起來蠻容易的, 例如這篇, 這篇, 這篇只是最後常常會是虛擬主機廠商的一些設定有問題,
還要和他們溝通確認設定是否正常等等
如果不是使用虛擬主機而是 VPS, 參考這篇的設定就可以了
不過不是我在講, 虛擬主機商要強一點, 使用舊得平台很糟糕, 用的不開心
(PLESK) 服務 > 憑證 > 新建憑證
---
私密金鑰 = Private Key
憑證 = Certificate
CA 憑證 = CA Bundle
==> 發送文字
---
再來就是最重要的 ==> 打電話給客服, 將憑證指到新的憑證
2017年2月10日 星期五
[RPi] 單模和雙模
單模(只做有線網路 + 無線網路的 AP)
雙模(WiFi Client + WiFi AP)
https://github.com/raspberrypi-tw/sh
參考:
* https://wiki.gentoo.org/wiki/Hostapd
* https://gist.github.com/Lewiscowles1986/fecd4de0b45b2029c390
* https://w1.fi/cgit/hostap/plain/hostapd/hostapd.conf
雙模(WiFi Client + WiFi AP)
https://github.com/raspberrypi-tw/sh
參考:
* https://wiki.gentoo.org/wiki/Hostapd
* https://gist.github.com/Lewiscowles1986/fecd4de0b45b2029c390
* https://w1.fi/cgit/hostap/plain/hostapd/hostapd.conf
2017年2月5日 星期日
[RPi] Hardware PWM
這篇討論得很不錯, 應該找個時間寫篇文章才行
https://www.raspberrypi.org/forums/viewtopic.php?t=173282
不過也真奇怪, repo 已經將 pigpiod 合併了, 管理者又建議用別的 lib, 這是哪招阿?
https://www.raspberrypi.org/forums/viewtopic.php?t=173282
不過也真奇怪, repo 已經將 pigpiod 合併了, 管理者又建議用別的 lib, 這是哪招阿?
訂閱:
文章 (Atom)