1,576 questions
0
votes
0
answers
130
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 ...
3
votes
3
answers
1k
views
Error while loading conda entry point: codad-libmamba-solver
Complete newbie to linux and all that stuff, so please bear with me. Installed Linux Mint in a dual boot system with windows 11 today, so that i can code with VSCodium on Linux and still keep my ...
1
vote
1
answer
87
views
Super+V works only for the second time in Keybinder library python linux mint 22.1 cinnamon
I'm using Linux mint 22.1 cinnamon edition and I'm trying to bind Super+V key combination in a python code using the Keybinder library form the gi.repository, and when I press Super+V for the first ...
0
votes
0
answers
187
views
PANIC: unprotected error in call to Lua API (zlib library version does not match - header: 1.2.11, library: 1.3.1)
I've been facing an issue recently when using custom matplotlib stylesheets on my Linux PC. Say I have a custom stylesheet named madeup.mplstyle. The style has run perfectly on a Windows kernel and ...
0
votes
2
answers
210
views
Gnuplot installation on Linux for use in Latex [closed]
I want to ask: What is the best way to install gnulot on Linux Mint and to use it in Latex? For Latex I use MikTex and TeXstudio.
Via apt there are 3 options available. I don't know, what the ...
0
votes
0
answers
27
views
ZeroBrane Studio's button background
I've installed ZeroBrane Studio on Linux Mint and have been using it for a while now. One issue is that I can't see if the buttons are clicked/selected. For example the search buttons, in the attached ...
2
votes
1
answer
360
views
Buildozer on Linux Mint - Error: error: function-like macro '__GNUC_PREREQ' is not defined
whenever I try to debug a kivy app for android using buildozer, I get a bunch of errors related to clang I think?
This has been the case since I switched to linux mint. I get these errors for every ...
0
votes
1
answer
51
views
Spring Tool Suite not recognizing spring boot dependencies on Linux Ubuntu
I recently just switched to Linux Mint and I'm currently experiencing problems in Spring Tool Suite. I imported the project that I was working on Windows 10, and STS does not recognize Spring and ...
4
votes
1
answer
142
views
"date" command doesn't like one particular day in 2018
I need to subtract two days from a date in a loop in a bash script, but it seems at some point in the past it fails. There's some kind of numeric limitation in there, I suspect. What kind of ...
0
votes
1
answer
830
views
VS-Code with Sonar Qube (formerly Sonar Lint) - failure due to node.js
O/S is Linux Mint 21.3 (fully up-to-date)
my IDE is VS-Code 1.98.2 (latest) with various Extensions
Getting Started with C++ using VS-Code as my IDE
I am just getting started on C++ programming using ...
0
votes
0
answers
384
views
Issue with Setting up Japanese Input Method (Mozc) in Linux Mint (Cinnamon)
I'm using Linux Mint with the Cinnamon desktop environment and need to set up the Japanese input method using Mozc. I want to switch to Japanese by clicking on the Mozc icon in the system tray, while ...
0
votes
0
answers
124
views
Can't install node-red-contrib-generic-ble or other BLE pallets
I'm a newbie trying to learn IoT systems and currently working with Node-red, influxdb and grafana to visualize simple projects. I'm running on a small Fitlet2 Linux Mint 22
I was trying to connect a ...
0
votes
2
answers
6k
views
What can cause this error in LMStudio : '''Failed to send message vk::Queue::submit: ErrorDeviceLost'''
I will have that error in the following scenarios:
once i ask a second question to a model without realoading it
once i create a new chat with any downloaded without realoading the model
once i try ...
2
votes
1
answer
72
views
Problems when listing files with an empty space in the name in a directory using bash [duplicate]
I wanted to have a list of all files inside a directory, because later I am gonna use their names in the code.
I used this code
path="directory"
files=($(ls "$path"))
echo "${#...
0
votes
1
answer
168
views
installing mysqlclient with pip fails "subprocess-exited-with-error"
I'm using Linux Mint 22 and encountering an issue when trying to install mysqlclient with pip. The installation fails and returns the error "subprocess-exited-with-error'
Below is the console ...