Skip to main content

Recently Updated Pages

Troubleshooting 3D Printing

Makerspace

https://www.simplify3d.com/support/print-quality-troubleshooting/

Updated 1 year ago by Admin

Inkscape: Move text along a path

Graphics Inkscape

From the Inskcape Manual: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Text-Path.html: use ALT an...

Updated 1 year ago by Admin

Inkscape: Move text along a path

Graphics Inkscape

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

Updated 1 year ago by Admin

How To Blur The Background In GIMP (Create Shallow Depth of Field)

Graphics Gimp

Updated 1 year ago by Admin

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

Linux

AppImages do not need to be installed. They are a self-contained app that simply needs to be made...

Updated 1 year ago by Admin

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

Linux

To change all the directories to 755 (drwxr-xr-x): find /opt/lampp/htdocs -type d -exec chmod 75...

Updated 1 year ago by Admin

How to batch-resize images using ImageMagick

Linux

open terminal and cd into the directory containing your photos and execute below command mkdir p...

Updated 1 year ago by Admin

How to find a file containing a particular text string

Linux

Search all subfirectories recursively grep -r "redeem reward" /home/tom/ To display only fines ...

Updated 1 year ago by Admin

Resyncing ISO location on XCP-NG server

Linux

List sources: xe sr-list type=iso Resync/scan for ISOs: xe sr-scan uuid=29c2e9f4-6157-17b4-d17...

Updated 1 year ago by Admin

Updating container using docker-compose

Linux Docker

docker compose pull docker compose up -d --remove-orphans docker image prune To list all c...

Updated 1 year ago by Admin