3,102 questions
0
votes
0
answers
80
views
Apache 2 php-fpm on LMDE 7, local environment throws error “Permission denied: AH02454: FCGI: attempt to connect to Unix domain socket” (PHP 8.4)
Recently I installed Linux Mint Debian Edition 7 over my old Debian 11. So far a good choice for me, but I can’t get my local dev environment to work again.
What I want to achieve:
A local webserver ...
2
votes
1
answer
185
views
MacOS - Full disk access for sandboxed app doesn't work
I am creating a sandboxed app, that works a lot with files. I have a system for user granting access to directories and app storing bookmarks, which works. However I want user to have an option to ...
2
votes
1
answer
84
views
User context and permissions when writing files from inside a plsh function in PostgreSQL on Ubuntu
I have a database on a Ubuntu system, that belongs to the postgresql user kalle (the owner of the database and the tables).
That user is also the owner of the trigger function getimage, written in the ...
1
vote
1
answer
135
views
storage:link not creating symlink in public folder
I'm working on a Laravel 12 project using XAMPP on Windows 10.
I tried to use the following command to create the symbolic link for serving uploaded files:
php artisan storage:link
But the public/...
0
votes
1
answer
57
views
core.filemode is true but git still not tracking executable bit
How can I force git to identify changes to the executable bit in a file? I have unset and set the core.filemode flag at the local and global levels, but permission changes to the executable bit still ...
0
votes
2
answers
133
views
Check the name of an output file for proper permissions
A have a question similar to Perl: Testing that a file is actually writable as opposed to checking file permissions:
In a program I have an option to specify a required output file, and I want to ...
0
votes
1
answer
158
views
Flutter Media Store permission to save pdf file in Mobiles Download folder
My functionality is to save a PDF file in the mobile's download folder using my Flutter app, for that, in the Android manifest I added the below permission and the functionality is working perfectly
&...
0
votes
2
answers
359
views
NPM installation issue
Guys can you please help me on this I have trouble run npm run dev for my windows 11. I tried everything but still error exist. Do i have a problem on my OS? I tried to remove node_modules, run npm ...
1
vote
2
answers
104
views
Making file hidden in Windows using Python blocks file writing
I am trying to make a hidden file in Windows using Python, but after I make it hidden it becomes impossible to write. However, reading this file is possible.
import ctypes
with open("test.txt&...
0
votes
0
answers
64
views
Allow Visual Studio 2019 to access registry without running as Administrator?
I develop some Outlook AddIn in VB.NET in Visual Studio 2019 (needed for backward compatibility) and therefore, the IDE is writing and modifying Registry keys in HKEY_CLASSES_ROOT, HKEY_LOCAL_MACHINE ...
-1
votes
1
answer
54
views
Issue with setting the proper permissions for our WordPress
We are facing an issue with setting the proper permissions for our WordPress installation located at /var/www/wordpress on our Web App - Azure server.
We are attempting to set the following ...
1
vote
0
answers
76
views
writeFileSync fails when called inside of setInterval
This is really a head scratcher...
I'm running Node 22.9.0 on a raspberry PI (Linux raspberrypi 6.1.21-v8+)
My script, which is run as root, can write a new file in the current directory and update ...
0
votes
0
answers
26
views
How to restrict file permissions for BaseX DBs on Linux?
I'm running a BaseX DB server on Linux, using a dedicated (unprivileged) system user who owns the BaseX directory subtree as well as the BaseX processes. To create a database, I'm using the ...
0
votes
0
answers
95
views
My HTML pages (contact.html and privacy-policy.html) won’t load on Hostinger: 404 error or Page Lost
I’m trying to upload my website to Hostinger, but every page (contact.html and privacy-policy.html) are not loading properly. When I try to access these pages in the browser, I get a “Page Lost” error ...
0
votes
1
answer
156
views
find command: how to find all such files with a mask?
I'm trying to filter out files using find, however am having difficulty. Does anyone know the correct command to filter out "Untitled.rtf" using file permissions?
-rwxr-xr-x@ 1 X staff ...