Viewing Tag: “linux”
Portfolio /
Tech
PHP Apps In A Subdirectory In Nginx
August 1, 2020
I needed a way to install a PHP app (e.g., WordPress) into a subdirectory and I kept hitting a brick wall. I couldn’t make heads or tails of what I was missing. This quick tutorial solved my problems. Hopefully it helps someone else!
https://serversforhackers.com/c/nginx-php-in-subdirectory
TL;DR, TL;DW
location /nested { alias /var/www/nested/public; try_files $uri $uri/ @nested;
location ~ .php$ { include snippets/fastcgi-php.conf; fastcgi_param SCRIPT_FILENAME $request_filename; fastcgi_pass unix:/var/run/php/php7.2-fpm.sock; } }
Portfolio /
Tech
Modem Cache Manager
July 23, 2020
I’ve created the following script to help remove messages from the PinePhone’s modem’s cache. This issue was originally discussed in the following thread, with my post being linked here.
https://forum.pine64.org/showthread.php?tid=10014&pid=71329#pid71329
https://gitlab.com/redemptionstudio/modem-cache-manager/
Changelog 20211202
Version 0.0.5: Rewrite. Pushed an update to grant functionality for alerting when modem is almost full and for clearing read messages. Needs variable validation and a way to auto-detect the modem device.
Portfolio /
Tech
Logos Bible Software On Desktop and Mobile Linux
November 14, 2019
This post was originally found at the Redemption Studio Forums.
TL;DR: Logos Bible Software versions 8, 9, 10 and the Android mobile app can be installed on Linux computers—desktop, tablet, and phone—through WINE and Waydroid, respectively.
Modern versions of Logos Bible Software have been installable on Linux since September 2019 with Logos 8 using Wine.
Need help?
Find the installer at: Git
See the wiki for help or contact us at: