Monday, November 20, 2023

Set up Stockfish, lc0 (Ergodice), Nibbler, Scid

 Download and unzip makeFish.sh and makeScid.sh into ~/Downloads.  Make them executable with chmod +x ./makeFish.sh etc. Then run the following script.

Copy your xxxxx.desktop launch files to ~/.local/share/applications/
and then run 'update-desktop-database'


If you want cron:
yay -S cronie

systemctl enable cronie.service
systemctl start cronie.service

No comments:

Post a Comment

Getting rtcwake working on Bluefin

#!/bin/bash # User systemd setup for auto suspend/wake on Bluefin #Please run these two commands manually: #1. First, create the sudo rule: ...