"dub: command not found" when docker-compose up
Basically, what I'm trying is to create a firstly an Ubuntu enviroment where execute a zookeeper and a kafka server.Firstly, I created a dockerfile where I define the Ubuntu enviroment:FROM...
View Articlempi4py suddenly not compatible with openmpi on ubuntu
My mpi4py (3.1.5) installation with openmpi (4.1.4) on python3.8 and ubuntu 20.04 has randomly stopped working today. Whenever I execute anything that loads mpi4py in python, I get the following...
View ArticleCreate a Superuser in postgres
I'm looking for setup a Rails Environment with Vagrant, for that purpose the box it's been provisioned through bash shell method and includes among others this line:sudo -u postgres createuser...
View Articletkinter install on ubuntu 18.04 with python 3.12 [duplicate]
I am trying to run this example in a .venv with python 3.12 on my ubuntu 18.04 machine :https://matplotlib.org/stable/gallery/misc/multiprocess_sgskip.htmlNote I have donwloaded pyhton 3.12 from...
View ArticleProblems with connection engine to OpenSSL
I try to connect my engine to opensslopenssl: 1.1.1wOS: Ububntu 22.04 (on Virtual Box)I connected engine to OpenSSL 1.1.1w.If I use command openssl engine bee2evp -cit prints all ciphers from engine...
View ArticleHow to import module from index.js
I created an example node.js project:"name": "example","version": "1.0.0","type": "module",Here is the index.js (two rows only):"use strict";import MapLibreGlDirections, { LoadingIndicatorControl }...
View ArticleAX88179 Gigabit Ethernet Adaptor on Ubuntu 20, only working on half duplex...
I have a small server setup at home, and it is running ubuntu 23Distributor ID: UbuntuDescription: Ubuntu 23.04Release: 23.04Codename: lunarand i have usb gigabit ethernet adapter on it, but it is only...
View ArticleHow can I fix [entrypoint.sh: not found] in Docker?
I have a Django project file and Docker in Ubuntu server.And when I build docker image, it creates well.But when I up this image, 'python: 1: ./AA/entrypoint.sh: not found' error occurred.My Dockerfile...
View Articlestartup-script not as root (google cloud compute, ubuntu 14.04 VM)
The default of the startup script is to run as root, I need to run the startup script as a specific user (the one used to create the image for the instance). I've tried all possible variations of su,...
View ArticleSystem freezes on linux
I used to run an intel processor and amd gpu on a fedora distro on wayland. Everything was working fine and trouble free on that system. But then I changed my old system to ryzen 5 3500x + gtx1660 and...
View ArticleHow to map IP Address to Localhost to access pods from outside the host...
I am using docker desktop and Kubernetes from Docker DesktopI have created a deployment and a service as given in the below code snippet:Deployment.yaml:kind: Deploymentmetadata: labels: app: rhap...
View ArticleCan't install anything with apt install in ubuntu
Any request like sudo apt-get install *** starts the installation process, but when unpacking it throws an error, after which some packages are installed and work fine, some do not work fine, and some...
View Articlesnap: unable to remove old versions of apps
I found that i have 14 firefox versions on my disk taking up 4.2GB.There are more than 2 versions for core, code and chrome too.I used sudo snap list firefox --all but it only listed two versions for...
View Articlehow to change php version on git hub codespace?
I am working on the codespace on some PHP-based code. when I am running this command:php --iniConfiguration File (php.ini) Path: /opt/php/8.2.4/iniLoaded Configuration File:...
View ArticleBuild-in laptop keyboard doesnt't work on Linux Ubuntu 6.5
A few days ago I bought laptop "Machenike L17A pulsar" that released relatively recently and has no drivers. Installed Ubuntu 22.04.4 with kernel 6.5.0-26-generic (last version). In BIOS integrated...
View ArticleTflite-model-maker is downloading several files endless
I'm trying to install TensorFlow using this tutorial. So, when I run the following command on my terminal:$ pip install -q tflite-model-makerThis command starts to download several files, but this...
View ArticleCannot open Pycharm (Process 5,540 is still running)
When I am trying to open Pycharm on Ubuntu (22.04) I am getting the following error from time to time (around 50% of cases): Cannot connect to already running IDE instance. Exception: Process 5,540 is...
View ArticleAzure Sku and offer codes for ubuntu 20.04 and 22.04 LTS for ARM
I'm hoping someone has these on-hand so I don't have to wrestle with yet another endpoint in the the azure api.I'm looking for the Azure offer code and the sku for Ubuntu 20.04 and 22.04 for ARM.I know...
View ArticleInstalling Steam on CentOS 8 gives an error
I was installing Steam on centOS 8.I followed the steps on https://linuxhint.com/install-steam-on-centos-8/steps:1]sudo dnf install epel-releaseOutput :Last metadata expiration check: 1:25:29 ago on...
View ArticleIdentical C code using identical user-space bluetooth library works fine on...
I have a custom library that is based off of cwiid user-space library for Nintendo Wiimote connectivity. You can find it at https://github.com/pd-l2ork/cwiid.Assuming you have your development...
View Article