Posted in Geek, Projects, Random on July 23rd, 2025 by Surfrock66
This was originally posted here, but I'm keeping a local copy for self-reliance and preservation: https://forum.syncthing.net/t/my-attempt-at-cli-based-onboarding-of-new-clients-with-auto-accepting-of-folders/24632/1
I know this has been done a million times, but I got it working for 2 test clients and I wanted to share as it has taken me some effort to get this all in 1 place. Maybe this isn’t that applicable, but for me it is. My environment has the following:
- About 30 linux VM’s and clients
- One “Primary” syncthing device, which is my introducer. We need that device’s ID, and the ability to ssh into it.
- Device ID stylized as AAAAAAA-BBBBBBB-CCCCCCC-DDDDDDD-EEEEEEE-FFFFFFF-GGGGGGG-HHHHHHH, make sure to replace
- Introducer hostname stylized by INTRODUCER-HOSTNAME, make sure to replace
- If you use an alt port, change it from 22
- Optionally, a list of shares we want everyone in the group to have; you can also enumerate them for automatic adding, my examples are below:
- ~/.dotfiles called .dotfiles
- ~/.scripts called .scripts
Read more »
Leave A Comment »
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Posted in Geek, Random on April 20th, 2025 by Surfrock66
The whole family recently went through a playthrough of Impossible Minecraft by McMakistein and it was a HECK of a ride. It's very difficult and frustrating, but we made it all the way through. We didn't see a lot of people playing this and there were no guides, so we figured we'd take a stab at what we discovered. You have to be on 1.21.1 for this datapack.
Read more »
Leave A Comment »
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Posted in Geek, Random on November 8th, 2024 by Surfrock66
This was originally posted Here but I'm cross-posting it to my site for preservation and self-reliance.
We, at California Northstate University, are implementing canvas data v2, but we are finding that unless you use the python client library (which is not an option for us, we have no python developers or anyone to maintain a python environment) the documentation is extremely inadequate. We are attempting to communicate with the API using powershell to download selected data exports for import into Microsoft SQL using other methods. You probably don't want to do this, but as a non-developer, there was no sample code out there and it was a MASSIVE struggle. I want to share what we came up with so other people aren't starting from scratch, because the official documentation is woefully inadequate.
Read more »
1 Comment »
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Posted in Geek, Random on November 8th, 2024 by Surfrock66
This was originally posted Here but I'm cross-posting it to my site for preservation and self-reliance.
We wanted a way to import selected data from selected Canvas tables into a Microsoft SQL Server instance in a way that can be scheduled for automation and required the smallest number of dependencies and tools. Using canvas-data-cli, we were able to accomplish this on a windows server with only node, Powershell, and the SQL Server Agent. There are many other solutions out there for this, but we wanted to share ours because of its maintenance simplicity. There is a bit of setup the first time you want to grab a new table, but overall it is extremely simple and can be managed with very little DB knowledge, making it maintainable even by new admins.
Read more »
Leave A Comment »
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Posted in Geek, Random on September 18th, 2024 by Surfrock66
For Lucas' birthday, he got a HiWonder MasterPi robotic arm. He wanted to learn to code and wanted a robotic arm, so this is the one I found. It's a VERY cool product, however out of the box it had a LOT of issues. We did NOT get the included RaspberryPi, meaning we had to get and provision one ourselves (we got a 4b, and I strongly recommend this over a 5 as a python package is not yet built for the 5), and it was a mess out of the box. I googled a lot, but didn't find a lot of resources about this product, so I figured I would make a guide to help other people who want to go on this journey.
IMPORTANT NOTE: it's impossible to get to the sdcard of the pi once it's assembled, so do all the pi provisioning first. At least get it onto the internet so you can ssh/vnc into it later.
Read more »
Leave A Comment »
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -