Skip to main content

New answers tagged

Advice
0 votes
0 replies
0 views

Atomic Release for Laravel + Vite

in the production.sh, can't you put the php artisan up and php artisan down? see here one example.
francisco's user avatar
  • 2,191
0 votes

Laravel Octane + Native Docker + WSL2: Extreme Performance Issues

No — 2–10 seconds is not normal for Laravel running on Docker + WSL2, especially when server processing time is only 300–400ms. This usually means the delay is happening outside Laravel, most likely ...
HawkStack Technologies's user avatar
0 votes

Laravel Octane + Native Docker + WSL2: Extreme Performance Issues

You need to test the APP outside this setup completely to start eliminating one by one, which is the culprit here 1- Is the app in local dev with Docker + Redis slow like this? 2- Did you try on a ...
Mahmoud Abd Al-Aziz's user avatar
0 votes

Multiple Python versions in the same Ubuntu machine

Step-by-step installation process with pyenv 1. Install dependencies sudo apt update sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev curl git ...
Shariful Alam's user avatar
0 votes

Unable to build/compile `yeslogic-fontconfig-sys vX.X.X` with Rust on Ubuntu system

apt install librust-yeslogic-fontconfig-sys-dev
niccolas's user avatar
0 votes

Add trusted CA to ubuntu without ca-certificates package

Please read the help comment of the script below for more information but, briefly, my solution to the problem was modifying update-ca-certificates to add a single cert. The script is called twice. ...
RiverHeart's user avatar
  • 1,214
0 votes

Terminal: Opening the current path in a window?

shell command: open . opens current directory in a new window. Works on my default debian 13.3
mirat1618's user avatar
0 votes

How to fix Git Exec Format Error from Ubuntu in WSL for Git Credential manager?

I had this issue today, and restarting WSL fixed it. (Run wsl --shutdown from PowerShell.) Notably, I got the same error for other Windows executables such as explorer.exe, which suggests an ...
daviewales's user avatar
  • 2,899
0 votes

change default environment from (base) to (env) in conda/anaconda in Ubuntu

There is now (2026) a way to change the default environment activated by conda, including the one activated by the init code in .bashrc. First create your default environment. I've called my ...
dyqik's user avatar
  • 51
0 votes

git recognizes directory as file

To anyone new, what worked for me was: git reset . git add . I had gotten into a pickle after initializing git, then going to a parent folder and initializing git again. My first fix was to rm -rf ....
Dmitri Wolf's user avatar
1 vote

How to get raw thermal Y16 data from Lepton 3.5 on Pure Thermal 2 on Raspberry Pi 4b running Ubuntu 20.04.5 - uvc_start_streaming failed: -2

I didn’t find solve it in software. Instead I upgraded the hardware to an A50 Flir thermal camera and so didn’t end up needing a (software) solution to this. You will be paying a lot more for the A50 ...
boydy33's user avatar
  • 31

Top 50 recent answers are included