tanzanite
https://github.com/gem-tanzanite/gem-tanzanite.github.io
https://codeload.github.com/gem-tanzanite/gem-tanzanite.github.io/zip/refs/heads/main
web server for chrome
https://chromewebstore.google.com/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb?hl=ja
オンライン時
chromium --no-sandbox --in-process-gpu https://tanzanite.pages.dev/
オフライン時
cd /root/
# 現状の BSP の wget では TSL 使えない
# wget https://codeload.github.com/gem-tanzanite/gem-tanzanite.github.io/zip/refs/heads/main
# 仕方がないので Chromium で DL する
chromium --no-sandbox --in-process-gpu --allow-file-access-from-files https://codeload.github.com/gem-tanzanite/gem-tanzanite.github.io/zip/refs/heads/main
cd /root/Downloads/
unzip gem-tanzanite.github.io-main.zip
# chromium で file url アクセス
# file:///root/Downloads/gem-tanzanite.github.io-main/index.html
2 回目以降は直接開く
chromium --no-sandbox --in-process-gpu --allow-file-access-from-files file:///root/Downloads/gem-tanzanite.github.io-main/index.html
benchmark https://browserbench.org/Speedometer2.1/ https://browserbench.org/ARES-6/ http://chromium.github.io/octane/ raspi setup 2 core 起動するため /boot/cmdline.txt に maxcpus=2 と記載する sudo reboot 後に top や cat /proc/stat | grep cpu にて 2 core 駆動になっていることを確認 画面スリープ停止 sudo raspi-config -> 2 Display Options -> D4 Screen Blanking -> Would you like to enable screen blanking?で<いいえ>選択。 CPU クロック固定は apt install cpufrequtils してから sudo cpufreq-set -g performance でパフォーマンスモードにして cpufreq-info -p で周波数と現在のモードを確認
Feb 10, 2023https://patrickhlauke.github.io/touch/
Dec 30, 2022https://dynamis.github.io/AnTuTu-HTML5-Test/AnTuTu_HTML5_Test/
Dec 30, 2022or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up