====== Remarkable2 ====== ===== ssh ===== L'IP et e mot de passe se trouve dans "Menu > Settings > Help > Copyrights & Licences" * user : root * mdp : dpKU2EZG20 ssh-keygen -R 192.168.1.45 ssh root@192.168.1.45 ===== Templates ===== * [[https://remarkablewiki.com/tech/ssh]] * [[https://remarkablewiki.com/tips/templates]] * [[https://www.simplykyra.com/2021/02/24/how-to-make-template-files-for-your-remarkable/]] Create a symlink to the 'templates' folder in /home cd ~ ln -s /usr/share/remarkable/templates templates Go into the templates folder and create a folder for your own templates cd templates mkdir Benoit Upload PNG file using ssh in to your folder in the 'templates' folder scp taches.png root@192.168.1.45:/usr/share/remarkable/templates scp taches.svg root@192.168.1.45:/usr/share/remarkable/templates Edit templates.json cd /usr/share/remarkable/templates nano templates.json {   "name": "Taches",   "filename": "taches",   "iconCode": "\ue98c",   "categories": [     "Benoit"   ] } Restart device systemctl restart xochitl