Monthly Shaarli
April, 2025
sudo groupadd shared
sudo mkdir /home/shared_folder
sudo chgrp -R shared /home/shared_folder
sudo chmod -R 2770 /home/shared_folder
sudo usermod -a -G shared user1
sudo usermod -a -G shared user2
AFAIK logging out and back in is necessary to activate changes in group membership.
dpenney/grbl-1.1-polr: Upgrade of https://github.com/ilaro-org/grbl-polar to use GRBL 1.1. grbl-polr adds support for motion in polar coordinates for V plotters. Grbl is an open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino https://github.com/grbl/grbl/wiki