My Notes

Andre Basel

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,…

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…

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…

Mar 27, 2024