ImportError: libgssapi_krb5.so.2: cannot open shared object file: No such...
I have been getting the following error when trying to run one one of my Python ProgramsTraceback (most recent call last): File "/Path/to/program/Main.py", line 7, in <module> from src.ui.python...
View ArticleHow to setup Utf-8 for MySql on Ubuntu?
I have the next table:mysql> SHOW VARIABLES LIKE 'char%';+--------------------------+----------------------------+| Variable_name | Value |+--------------------------+----------------------------+|...
View ArticleHow to install python3-distutils on ubuntu 24.04
I'm attempting to install python3-distutils on Ubuntu 24.04 using the command sudo apt-get install python3-distutils, but encountering an error. Could someone please provide an alternative method to...
View ArticleI want to run the Ubuntu xfce4 GUI on Windows WSL2, getting display conflict...
My laptop:Processor AMD Ryzen 9 6900HX with Radeon GraphicsInstalled RAM 32GBSystem type 64-bit operating system, x64-basedprocessorWindows 11 Home 22H2I want to run the Ubuntu xfce4 GUI, I'm following...
View Articlehow to remove gcc-13-base while dependecy is unmet?
I had somehow messed up the library function. And there's a dependency chain going on.If I wanna delete gcc-13-base. It sayspegasus@pegasus:~$ sudo apt purge gcc-13-base Reading package lists......
View ArticleHow to disable the pinch to zoom in android studio emulator?
When I try to use the Android studio emulator, the pinch to zoom appears by clicking on some shortcuts accidentally and I need to know how to cancel the pinch to zoom option.
View ArticleThe kubelet is unhealthy due to a misconfiguration of the node in some way...
I want to setup kubernetes on my virtual machine that use a ubuntu OS. I have install docker, kubeadm,kubelet and kubectl. After I run this command:sudo kubeadm init --pod-network-cidr=10.10.0.0/16It...
View ArticleEclipse crashes on auto suggession
I am using eclipse 3.7 (indigo) and it crashes every time i try to get the auto suggestion by pressing Ctrl+Space. I have even tried to change my eclipse and jdk version, but still getting the same...
View ArticleHow can I make my Ubuntu look for a library from a given source
I'm trying to compile scilab (yes, my task is to compile it instead of using apt-get) but after solving some problems I get the following one:checking minimal version (Specification-Version 2.2) of...
View ArticlePython 3.10 cannot open shared object file librdkafka
I am trying to upgrade a relatively simple Python app thats reads a Kafka Topic, processes and then calls the API.Currently it is running in a docker container based on Python 3.8 on Ubuntu 20.04 LTS....
View ArticleModuleNotFoundError: No module named 'jupyter_core'
I am using a windows machine to start Jupyter notebook server on a virtual Ubuntu 16.04. I expect a URL as an output which I can paste in internet browser and run a .ipynb file. jupyter notebook --ip...
View ArticleUbuntu PHP Cli extensions are not enabled even after editing php.ini [closed]
I want to install below extension in php cli ubuntu 20.04.06ext-mbstringext-simplexmlext-xmlext-xmlwriterext-xmlreaderext-zipext-gdmy php cli version is PHP 8.1.6.php.ini is present in path...
View ArticleWhy did phpMyAdmin stop working after upgrading Ubuntu to 22.04?
Just upgraded to Ubuntu 22.04 and now my phpadmin won't load. I get this following errorParse error: syntax error, unexpected 'static' (T_STATIC) in...
View ArticleDocker image not starting after building on Ubuntu 24.04 [closed]
I have a problem that I can't solve. Recently, I decided to update my docker image with the new Ubuntu distribution on which it will be based.Previously I was using Ubuntu 22.04.After updating the...
View Articlefont IBMPlexMono not working on my vscode system(ubuntu )
I use Ubuntu and I want to use IBM Plex Mono font on my vscode, I have installed the .zip file of IBMPlexMono and this is my vscode settings: (IBM Plex Mono-Regular, monospace ), But still it's not...
View ArticleUsing tensorflow with GPU on Docker on Ubuntu
I've been struggling to the problem written below for many days and would like you to help me.What I want to do is to use tensorflow with GPU on Docker on Ubuntu.My GPU is GeForce GTX 1070, and my OS...
View ArticlePycharm Makefile support does not initialize shell correctly
So, this is new to me. I had some projects with similar Pycharm configurations working correctly, but I am trying to troubleshoot this issue in Kubuntu 22.04 (not sure if it's relevant).Briefly:I am...
View ArticleArangodb: No file descriptors available
After having no issues with ArangoDB3 for a couple of years, suddenly, I am encountering an AQL IO Error of the form[HTTP 500][ERR 1305] AQL: IO error: While open a file for random read:...
View ArticleAdding hetzner default gateway manually before I am able to ping google.com...
I used opnsense as natgateway for my private network. everything is working fine except that I have to manually declare my default gateway everything the system before I can ping from a vm in the...
View ArticleUbuntu issue with .tar.bz2 [closed]
I am running through the LinkedIn learning "intro to linux" course and I'm on the tar video/practice. For some reason .tar.bz2 creates an empty archive and then I get an error when I try to unpack...
View Article