My Notes My Notes

My Notes

Recently updated

Inkscape: Move text along a path

From the Inskcape Manual: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Text-Path.html: use ALT and the arrow keys. Using the XML Editor In Inkscape, open the XML Editor Ctrl+Shift+X. In the XML Editor, find the <svg:text>. (You can click the…

Mar 27, 2024

Inkscape: Move text along a path

Shift-right-click and choose "Install for all users".

Mar 27, 2024

How do you use (run/install) an AppImage?

AppImages do not need to be installed. They are a self-contained app that simply needs to be made executable and then run. As nothing is actually installed, it is good…

Mar 27, 2024

How do I set permissions on all directories and files on a Linux system?

To change all the directories to 755 (drwxr-xr-x): find /opt/lampp/htdocs -type d -exec chmod 755 {} \; To change all the files to 644 (-rw-r--r--): find /opt/lampp/htdocs -type f -exec…

Mar 27, 2024