Connect to SQL Server running on Windows host from a WSL 2/Ubuntu sqlcmd
I have a host running Windows 10, WSL 2. My guest is Ubuntu.I'm trying to use sqlcmd to connect to the SQL Server running on my host machine, but I'm not sure what IP to use in the connection?I've...
View ArticleError while loading the library event after export LD_LIBRARY_PATH [closed]
When i execute one necessary step in my project:ubuntu@cscsh:~$ soss dds_to_ros2.yaml \Error while loading the library...
View ArticleError: libnode.so.64: cannot open shared object file: No such file or...
I created a docker container on ubuntu with following packages: default-jdk, node.js, curl, git,npm, python, make, gcc.I'm trying to run this tool...
View ArticlePrevent Selenium from taking the focus to the opened window
I have 40 Python unit tests and each of them open a Selenium driver as they are separate files and cannot share the same driver.from selenium import webdriverwebdriver.Firefox()The above commands will...
View Articledocker:Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is...
I'm remotely connecting to a school server (Ubuntu 20.04.2 LTS) through Visual Studio Code (VScode, version 1.66) to perform some tasks, and today I follow docker.com...
View Article/usr/bin/sudo must be owned by uid 0 and have the setuid bit set version...
when I set the EACCESS for npm and I was ran the chown command in my terminal for change owner permission but now i stuck in this sudo :" /usr/bin/sudo must be owned by uid 0 and have the setuid bit...
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 ArticleUbuntu wifi "Activation of network connection failed" [closed]
I installed Ubuntu 24.04 on my computer.Problem: After the computer is turned on and used for a while, a reminder "Activation of network connection failed" will appear. Then, the wifi logo in the upper...
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 to upload PCAP file in Arkime on Ubuntu 24.04?
I installed Arkime 5.0 and Elasticsearch cluster on Ubuntu and succesfully started new session on localhost:8005 but I dont know how to upload PCAP file from my local files.I tried to to run this...
View Articlegrub not detecting my hard drive on ubuntu 22.04
I have installed Windows Ubuntu 11, from https://www.wubuntu.org/The problem is the grub is not detecting my hard drive and it started where I installed the latest drivers for Ubuntu using the code...
View ArticleWhy is the color of .sh files still green even though I changed it? [closed]
As you can see in the dircolors, I changed the color in .sh, but somehow it is not implemented. However, if I do "dir", for example, then it is implemented. Why? What should I do to fix this?Output of...
View Articleubuntu apache default page appears on some devices
I have completed a server move of an application (ILIAS which is a learning management system). I have changed the A Record. The application is displayed normally on most end devices. On some, however,...
View ArticleI want to connect to my SIM card virtually so I can dial USSD code
I have a SIM that I want to connect to my server so that I can be sending some USSD to the SIM from my application without relying on third party services. All information would be highly...
View ArticleUbuntu & dotnet restore : error NU1301: Unable to load the service index for...
I am struggling in restoring a .NET solution on an ubuntu VM.When I run the command dotnet restore I always get the error:error NU1301: Unable to load the service index for source...
View ArticleEnabling HTTPS for subdomain on Ubuntu with letsencrypt certbot [closed]
I run the command sudo certbot certonly -d example.com -d www.example.com - sub.example.com and get the following error:Certbot failed to authenticate some domains (authenticator: apache). The...
View Articlemake diff ignore case of umlauts
I need to make diff ignore the case of my inputs. Both inputs contain German umlauts like ä and Ä. Option -i successfully makes diff ignore the case of my input for other characters like a and A, but...
View Articleubuntu/debian serial modem quectel EN915 pppd not connected
I have an RS485 modem that I connected to my computer using a USB to RS485 converter. I can connect to it using Minicom with a baud rate of 9600, 8N1, and xonxoff flow control settings. The modem...
View ArticleCross compiling for AArch64 with Clang built from source
I'm trying to cross compile to AArch64 using clang on Ubuntu. I've installed the right packages and am able to compile successfully using a pre-packaged clang, but doing the same with a self built...
View ArticleFailed to run '/usr/local/go/bin/go env. The config change may not be applied...
Whenever i try save a go file inside vc code i get this pop up Failed to run '/usr/local/go/bin/go env. The config change may not be applied correctly. . Also there is any no go intelliSense, code...
View Article