New answers tagged ubuntu
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.
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 ...
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 ...
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 ...
0 votes
Unable to build/compile `yeslogic-fontconfig-sys vX.X.X` with Rust on Ubuntu system
apt install librust-yeslogic-fontconfig-sys-dev
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. ...
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
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 ...
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 ...
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 ....
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 ...
Top 50 recent answers are included
Related Tags
ubuntu × 60618linux × 12495
python × 6996
php × 4216
docker × 3662
bash × 3617
java × 2997
c++ × 2734
apache × 2561
node.js × 2195
mysql × 2060
shell × 1894
nginx × 1843
c × 1760
ruby-on-rails × 1304
ruby × 1219
android × 1184
amazon-ec2 × 1173
amazon-web-services × 1094
ssh × 1093
django × 1078
python-3.x × 1076
eclipse × 1055
git × 1035
terminal × 1024