Matplotlib warning due to multiple versions: how to handle this in Ubuntu 24?
So Ubuntu 24LTS recently came out and it uses Python3.12 as the systemwide python version. Starting from 23, we now cannot really "play" with the default installation: we cannot install python3.12...
View ArticleCurl on Windows 11 and curl on Ubuntu 22.04 server different results
I try make api calls to following endpoint...
View ArticleHow to install libjpeg-turbo8 on Ubuntu 12.0.4
As suggested by Google, I'm trying to get http://jpegclub.org/jpegtran/ working on my Ubuntu server, but I'm getting the error:"jpegtran: error while loading shared libraries: libjpeg.so.8: cannot open...
View ArticleCannot connect to host api.telegram.org:443 ssl:default
I am writing a telegram bot on the aiogram framework. Everything was good when I run it, but today I am getting error,Cannot connect to host api.telegram.org:443 ssl:default I do not know what's...
View ArticleData in MongoDB (inside EC2 instance) gets erased automatically after...
I am facing an issue where data in MongoDB (inside EC2 instance) gets erased automatically after a certain interval of time (approximately after 1 day).i use the aws free tier service and in that i...
View ArticleInstall OpenCV dev for ubuntu in Release Mode
I'm working on a project that generates a library C++ that will be shared to other teams.This library depends on OpenCVTo develop this I'm using a Docker image based on Ubuntu and installing...
View Articlelibglut.so.3: cannot open shared object file: No such file or directory
I had wxDragon installed on my Ubuntu 22.04 previously and it worked perfectly. Now, I upgraded my Ubuntu to 24 version and I'm getting the following error:wxDragon: error while loading shared...
View ArticleWSL2 n'est pas pris en charge avec votre configuration d'ordinateur actuelle...
WSL2 n’est pas pris en charge avec votre configuration d’ordinateur actuelle.Activez le composant facultatif « Plateforme d’ordinateur virtuel » et assurez-vous que la virtualisation est activée dans...
View Articlelinux, ld command by --entry option generate segment fault error
When I execute the following command to make an executable, It is okld -o xxx a.o -lc -dynamic-linker /lib64/ld-linux-x86-64.so.2 /usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o...
View ArticleDocker apt-get update fails [closed]
Can somebody help me get apt-get working in my docker container? Whenever I try running any apt-get command in my docker container, the command fails. I'm running Docker version 1.1.1, build bd609d2 on...
View ArticleJava Shell Cmd and 'sudo: no tty present and no askpass program specified'...
From the Java Spring-Boot Application, I am invoking the following and it works when Java Security POLICY is not set. But when Java Security Policy is set it does not work and gives the error...
View ArticleMemgraph Lab won't start on Ubuntu 24.04 Desktop
I recently installed Memgraph and Memgraph Lab from the official downloads page and encountered Memgraph failing to start- this was due to Neo4j using the same port (though the error logs were...
View ArticleErrors in trying to get Windows installed on secondary drive [closed]
I've recently switched from Windows 10 to Linux for my daily driver, but need windows still available for certain applications, and I decided to completely uninstall windows so I could start a new...
View ArticleQt 5.1.1 compiler setup on Ubuntu
I have a clean install of 64bit ubuntu, I downloaded Qt 5.1.1 for linux 64 bit from http://qt-project.org/downloads, ran the .run file, installed it and gcc which is included in that download, opened...
View ArticleFailed to start high performance web server and reverse proxy server nginx
UPDATE - I got these error logs:nginx: [emerg] unknown "request_url" variableAug 19 01:14:58 nginx[4890]: nginx: configuration file /etc/nginx/nginx.conf test failedHere is my nginx.conf file:user...
View ArticleHow to install cross compiler (on ubuntu 12.04 LTS) for microprocessor SA1100?
Can someone please tell me how to install the cross compiler (programming language C) for the SA1100 microprocessor? I have ubuntu 12.04 LTS. I´m a complete noob to Linux, I just installed Ubuntu...
View ArticleUbuntu Installation Stuck on "How do you want to install Ubuntu?" Screen with...
I'm trying to install Ubuntu on my PC, but I keep getting stuck on the "How do you want to install Ubuntu?" screen during the installation process. The options for how to install are not appearing, and...
View ArticleLaravel symlink Permission denied on ubuntu
Using this command in controller Artisan::call("storage:link");No issue on shared hosting.On AWS EC2 returning this error message "symlink(): Permission denied".on EC2 Terminal using this command php...
View Articlesynthesizer in windows sounds much better than in linux (python and pyttsx3)
I've made a simple text_to_speech function in python based on pyttsx3 library (in polish language).import pyttsx3 as ttsengine = tts.init()engine.setProperty('rate', 130)engine.setProperty('voice',...
View ArticleInstalled Docker via Snap and now do not have docker.sock
I have Docker installed on my Ubuntu server. I installed Docker during the install service of Ubuntu. This has not been a problem for me at all until I tried to get the Portainer Agent working. The...
View Article