關於Bananai Pi M1舊板,跑RetroPie模擬器有問題的狀況

https://github.com/bernhard263/Bananapi-Retropie README.md Bananapi-Retropie — Update October 2020 — While this still works, I consider it obsolete and advise against installing it. I noticed an annoying screen tearing / scrolling lag issue that makes this Retropie setup not fun to play. I am currently working on installing Lakka on the Banana Pi. The older Lakka 2.1-rc5 with 3.4x Kernel already works, and I had some success compiling and installing the newest Lakka version that has … Read more (完整文章內容)關於Bananai Pi M1舊板,跑RetroPie模擬器有問題的狀況

[LINUX] 臨時筆記BPi用的lima mesa driver編譯(未完成)

Banana Pi M1 Armbian Debian 20.08.3 Buster with Kernel Linux 5.8.11-sunxi Mesa 3D Graphics Library https://github.com/mesa3d/mesa git clone https://github.com/mesa3d/mesa.git cd mesa mkdir build meson build/ –optimization s –buildtype release –prefix=/usr/local –libdir=lib/arm-linux-gnueabihf -Dgallium-drivers=lima,panfrost,kmsro,swrast -Dplatforms=x11,drm,surfaceless -Dvulkan-drivers= -Ddri-drivers= -Dllvm=false -Degl=true -Dgles1=true -Dgles2=true ninja -C build/ ninja -C build/ install &#… Read more (完整文章內容)[LINUX] 臨時筆記BPi用的lima mesa driver編譯(未完成)

[LINUX] UBUNTU使用rsync和SynologyNAS連線鏡像備份(搞定ssh無密碼整合crontab)

趁搞定後的記憶猶新,把相關資料整理作紀錄。 參考內容: 備份 – http://linux.vbird.org/linux_basic/0580backup.php 設定 – https://www.brilliantcode.net/2180/backup-data-to-synology-nas-using-rsync/ http://linux.vbird.org/linux_server/0310telnetssh.php#ssh_nopasswd https://www.synology.com/zh-tw/knowledgebase/DSM/tutorial/General_Setup/How_to_login_to_DSM_with_root_permission_via_SSH_Telnet 以我的範例, IP:192.168.100.201為網頁主機 IP:192.168.100.213為NAS主機 NAS已經開啟SSH連線,PORT指定22,且有一個NASUSER帳號。