Cannot open GUI applications with XQuartz mac
I am using xquartz to login to an Ubuntu server from a Mac machine. After logging in using ssh -X <username>@<ip> command, I am trying to launch nautilus but it keeps giving the following...
View ArticleMGLTools Segmentation Fault [closed]
I'm currently working as an intern for computational chemistry. One of the applications that we need is MGLTools which I installed using this...
View ArticleDebian update-alternatives vs redhat alternatives [closed]
Since centos 7 is at its EOL, I am trying to migrate to ubuntu. Many of our setups involve alternatives to be configured. In ubuntu, there is no alternatives command but there is an...
View ArticleCan I use remote desktop without integrated or dedicated graphics card? [closed]
My PC for deep learning is ubuntu-desktop 22.04 with an nvidia GPU and a CPU without integrated graphics card, and I usually use Microsoft RDP to connect it. I must connect a monitor or an HDMI dummy...
View ArticleAssign IP address to a virtual machine using virtualbox
How can I connect two VMs within a network. I chose the option internal network for both of them. But, no IP address was assigned to each VM.This is what I obtained when doing the command ifconfig :...
View Articlecustom name resolution failing on docker container
I want to customize the DNS configuration for a new container. I am using the --hostname flag to set thehostname of a new container. Below is the docker command for testing the hostname:docker run --rm...
View ArticleHow to fix "cannot find -lXinerama" error?
When I'm trying to compile Window Tiling For The Win following a tutorial (dead link) by the same author, I get an error message that ends with:note: /usr/bin/ld: cannot find -lXineramaThe problem...
View ArticleHow to fix "cannot find -lxcb" error during cargo install?
I'm getting an error when installing a program via Cargo:ld: cannot find -lxcb: No such file or directoryI seem to be lacking libraries. I'm on Ubuntu 22.04. How could I solve it?
View ArticleOpenCV not working properly with python on Linux with anaconda. Getting error...
This is the exact error that I am getting. My OS is Ubuntu 16.10.OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you...
View ArticlePort 6379 is occupied by a process with PID '-' in wsl2
I want to initiate redis-server on port 6379 but i got this:Could not create server TCP listening socket :6379: bind: Address already in useAnd here is the output of netstat -tunlp :tcp 0 0...
View ArticleDefault group permission for RStudio Server
I am using RStudio server (Version 0.98.994) on Ubuntu 12.04.Our group works on a external share drive together and would like to open the same project. When I open a project file created by other...
View ArticleOffline Installation of softwares in Ubuntu 22.04 Docker container [closed]
We are trying to create containerized AzureDevops self hosted agent machine with required software components installed by following the MS DocumentOur Build agent VMs and the jump machines are hosted...
View Articleyum install openssl-devel error
On Fedora, yum install openssl-devel gives me the following error. Package: 1:openssl-1.0.1e-30.fc20.x86_64 (@anaconda) Requires: openssl-libs(x86-64) = 1:1.0.1e-30.fc20 Removing:...
View Articlesudo: docker-compose: command not found
I am trying to run docker-compose using sudo.I have both docker and docker-compose installed on Ubuntu 16.01.Due to an error while trying to download compose using curl, I ended up installing it using...
View Articledocker: 'compose' is not a docker command Ubuntu 24.04 LTS
I tried to rundocker compose upon a Ubuntu 24.04 LTS system and encountered the errordocker: 'compose' is not a docker commandThe current docker --version is 24.0.7 which appears to be a current or...
View ArticleWhy is WSL extremely slow when compared with native Windows NPM/Yarn processing?
I am working with WSL a lot lately because I need some native UNIX tools (and emulators aren't good enough). I noticed that the speed difference when working with NPM/Yarn is incredible.I conducted a...
View ArticleWindows camera driver is missing but it works on Ubuntu
For a couple of weeks whenever I tried to open my camera during an online call on windows 10 it could not find my camera. I was fine with this as it was not really a pressing issue but I now need the...
View ArticleSelenium On Newly Installed Ubuntu 24+ For Python 3.12 Will Not Run
For the past week I have been working on trying to get Selenium to function at all on a laptop that I freshly installed Ubuntu onto solely to work on personal projects. I was not finding any good...
View ArticlePython script not acknowledging file exists [duplicate]
I am experiencing an error where I am looking for a .csv file that exists on disk and the code is not acknowledging the existence of the file, which is given by an absolute path. os.path.exists()...
View ArticleHow do I get XTest.h on Ubuntu System? [duplicate]
I am having issues compiling a project. I believe I need to include the XTest.h file but I don't have in my X11 directory.This is a side project to help me learn how to manage dependencies, build,...
View Article