Npm install issue on laravel(10) project while deploying ubuntu 22.04...
It continues...when I start "npm install" inside my project directory.npm http fetch GET 200 https://registry.npmjs.org/form-data 46ms (cache revalidated)npm http fetch GET 200...
View Articlerunning openGL project on WSL2 ubuntu results in unidentifiable errors [closed]
So basically, I ran the same program on my other computers and it works fine but somehow doesn't work on mine despite reinstalling everything (even Ubuntu distro).Here's the error I am getting when I...
View Article`ptxas warning : Registers are spilled to local memory` on Tensorflow and...
In one of our research, we are using Tensorflow and Pytorch with other major models. Whenever we use our data server at our University, we can use the full GPU in model training. The computer has an...
View ArticlePycharm - Python packaging tools not found
I'm trying to install packages in Pycharm for python3.5 interpreter.It says,Python packaging tools not found. Install packaging tools.But when I try to install,It gives this error.AttributeError:...
View ArticleError running grub2-theme-preview on Ubuntu 24.04: Missing OVMF image file
I am encountering an issue when running the grub2-theme-preview command on Ubuntu 24.04. When I execute the following command in my terminal:sudo .venv/bin/grub2-theme-preview . I receive this error...
View ArticleI can't concadenate mkv clips on Ubuntu 20.04 with MoviePy
I'm on a Docker container with Ubuntu 20.04 and I want to concadenate a set of videoclips from a mkv file with MoviePyThis is my code:combinated_video = concatenate_videoclips(clips)video_name,...
View ArticleTurn off Guvcview filename incrementation
The guvcview command is automatically incrementing the output filename.Here is the command I am using: guvcview -d /dev/video1 --no_display -r 1 -f yuyv -s 2592x1944 -i capture.jpeg -c 2...
View Articleubuntu update with terraform fails because input is required [closed]
I am new to terraform and when creating the server and using a remote-exec call I keep getting an error where it fails because it looks like terraform is expecting a user input to restart services.Is...
View ArticleVS Code suddenly cannot connect in WSL (Windows 11)
I am currently using Remote Explorer to connect to my WSL in Ubuntu 20.04. Then, it suddenly threw an error, and I can't find a way to fix it. I have been debugging this for almost a day, but still no...
View ArticleIDLE/Tkinter Error: no display name and no $DISPLAY environment variable
Traceback (most recent call last): File "/usr/bin/idle", line 5, in \<module\> main() File "/usr/lib/python3.10/idlelib/pyshell.py", line 1617, in main root = Tk(className="Idle") File...
View ArticleDifferent ubuntu: cross-compilation of kernel is recompiled every time entirely
I have the same repository to cross-compile a Linux kernel on ubuntu 20.04 and ubuntu 24.04. More preicsely, I do:make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- Image modules -j4On both distro, I'm...
View ArticleHow to write/run a script of lost internet connection and start it via...
So I want to write a script which shuts down the Ubuntu system when the Lan cable is unplugged.But my problem is, that I am a complete newbie to this subject!I have never ever made something with...
View ArticleCan Fusion360 be installed in ubuntu 20.04
I have tried to install Fusion360 in my ubuntu 20.04 PC but has been unsuccessful. Please I need help.I have tried this:$ sudo add-apt-repository -r 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal...
View ArticleAccess Array defined in ruby console from within another ruby console
is it possible to define an array in ruby console, and access this from another ruby console?if it possible and it should be possible, how to do it ?
View ArticleFail to install gitlab on ubuntu
Now I am trying to install gitlab for ubuntu that be hosted on a virtual machine. Its version is 15.10 and it is 64-bit. I try to install it following this tutorial. But I got such error:Reading...
View ArticleHibernate is not creating all the tables mysql ubuntu 22 [closed]
I am running a spring boot application(jdk:17) with mysql 5.7 i linked them with docker compose but when the application is started it doesnt create all the tables it created only 14 tables out of...
View Article"qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though...
I'm using Ubuntu 20.04 via Oracle VM Virtual Box and I faced exactly the same error as all other people.After building Qt6 source code using official Qt manual, I'm trying to run different projects to...
View Articlevscode is not running and gives segmentation fault
Just updated form vscode 1.23.1 to 1.27.2I cannot open form menu so I tried from terminal it shows the segmentation error./usr/bin/code: line 35: 8228 Segmentation fault (core dumped)...
View Articleerror "/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found"
Here is My Dockerfile:FROM ubuntu:20.04RUN apt-get update && apt-get upgrade -yRUN apt-get install libssl-devRUN apt-get install -y -q build-essential curlRUN curl https://sh.rustup.rs -sSf |...
View ArticleInstallation of cuda 11.02 driver component on ubuntu 20.04 using downloaded...
I downloaded the runfile (local) for ubuntu 20.04 from Nvidia Developer site as shown Nvida Local runfileThen followed the instructions to run the program:sudo sh cuda_11.3.0_465.19.01_linux.runThe...
View Article