Ubuntu Docker image that equivalent to vmImage: ubuntu [closed]
I'm trying to build a Debian package on a ubuntu container job on azure pipeline.Here is my setup:pool: 'AWSLinux'container: image: ubuntu:20.04But it looks ubuntu:20.04 docker image does not have some...
View ArticleEclipse closes automatically when Using 'System.out.println' [duplicate]
I’m experiencing an issue with Eclipse where it closes automatically when I use ‘System.out.println’.Environment :Eclipse Version: eclipse 2024-03 is the latest version of Eclipse today I reinstalled...
View ArticleHow to include dependencies of local debian package in apt autoremove mechanism?
I created (via CMake but that is not important) a debian package which contains my application: my_app.deb which has a dependency on a 3rd party package in standard Debian repository (located in...
View ArticleGit is unable to push after changing privileges
I have been using a Git + gitolite +Redmine installation for a long time without any problems. The server is running on Ubuntu while I'm developing on Windows, and pushing data to the server using an...
View ArticleUnable to execute bash commands from GO function (FN project)
When I try running :cmd := exec.Command("bash", "-c", "docker ps")outp, err := cmd.Output()log.Print("outp", outp)if err != nil { log.Fatalln("Starting command failed:", err)}I am having error :exit...
View Articlehow to use procps-3.2.8 in listing all the running processes?
Does anyone know how to use procps-3.2.8 in listing all the running processes of ubuntu/linux?And how to kill them using procps-3.2.8?please provide the step-by-step procedure and provide useful links...
View Articleubuntu how to fix shutter installed but grayed out [closed]
I have ubuntu 22.04 and installed Shutter. When I click on it the application comes up but everything is grayed out except the screeenshot for the entire screen. I don't know what is wrong, so I don't...
View ArticleVPS stops connecting to certain API after a while [closed]
I have a script that requests my own api, but after a while at about the same time every day, it stops connecting, rebooting the server does not help, the api is working properly as from the PC I can...
View ArticleProtobuf couldn't find timestamp.proto in Python
I have a Python module that imports a Protobuf class. When I try to run the module or the tests for that module, I get fhe following error:_ ERROR collecting tests/test_load_protobuf_data.py...
View Articleapache/2.4.29 (ubuntu) server at localhost port 80
I am trying to run openEMR project in Eclipse on my Ubuntu 18.04 machine. I have downloaded the project and installed the dependencies using below command.composer install --no-devnpm installnpm run...
View ArticleKubeadm is unable to communicate with kubelet even if kubelet is running...
I am trying to run `kubeadm init' command$ sudo kubeadm init[init] Using Kubernetes version: v1.30.1[preflight] Running pre-flight checks[preflight] Pulling images required for setting up a Kubernetes...
View ArticleGetting GLIBC_2.28 not found
I running the node -v command, getting the error:node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)Is there a solution?
View Articlemysql:unrecognized service on ubuntu 22.04.3 [closed]
I want to install mariadb for erpNext on wsl. After installation of mariadb server maria db is starting but mysql not starting.the error occurs mysql:unrecognized servicethe commands for installation...
View ArticleLenovo T460s shutdown when first battery run out [closed]
I have installed Ubuntu 24.04 on a Lenovo T460s. I notice earlier that the Laptop shut down unexpectedly. Few moment after, i have checked that, when the second battery of my Laptop runs out, it shut...
View ArticleTCP Listener in .NET 8 deployed on Ubuntu Server environment Responds Slowly...
I have a TCP listener application written in .NET 8 which is supposed to listen for incoming client connection, accept connection and process the the massage that comes in and responds to the...
View ArticleError while installing mysql-server on ubuntu 20.04 [closed]
I was getting this error while trying to install mysql-server on my system.I have used this command: sudo apt install mysql-serverupdate-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide...
View ArticleHaving problem on installing Ubuntu on Oracle VM [closed]
Ubuntu 24.04 LTSBase Memory of 4gbProcessors 3Create a Virtual HD: 50gbVideo Memory: 80mbEnabled 3D AccelerationInstall Ubuntu->Interactive installation->Extended SelectionChecked the:Install...
View ArticleHttpClient using PFX transport certificate to stablish connection to third...
I have an Asp.Net core app which has a lot of PFX certificates, those certificates are added as resource to the application, each certificate has a specific client. This Asp.net app is responsible to...
View ArticleB.A.T.M.A.N. Ad-Hoc Nodes see each other but can't ping with ip address
I'm trying to connect two raspberry pi zero 2 W using a batman-adv mesh running on Ubuntu Server 22.04. I've set up batman both manually and using networkd+wpa_supplicant but to no avail. When using...
View ArticleFast APIcpu usage goes abobe 100% [closed]
I am working on a FastAPI application that cleans job data and extracts tokens from it. I have deployed the API on an Ubuntu server with 12 GB of RAM and a 250 GB SSD. The server uses NGINX and...
View Article