odbc_connect(): SQL error: [unixODBC][Driver Manager]Data source name not...
I am getting error odbc_connect(): SQL error: [unixODBC][Driver Manager]Data source name not found, and no default driver specified, SQL state IM002 in SQLConnect for Linux serverwhile executing...
View Articlelookup registry-1.docker.io: no such host
I have docker daemon running on my Ubuntu 16.4 servermy server details:No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 17.04 Release: 17.04 Codename: zestyI'm receiving the...
View Articleecho $USER print blank in ubuntu
I'm trying to print the user name in a ubuntu docker but this print an empty spaceecho "$USER"is there anything I'm missing?my ultimate goal is to create a new user and switch to it with docker command...
View ArticleHow to inccrease Windows disk (dubal boot)?
I have the following disks:Microsoft is the first part (52 GB) and Ubuntu is the second part (179 GB)Is it possible to increase size of Windows disk and decrease size of Ubuntu?I was trying Gparted...
View ArticleError while trying to run a node process on AWS ubuntu Server using pm2
I am trying to run a node process on an AWS Ubuntu server and I keep getting this error.[PM2][ERROR] Script not found: /home/user/app-name/“npmHere is the command I am runningpm2 start “npm run start”...
View ArticleDocker Error bind: address already in use
When I run docker-compose up in my Docker project it fails with the following message:Error starting userland proxy: listen tcp 0.0.0.0:3000: bind: address already in usenetstat -pna | grep 3000shows...
View ArticleHow to fix Gradle build error : Can't find API database; API check not...
It's basically the same question as the one asked here:Android Lint Error "Can't find API database; API check not performed"but for Ubuntu, I didn't find how to adapt the answer given to Windows...
View ArticleUbuntu 22.04 DNS Resolver
I am trying to force my ubuntu 22.04 systems to use google's internal dns resolvers for all queries, but seem to have a disconnect somewhere. I have changed /etc/resolv.conf to:nameserver...
View ArticleConnecting Nginx Server to OpenVPN and Accessing it from the Internet
I have an Nginx server running on my local network, and I want to make it accessible from the internet via an OpenVPN connection. Here are the details of my setup:Ubuntu Server Local IP Address:...
View Articlebash: No such file or directory (for 32-bit binary on Ubuntu 20.04) [closed]
I am trying to run an older, 32-bit binary on Ubuntu 20.04 on an x86_64 machine. Here is the profile of the binary from file:$ file...
View Articlesamtools view -F option appears to not be functioning
Samtools version:samtools 1.13Using htslib 1.13+dsPlease describe your environment.Windows CPU running Ubuntu 22.04.3 environmentmachine architecture (run uname -m on Linux/Mac OS or wmic os get...
View ArticleError /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found
firstly, I google'd a lot but nothing I found related to my case, I have an ELF executable file I'm trying to run it in my Ubuntu WSL, I've changed the permissions (chmod +x file), when I run it, this...
View Articletrimmomatic: command not found
Hello I want to use trimmomatic on Ubuntu. Even though I run the$ ls trimmomatic-0.39MANIFEST.MF build.xml lib versionHistory.txtadapters distSrc srcAnd get results, when I run this code:trimmomatic PE...
View ArticleInstalling wkhtmltopdf to hosting
I want to run my bot on hosting; for the bot to work, I need wkhtmltopdf. I don't have root and cannot use sudo.by command uname -a:Linux de47dd89-827f-4271-9cad-0cbf6b95d4e6 5.15.0-91-generic...
View Articleconfluent kafka python - certificate verification
I used simple producer on Windows, but when I tried it to run on Ubuntu I got:SSL handshake failed: error:0A000086:SSL routines::certificate verify failed: broker certificate could not be verified,...
View ArticleProblem connecting to a Kali VM from an Ubuntu 22.04 host (VirtualBox) [closed]
I'm taking a course on the basics of cybersecurity, and I've come across a big problem that I can't solve. For the record, I installed VirtualBox 7.0 on a Linux distribution Ubuntu 22.04, installed by...
View ArticleWhy does the gazebo gui not run correctly?
I installed Gazebo version 11.14.0 and ROS Noetic in Ubuntu 20.04 via WSL2. When i want to run gazebo with the command "rosrun gazebo_ros gazebo", the GUI opens but shows only blurred windows.(see...
View ArticleHow to synchronize ubuntu time with the currenttime
index.js:165 Uncaught (in promise) Error: Server returned an error:Code: 400 (Bad Request)Body: Specified ingress_expiry not within expected range:Minimum allowed expiry: 2024-02-21 09:25:55.369426445...
View ArticleRead information from inside DEB package in preinst
I am creating DEB package for Ubuntu which copies binary and configuration files. When I am installing/reinstalling with a new DEB file in case of patch, upgrade or downgrade, I need information in...
View ArticlePostgreSQL database was dropped many times suddenly
on my server ( ubuntu by nginx , docker and Django by gunicorn)the site is run good but the database sometimes dropped suddenly and i lost my datathis thing many repeatedwhen i back...
View Article