Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Browsing all 5939 articles
Browse latest View live

Handshake Failure in ASP.NET Core Web API on Ubuntu 22.04 LTS

I have an ASP.NET Core Web API that was working perfectly on my Windows machine. I needed to deploy it on an Ubuntu Linux 22.04 LTS server. I followed this guide.The application runs and can be...

View Article


Alias python to python3 in /bin/sh

ContextI'm using a package involving makefiles. Those makefiles send python commands to the terminal via /bin/sh (SHELL = /bin/sh in Makefile.common), the commands are always python some_script.py .......

View Article


How to stop 301 redirects from files in one nginx directory?

All the websites running on my Ubuntu VPS are configured through nginx to 301-redirect as follows:http://www.example.com/ -> https://example.comNormally this is fine, no problems. But I have 2 .gz...

View Article

Rails trying to connect to postgresql on port 5432, but it's configured for 5433

I am attempting to get rails running in an ubuntu subsystem on Windows 10.I have installed everything needed, but rails is unable to access postgres.In both /etc/postgresql/9.5/main/postgresql.conf and...

View Article

Error occurred in 'make' command for modifying SAMBA 4.20.2 in ubuntu 22.04.4

I downloaded samba source 4.20.2 and built and installed it on ubuntu 22.04.4 server successfully.I am planning to modify a few sources for use within the company, build them, and then use them. I am...

View Article


Python 3.12 ModuleNotFoundError: No module named '_tkinter'

I'm a fairly new Linux user running Ubuntu (Mint), and I've been trying to learn to build a GUI app using tkinter.My understanding is this comes built-in with Python, and theoretically shouldn't need a...

View Article

Sdl2-config not found error( installing pygame_sdl2)

I am trying to install pygame_sdl2. When I write:python setup.py install I get error:sh:1:sdl2-config not foundsubprocess.CalledProcessError: command'['sh','-c','sdl-config' --cflags']' returned...

View Article

docker:Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is...

I'm remotely connecting to a school server (Ubuntu 20.04.2 LTS) through Visual Studio Code (VScode, version 1.66) to perform some tasks, and today I follow docker.com...

View Article


Dash Opens Without Animation and Lags Initially in Ubuntu 24.04

I'm experiencing an issue with Dash in Ubuntu 24.04. When I first open Dash (using the Super key, for example), it opens abruptly without any animations, appearing as if it's lagging or freezing....

View Article


Ubuntu 24.04 LTS : bluetooth not showing headphones [closed]

I just installed ubuntu 24.04LTS but only laptop devices are showing up on Bluetooth. My headphones(Soundcore Lite Core) are not showing up.Tried reinstalling the bluetooth module and it worked!sudo...

View Article

RuntimeError: CUDA error: no kernel image is available for execution on the...

Hi I am trying to run rastervision pipeline on a GPU NVIDIA GEOFORCE 3050 RTX.Ubuntu 22.04Pytorch: Version: 1.12.0+cu116CUDA: 12But when I run the Docker container like that:sudo docker run --rm...

View Article

Problems for installing NVIDIA driver in Ubuntu 22.04.2 LTS [closed]

NVIDIA driver installing failed. I tried to install NVIDIA driver by the command below.sudo apt install nvidia-driver-545-openbut I got the following log:Building for 6.5.0-44-generic...

View Article

Image may be NSFW.
Clik here to view.

MySQL Workbench 8.0 - show errors?

I am using MySQL workbench 8.0.33 Community for Ubuntu 22.04. When a query encounters an error, I would like to see the system error messages. Currently, the GUI only displays a 'query interrupted' at...

View Article


Image may be NSFW.
Clik here to view.

Cannot Access Laravel Public Folder in Live Ubuntu Server

Problem:I can't access all file in public folder, but when i'm in index.php there is no problem.I've just provide my index.php screenshot, there is some asset(image,css,js) that's not loaded, when i...

View Article

Issue while installing Mongo 3.4.2 on Ubuntu 22.04.4 LTS

I want to install Mongo 3.4.2 on Ubuntu 22.04.4 LTS. These are the commands I am running,sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6echo...

View Article


How do I get the private key for a GoDaddy certificate so I can install it on...

The cert I have from StartSSL comes with a key file. But from GoDaddy, I get only the 2 .crt files. GoDaddy's instructions are for CentOS and explicitly do not work for Ubuntu.How do I export the...

View Article

How to gain control over LMP messages in BT stack?

I'm working on a test setup for Bluetooth (classic not BLE). One of the cases I'm studying is when Adaptive Frequency Hopping (AFH) is not functional, i.e. the BT keeps on hoping on the 79 available...

View Article


Using Docker with nodejs with node-gyp dependencies

I'm planning to use Docker to deploy a node.js app. The app has several dependencies that require node-gyp. Node-gyp builds these modules (e.g. canvas, lwip, qrcode) against compiled libraries on the...

View Article

I can't get pip on my python3 venv on Ubuntu 24.04

I have a fresh install of Ubuntu 24.04. I added pip with the usual sudo apt install python3-pip, and went to install some packages, but got the error: externally-managed-environment. This was all quite...

View Article

I can not install custom plugin as laravevl/installer not found?

In laravel 10 / filamentphp 3 app I try to install custom pluginBut got error :composer updateDeprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in...

View Article
Browsing all 5939 articles
Browse latest View live