RSSH TUNNEL USING SOCKET FILE LISTEN | Error mux_client_read: reserve:...
I am trying to setup a reverse SSH tunnel using socket listen. To establish the tunnel i am usingssh -R /home/ubuntu/socket.file:127.0.0.1:22 ubuntu@10.0.4.3 -i /home/ubuntu/.rssh/id_rsaThe connection...
View ArticleOSError: libtorch_cuda.so: cannot open shared object file: No such file or...
enter image description hereI have been stuck with this problem for a while, and I would be very grateful if someone could help me resolve it. The system I am using is Ubuntu with CUDA 12.0.As...
View ArticleHow to reduce CPU and Memory usage using Selenium?
Python script uses Selenium to scrape website links from a single URL. The script runs most URLs without issue but appears to be getting stuck or having memory issues that I'm having a difficult time...
View ArticleInstalling ppam and OCaml on Windows with WSL Ubuntu
I am trying to install OCaml on Windows using WSL.I followed these instructions: Install WSLSo I opened a PowerShell and typed wsl --installAfter having rebooted, I started the Windows Command Prompt...
View ArticleHow to open port 8000 on Ubuntu 12.04?
On my Ubuntu 12.04 VM an app (Tryton) is running correctly on port 8000, when used locally. However, from outside I cannot connect to port 8000 via Internet.(Beforehand, I was using Windows Azure which...
View Articlecreate anaconda virtual env from yaml file
I'm trying to create an anaconda virtual python env using a yaml file. I'm creating it on my ubuntu 24.04 server. I've run the code below, and I'm getting the error message below. Can you see what the...
View ArticleGetting grub resecue error in older system [closed]
I tried almost everything from youtube to ubuntu forms and what not!But i am unable to resolve my grub error.set boot=(hd0,msdos7)set prefix=(hd0,msdos7)/boot/grubinsmod normalnormalThis is the steps...
View ArticleMySQLi Access Denied for User 'root'@'localhost' in PHP Application
Explanation:I encountered the problem while developing a PHP application that includes a login and registration system using MySQLi for database interactions. The specific issue revolves around a...
View Articledocker-proxy using port when no containers are running
On a ubunty 1404 machine, docker-proxy is using port 6379, however there are no docker containers running.$ sudo netstat -tulpn | grep docker tcp6 0 0 :::6379 :::* LISTEN 28438/docker-proxytcp6 0 0...
View ArticleInstalling Opam and OCaml on Windows with WSL Ubuntu
I am trying to install OCaml on Windows using WSL.I followed these instructions: Install WSLSo I opened a PowerShell and typed wsl --installAfter having rebooted, I started the Windows Command Prompt...
View Articleconda activate fails (results in IndexError: list index out of range)
I have a fresh copy of Ubuntu 22.04 that I'm running in a Hyper-V virtual machine in Windows 11 Pro. I just installed Anaconda from anaconda.com. Everything seems fine (I've also added Conda to the...
View ArticleHow do I change sample rate of audio in linux ubuntu from 48k to 24k [closed]
I am currently not able to change the microphone sample rate from 48k to 24k on linuxny disro is ubuntu, I have installed pulse audio to change the config, any other framework for changing this is also...
View ArticleCan someone help me with this error associated with slurm workload manager...
Whenever it tries to submit a job, it repeatedly gives these errors.`[amr-090:3572940] OPAL ERROR: Unreachable in file ext3x_client.c at line 112[amr-089:780970] OPAL ERROR: Unreachable in file...
View Articlenvcc fatal : Unsupported gpu architecture 'compute_native' on Ubuntu 22.04
I am trying install colmap for Ubuntu 22.04. I am following the intructions as per the guide.git clone https://github.com/colmap/colmap.gitcd colmapmkdir buildcd buildcmake .. -GNinjaIt fails at cmake...
View ArticlePyAutoGui on non-gnome OS (Lubuntu)
Here's my - very simple - code:import pyautoguix, y = 1321, 367 #the coordinates i want to click onwhile True: clickcolor = (75, 219, 106) #which is the tuple of my rgb value if...
View ArticleIs there a way I can use snakemake to generate files based on sequence in a...
#Make 1 library.csv for a pair of ATAC and RNA seq accession numbersdef read_rna_accession(): with open('rna_accessions.txt') as f: samples = [sample for sample in f.read().split('\n') if len(sample)...
View ArticleHow do I configure an IDE for pyROOT?
I am new to ROOT and looking to use pyROOT in particular. I want to setup pyROOT for an IDE and the few resources I found online did not seem to present how to configure an IDE and worked straight with...
View Article'TwoCaptcha' object has no attribute 'normal'
I'm working on a project where I want to integrate a captcha-bypassing feature. I've been using the 2captcha service for this and it was quite successful until I switched from Windows to Linux (Ubuntu...
View ArticleBest way for server Traffic monitor Ubuntu? [closed]
I have an Ubuntu Server which is using nginx reverse_proxy to deliver some static files to my customers through different domains. for instance dl1.exmaple.com delivers my first download host files and...
View ArticleUnable to build toolchain because PATH contains spaces, TABs, and/or newline...
I'm working on a Buildroot project on Raspberry 4. I wanted to start by building a cross-compilation toolchain :make toolchainbut I'm stuck on this error output:Your PATH contains spaces, TABs, and/or...
View Article