Skip to main content

Posts

Showing posts from May, 2025

Ublue Aurora Custom Image

Development environment: https://docs.projectbluefin.io/bluefin-dx Terminal setup: https://docs.projectbluefin.io/command-line/ Rebasing: https://docs.projectbluefin.io/administration/ Custom Images: Images for NVIDIA and non-NVIDIA at: https://github.com/whelanh/myAurora OneDrive: brew install onedrive # type onedrive to register/connect with your MSft OneDrive account brew services start onedrive Tailscale: Already installed in Aurora tailscale up --ssh # flag permits ssh access tailscale ssh <tailscale node name> Toolbox (good pattern: use to compile Stockfish...but can now do in custom image): toolbox create toolbox enter sudo dnf groupinstall "Development Tools" sudo dnf in gcc-c++ Cron Replacement : https://fedoramagazine.org/systemd-timers-for-scheduling-tasks/ systemctl --user stop schedule-test.timer systemctl --user disable schedule-test.timer systemctl --user stop schedule-test.service systemctl --user disable schedule-te...