I cannot MongoDB repository
I need to istall the last version of MongoDB 7.0Hello everyone, i need to install the last version of MongoDb 7.echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ]...
View ArticleFrequent Freezes during CUDA-Training in Ubuntu 23.10, RTX 3080ti
I am a startup founder working on deep learning models. As off the last few weeks,I have experienced frequent freezes throughout the training process. The system freezes, and usually cannot be...
View ArticleAndroid build failed for external jar file in Ubuntu
Hello I have a simple android project. In that project I added an External jar file following this Stackoverflow Add External jarWhich generates below line in build.gradle(app):implementation...
View ArticleDelete all local git branches
I follow a development process where I create a new local branch for every new feature or story card. When finished I merge the branch into master and then push.What tends to happen over time due to a...
View ArticleNodemailer not working in my ubuntu vps server, but works on localhost...
I am developing a website in nextjs, and when i send emails using nodemailer in my windows environment it works well both on development and production. But when i deploy the application on my ubuntu...
View ArticleThe following signatures couldn't be verified because the public key is not...
I am trying to use Ubuntu 20 or Ubuntu 22 in Docker. My Dockerfile is:from ubuntu:22.04run DEBIAN_FRONTEND=noninteractive apt updateI build this with docker build .. The result is:Sending build context...
View ArticleUnable to locate package in Ubuntu
sepehr@Sep-Desktop:/mnt/d/All/Programming/CS50x$ sudo apt install python3-cs50[sudo] password for sepehr: Reading package lists... DoneBuilding dependency tree... DoneReading state information......
View ArticleChange windows pwsh script to work on ubuntu virtual machine. Problem with...
I use a windows pwsh script to receive an AccessToken. The code works without a problem on my own pc and on a virtual windows server in the cloud.We would like to run this code on a ubuntu virtual...
View ArticleGitLab runner with Docker: client version is too old issue
I Ubuntu 20.04.6 LTS I have installed GitLab Runner that I want to use with Docker.When I try to execute a job, I get following message:Using Docker executor with image python:3.9.13-slim-buster...
View ArticleVPS Ubuntu 22.04 - Django - Gunicorn - Nginx
If I use; gunicorn --bind 0.0.0.0:8000 my_project.wsgi worksThen this is my config:gunicorn.socket[Unit]Description=gunicorn...
View ArticleSwitch user before running cmd ubuntu [duplicate]
I'm trying to run a cron job in ubuntu server to backup my database every day.so Im using this cmd:sudo -i -u postgres && pg_dump -Fc DbName > DbName_backup.dump && ... &&...
View ArticleMuJoCo 2.0.2.7 Installation Error on python3.7 Virtual Environment - Cython
I am reproducing the code of safety-starter-agents. To fulfill the requirements in the setup.py file, I am running the code in a virtual environment on which python3.7 is running. This python version...
View ArticleCan't use the Airflow module and show the TypeError 'module' object is not...
I am using WSL2 ubuntu linux system and try to use Airflow on WindowsOperating on VscodeI installed the 2.4.1 version of AirflowWhen I tried to ,I got the below error:Traceback (most recent call...
View ArticleCan't install pgadmin4 on ubuntu
I'm following the steps outlined online: https://www.pgadmin.org/download/pgadmin-4-apt/. My original error said "Package pgadmin4 is not available, but is referred to by another package. This may mean...
View ArticlePycharm reverts the selected keyboard layout
I start pycharm in my ubuntu 22.04 and try top change layout with meta+space (standard combination)pycharm seems to revert it back immediately.If i add alt+shift via tweaks - this combination works...
View Articleubuntu: uninstall matplotlib with pip won't work
I'm on Ubuntu and I neeed to uninstallmatplotlib, which I installed as an ubuntu package and later upgraded with pip. The usual command doesn't work:$ sudo pip uninstall matplotlibCan't uninstall...
View Articledoes pipe to xclip work with clipboard manager?
OS: ubuntu 22.04I can't seem to get command output to pipe thru xclip to the clipboard (copyq).I have this zsh/bash alias:pw () { pwgen -sync "${1:-48}" -1 | xclip -o}and although the generated passwd...
View ArticleCan't Install Cisco VPN in Ubuntu 22.04 Environment? [closed]
I'm having trouble installing the Cisco VPN client on my Ubuntu 22.04 environment. I'm new to this and would appreciate any help or recommendations for a VPN client that works well with Ubuntu 22.04....
View ArticleUnable to install pip3 modules in VSCode WSL Ubuntu (Source: CS50 Seminar)
I'm trying to install the cs50 and flask modules in my local development environment, which is set up based on the CS50x coding environment. However, I'm encountering an error when trying to install...
View ArticleCan't install mysql-server on WSL2
I'm currently trying to connect a php application on WSL2 with a database initialized on my windows using xampp and TablePlus. I get an error that looks like this: 127.0.0.1:54898 [500]: GET / -...
View Article