How do install these packages on Ubuntu?
I'm trying to install 2 packages that were no issue on Anaconda virtual environment. But on an AWS EC2 instance of Ubuntu (v24.04 LTS GNU/Linux 6.8.0-1010-aws x86_64), it's not working.Typically i...
View ArticleProblem with Netplan and Ubuntu 18.04 taking down our network after "netplan...
We are trying to add additional IPs to our OVH server and whenever we apply the command "netplan apply" after making our yaml changes, the server completely goes offline. The network is down. This...
View ArticleMount a CIFS share to a docker container running inside WSL2 Ubuntu
I'm trying to run a Docker container called Unmanic. I want it do be able to access a files from a share on my NAS.I got Docker Desktop and WSL2 running on pc and the container is up. I can access the...
View ArticleHandshake Failure in ASP.NET Core Web API on Ubuntu 22.04 LTS
I have an ASP.NET Core Web API that was working perfectly on my Windows machine. I needed to deploy it on an Ubuntu Linux 22.04 LTS server. I followed this guide.The application runs and can be...
View ArticleDocker container process not visible on host
I have an active docker container (mongo running on WSL2, defualt Ubuntu). I know it is possible to identify container process on host, but ps -aux nor ps -A doesn't really work.While I can see my...
View ArticleIs there a way to force gnome-initial-setup to adduser with --encrypt-home
I'm building a custom live/persistent Ubuntu iso.With ecryptfs-utils package already installed, I'm able to create new users with encrypted home directories using adduser --encrypt-home username1.On...
View ArticleAllow ssh and ftp access to AWS EC2 ubuntu
Previously, I accessed /home/ubuntu through port 22 only with the ssh server key, and now an external partner company has to access FTP and work on /home/ubuntu.So I created ftpuser account and...
View ArticleUsing ExpressVPN to act as a local proxy
im using ubuntu 22.04 CLI on a VPS and using it with SSH. i installed the express vpn client and activated it using my activation code.the problem is, i cant actually use my vps when the vpn is active,...
View ArticleHow to use batch script to launch an Ubuntu terminal with commands for WSL...
I'm trying to use a batch script to run code files in Neovim inside the Ubuntu terminal, whenever I open a code file using the batch script as the app for Windows.I can successfully run set...
View ArticleBuild issue with MatX concerning initialisation of shared variables
I'm attempting to build and install MatX onto my Linux machine.I'm following the instructions found here.Except when I run the make -j command, I get the following...
View ArticleWhere is Android executable snap path in Ubuntu?
I need to find Android executable path for my Ionic Apps, I have Android installed with snap in Ubuntu, and in Glances result I can read this : PID 302...
View ArticleRust Bevy cannot run the release executable file; missing libbevy_dylib
I built Bevy on Ubuntu, but when I try to run the executable file in the target/release folder, it logs the following error:./BevyPractice: error while loading shared libraries:...
View ArticleERROR: Could not build wheels for pycairo, which is required to install...
Error while installing manimce, I have been trying to install manimce library on windows subsystem for linux and after runningpip install manimceCollecting manimce Downloading...
View ArticleIs there any way to setup alarm for ubuntu's /var/mail via SSH or else?
Is there any frameworks / GUI to setup an alarm that triggers whenever mail is sent to /var/mail on ubuntu server?I'm currently using localhost because of closed network connection, and only way that I...
View ArticleHow to mount HDFS on ubuntu?
I am unable to mount HDFS on ubuntu 22.04 what are the ways to do that? I tried these commandssudo apt-get install sshfssudo mkdir -p /mnt/hdfssudo sshfs user@localhost:/ /mnt/hdfsthe above is...
View ArticleImmich - permission denied on external library
I am trying to get the External Library in Immich working, but no success due to permission issues.System info:Ubuntu 24.04 LTSimmich-distribution v1.107.2Test folder and pictures with full...
View ArticleVersion incompatibility error between the SQL-Server database backup and the...
I have installed Docker and run a container on my Ubuntu VPS for resolving the version incompatibility between SQL Server and the backup file but even docker has not solved. During restoring the...
View ArticleHow to record audio with ffmpeg on ubuntu with python?
I encountered the problem of recording output audio on Ubuntu with Python.I want to record the output sound from the browser.I used USB Headphone as the output device, then record sounded with...
View ArticleTerminal Opened in Ubuntu but command prompt not appear
When I open my terminal in Ubuntu, it opens, but I have no command prompt! I can't write any commands. I tried to reset it, but nothing happened. The terminal stays like that, so what should I do?The...
View ArticleRunning docker on Ubuntu: mounted host volume is not writable from container
Docker works great on a Mac for me, but I have to run docker host inside of a VirtualBox (or Parallels, or VMWare Fusion), since Mac's kernel doesn't support docker.So I tried to setup my application...
View Article