Install Pelican Panel on Alpine Linux

1. Install PHP, Nginx, MariaDB, and Dependencies Update packages: apk update Install required packages: apk add php83 php83-gd php83-mbstring php83-bcmath php83-xml php83-curl php83-zip \ php83-intl php83-fpm php83-fileinfo php83-dom php83-tokenizer php83-session \ php83-sodium php83-pdo php83-simplexml php83-pdo_sqlite php83-xmlreader \ nginx curl tar unzip composer mariadb mariadb-client Follow the official guide: https://pelican.dev/docs/panel/getting-started/#create-directories--downloading-files Do not run the default composer install command. Instead run: COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev --optimize-autoloader 2. Configure Nginx Remove the default Nginx configuration: ...

November 19, 2025 路 2 min 路 Tanner Anderson

Run Splashtop for RMM on Linux

Install Splashtop Grab your Splashtop installer and click it to run it. Nothing will appear but it will install. Run winetricks vcrun2015 to install a required redistributable. Test Splashtop Head into the wine prefix you set (normally ~/.wine) and find the directory drive_c/Program Files (x86)/Splashtop/Splashtop Remote/Client for RMM/ Double click on clientoobe.exe or run wine clientoobe.exe In the window that opens click Options, open the Advanced tab, and change the renderer to Software. ...

April 12, 2023 路 1 min 路 Tanner Anderson