Not able to debug a .NET Console App in Ubuntu 22 LTS
I have below json file{"version": "0.2.0","configurations": [{"name": ".NET Core Launch (console)","type": "coreclr","request": "launch","preLaunchTask": "build","program":...
View ArticleAWS Codecommit - fatal: unable to access : The requested URL returned error: 403
I was able to pull and/or push updated from my AWS CodeCommit repository until I reinstalled aws-cli.I tried all the suggested solutions I could find but nothing seems to work.I am working on Ubuntu...
View ArticleHow to select files in subdirectories by name and move all files containing...
Hello all, how can I move all files with the name "ATAC" and all files with the name "RNA" into separate folders? The context is that in the current the directory, I have many subdirectories which...
View ArticleHow do i get my Python .env credentials file into Ubuntu EC2?
I have a .env file which my app.py file references, containing my AWS credentials. How do i get this into my AWS Ubuntu EC2 machine?I can't even upload it to GitHub.If there's any security issues with...
View ArticleUbuntu 24.04 & Eclipse 4.32 : cannot edit file
On Ubuntu 24.04 & Eclipse 4.32 I cannot edit java file. I can copy past with mouse, but with keyboard, nothing appears. I can create new file with keyboard. Sometimes I can write into a file, but...
View ArticleUbuntu 24.04 LTS Mouse wheel doesn't scroll in page, must use scrollbar or pg...
I cannot find either the setting blocking the mouse scroll-wheel, or the setting making the "new look" whisker-thin scroll bars normal again. Any hints?I have to find the narrow scroll bar to use the...
View ArticleMongoDb Ubuntu 22.04 AMD X64 failed core=dumped status=ILL
How to install mongoDb in linux AMD x64. Is it possible?I've tried install different versions of mongodb. Tried install with .deb file from official website. I tried all commands from different sources...
View ArticleVSCode is not responding Ubuntu 20.04
When I opened vscode, it gave me a blank screen, then a message popped up saying Visual Studio Code is not responding with options of Force quit and Wait. Then I tried to open it from terminal, but...
View ArticleBitbake: arm-poky-linux-gnueabi-gcc not found
i am using ubuntu 22.04.4 LTS, bitbake 2.8.0, poky scarthgap branch and beaglebone black. I have created my own layer and my own helloworld recipe which contain a helloworld.c. I would like to execute...
View ArticleRunning Weston in a Docker container
I am currently trying to run a instance of Weston within a Docker container. My system is an Ubuntu 16.04, currently running native Weston with DRI backend (I don't want any X11 dependency). So for...
View ArticleCMake error "include could not find load file: FetchContent"
I am getting the following error while executing the cmake command on Ubuntu. CMake version - 3.10.2. mapp@ubuntu:~/Desktop/LocatePro$ cmake . -- Enable testing: ON CMake Error at CMakeLists.txt:40...
View ArticleRust Bevy cannot run the release executable file; missing libbevy_dylib
I built Bevy on Ubuntu, but when I try to run the executable file in the target/release folder, it logs the following error:./BevyPractice: error while loading shared libraries:...
View ArticleOpenSSH server installation results in error E: Unable to correct problems,...
I tried installing OpenSSH server on Ubuntu 16.04 like this:sudo apt-get install openssh-serverHowever, it shows the message below:dell@dell-Latitude-E6400:~$ sudo apt-get install openssh-serverReading...
View ArticleCannot install NextJS on Ubuntu Terminal
This happens when I install the node and npm are on the latest version.internal/modules/cjs/loader.js:818 throw err; ^Error: Cannot find module 'stream/promises'Require stack:-...
View ArticleWhat is the path to Qt, and path to Qt's configure file on Ubuntu
I am following this documentation for deployment. It need me to specify /path/to/Qt and /path/to/Qt/configure. I am unable to find the path to Qt on my machine.I am using Ubuntu 17 and I installed Qt...
View ArticleCan't run Ubuntu within VirtualBox on Windows 7 [closed]
I'm trying to use Ubuntu on my Windows 7 PC with 2GB RAM. I installed VirtualBox and set up the Ubuntu ISO, but when I try to start it, the window aborts and an error message displays:VM Name: Ubuntu...
View Articleapparmor is preventing plexmediaserver from deleting media files [closed]
KERNEL:6.8.0-38-genericOS:Ubuntu 24.04 LTSFrom syslog:2024-07-14T13:48:21.285591+02:00 KEM-AS kernel: audit: type=1400 audit(1720957701.283:508): apparmor="DENIED" operation="unlink" class="file"...
View Articleping: connect: Network is unreachable
I have a Ubuntu virtual machine running on your local Windows system. When i try to connect to any server from the Ubuntu , it says "Network is unreachable" even when i try to ping google....
View Articledpkg error: pycompile: not found
sudo apt-get remove --purge mysql-server mysql-client mysql-commonI am getting the following error as I try to remove mysql using the above command:Reading package lists... DoneBuilding dependency tree...
View Articleuvicorn server getting killed automatically in azure VM running ubuntu 24...
uvicorn clone_app.main:app --reloadI am trying to run the uvicorn server using the command but after sometime it is getting killed and not wrokingI am running this server in virtualenv "env"...
View Article