Missing PATH variable on WSL 2 relaunch in VS Code (Ubuntu)
To be more precise, I am facing an issue with PDM. The error is: "Command 'pdm' not found...".When I run WSL directly from the Windows Start menu, the issue does not occur. I am able to run pdm...
View ArticleAndroid app stuck at "Launching on Devices" or 'device 'DEVICEID' not found'...
The app can not be launched. It is stuck for a very long time in "Launching on Devices" (it seems to not stop).Sometimes instead of beeing stuck it gives the error'device 'DEVICEID' not found' error on...
View ArticleTomcat virtual URL not working on Ubuntu Tomcat10
I'm very new to cloud hosting. Someone had setup an Ubuntu Linux server for me on AWS and I am trying to deploy my Servlet based application onto it, however, I'm having a problem with the use of...
View ArticleFiles and settings glitch on Ubuntu [closed]
While I try to open files or settings on my Ubuntu VB machine, it glitches and shows me a while window without any content. Any quick fixes? Attached is an image of what I see I tried to open settings...
View ArticleRunning google chrome inside Docker container on MacOS in GUI
I am using MacOS with Apple Silicon M1 Pro chip.I want to run Chrome browser for Linux using Docker in GUI mode.This is my Dockerfile# Use the official Ubuntu base imageFROM ubuntu:24.04# Install...
View ArticleCalculate and monitor traffic details on a server [closed]
We have an ubuntu server with nginx which we using to deliver files to our clients and they can download files from our server , we are looking for a way to check how much Tx we have in total and also...
View ArticleCheck if Barcode Scanner is successfully connected to Serial Port
I am currently working on a solution that reads data from a Barcode Scanner through a serial port on an Ubuntu 22.04 machine.Is there a way for me to check in my software(Golang) that the Scanner is...
View ArticleHow to create a customized hotspot on Ubuntu 24.04?
I got a WLAN Adapter and tried to use it to create a wifi hotspot on my computer. And I can only use the create a hotspot to create a Wi-Fi named ${USER}-hotspot, which cannot be modified and enabled...
View ArticleHow to move MySql Cluster Data Node storage route a new path [closed]
I recently created a MySql Cluster with 1 Manager node, 2 Data nodes and 2 Sql nodes.All is workging fine.Now I want to make the cluster a bit more professional so I decided to mount a separate file...
View ArticleSome VSCode Keybindings not working in Ubuntu
I have just started with VSCode on Ubuntu and was looking for the equivalent of cmd+shift+D in Sublime on the Mac (duplicate selected text) . According to the docs I should use Ctrl+Shift+Alt+Down or...
View ArticleAccess pm2 status launched by user jenkins
I have installed pm2 on my ubuntu machine.which pm2/usr/local/bin/pm2This is the shell script to execute inside jenkins workspace.export BUILD_ID=projectnpm installpm2 start ecosystem.config.js...
View Articlelsnrctl: command not found in Ubuntu 18.04
I am trying to make connection to Oracle Database 18c XE with sqldeveloper,but I am getting :Status : Failure -Test failed: Listener refused the connection with the following error:ORA-12505,...
View ArticleUbuntu not poweron on VMware Workstation [closed]
I am trying to install ubuntu 24.04 as a vm on VMware workstation. when I try to power on the virtual mchine, it gives the error operating system not found, no boot filename received.I checked the...
View ArticlePersisting arptables on Ubuntu 18
I am using Ubuntu 18 with UFW as the basic firewall.I need to restrict some ARP traffic from the box, and I can that by using the following arptables command:sudo arptables -I OUTPUT --source-mac...
View ArticleUnable to mount unraid NFS on ubuntu [closed]
I have two servers NAS(unraid) and ubuntu. I am trying to mount unraid share as NFS in ubuntu.NFS settings in unraid share.Security...
View Articlecurl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to...
I'm hitting my curl on ubuntu terminal and getting this response curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to domain.com:443 . I really can't understand why it happens. I tried to...
View ArticleNO_PUBKEY for apt.releases.hashicorp.com in apt
When running sudo apt update, I am presented with the following error:Err:4 https://apt.releases.hashicorp.com focal InRelease The following signatures couldn't be verified because the public key is...
View ArticleVisual Studio Code on Ubuntu displays incorrect characters in languages with...
I have tried changing to various fonts in VSCode such as Consolas, Monospace, and many other monospace fonts. In all cases, they display characters incorrectly.The following text will be used to test...
View ArticleVSCodium Not Recognizing Python Module in Virtual Environment
I activated the virtual environment of my project via the terminal and then opened the project path in VSCodium. Despite installing the Python library globally, VSCodium still doesn't recognize the...
View ArticleManual IP setting for router does not let docker containers access internet...
I am running Ubuntu on the system, changed ip address from DHCP to manual (192.168.29.106).After changing, the system was able to access the internet, but when I try it from inside a docker container,...
View Article