How to install Visual Studio Code on Linux?
I have just downloaded VSCode-linux-x64 from the Microsoft website. It's a zip file called VSCode-linux-x64.zip. How can I install it on my Linux system?
View ArticleAn issue when building multistage docker
I have a Multistage Docker file and I am getting an error when trying to build it. I want R packages to be cached to make docker builds faster. Also this is connected to gitlab CI/CD for auto...
View ArticleTask.Delay() is 10x slower in docker linux than in windows
I am struggling with a timing issue I have in DockerHere is my test code: using System.Diagnostics; DisplayStopWatchResolution(); var timer = new Stopwatch(); //begin the test while (true) {...
View ArticleUse piactl inside docker container
I want to run linux cli app of Private Internet Access inside my docker container. I run container with systemd-ubuntu base image, because piactl (PIA linux app) requires systemd which is not available...
View ArticleVideo stream very slow in Ubuntu server
i have this code that connect to rtsp camera:from flask import Flask, Responseimport cv2app = Flask(__name__)RTSP_URL = "rtsp://admin:xxxxxxx@x.x.x.x:554/onvif1"def generate_frames(): cap =...
View ArticleHow to access a localhost locally on network if its hosted on a VM
So I am hosting a certain website in a VM ubuntu 24.04 however if I type in the ifconfig adress of my computer it will only give the XAMPP hosted adress and not the apache hosted of the VM hosted...
View ArticleCompiling CUDA Library: Works on Mac, not on Ubuntu
I'm making my first attempts at building a .so full of CUDA routines. I have matrix_vector_mult.cu file which currently does nothing:#include <stdio.h>extern "C"double *matrix_vector_mult(const...
View ArticleThird Monitor Detected but Remains Dark After Ubuntu 24.04 Update [closed]
Issue: My third monitor is detected by the system but remains dark 99.9% of the time after performing an apt update and apt upgrade on Ubuntu 24.04 LTS. Initially, all three monitors worked fine, but...
View ArticleDocker Container Traffic Not Routing Through VPN Tunnel: Routing and IP Rules...
I’m trying to route traffic from a Docker container through a VPN tunnel on my Ubuntu server, but I'm encountering issues with routing. Here’s the setup and what I’ve tried so far:Setup:Docker...
View Articleopen multiple terminals of metatrader 4 in linux ubuntu
I'm running ubuntu on a vps, and there I've installed mt4 and made several copies of the installation folder (in each folder there's a different mt4 account logged in), and my goal is to open each...
View ArticleUnable to GET nginx welcome page from Hetzner Ubuntu 24.04. LTS server with...
I am trying to set up a server and have problems GETing the standard nginx welcome page.My setup:Hetzner VPS with Ubuntu 24.04. LTS and DockerI did basic server hardening (updated ubuntu, restricted...
View ArticleC compiler not found, Ubuntu
I'm trying to install wine on a 64bits, so I followed this : http://wiki.winehq.org/WineOn64bitAnd when I launch configure, I have this error :"configure: error: no acceptable C compiler found in...
View ArticleCompiling a c program on linux ubuntu
Hey guys please help me out here. I have made a c program. I'm new to it and compiling it and i'm getting an error thats making me pull my hair out. error as: unrecognized option "--32"I've tried using...
View ArticlePhp and phpmyadmin got crash while installing in Ubuntu [closed]
i am new in Ubuntu OS, recently i install php and phpmyadmin, but unfortunately phpmyadmin was not working, i search on google and try some command but the result also crash php also, now i am stuck on...
View Articlepsutil can't detect chrome processes from inside python script
The following script is fine for windows but for Ubuntu, it only works on Python shell when I ran the code inside my script it did not detect chrome processes. Your help will be appreciated.Here is my...
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 ArticleProblem when trying to convert Python and .kv code into APK File on Ubuntu
This is the error I received. I am using Ubuntu 24.04, and I have a simple Kivy app which includes a main.py file and my.kv file. I have the buildozer.spec file too, but when I need to get the APK...
View ArticleHow to print function level calling graph by using Rose Compiler
Hello I just installed Rose Compiler and by following the instructions on GitHub hereI managed to install it successfully as well as execute it, now when I type rajaChecker --version it shows the...
View ArticleInstalling .NET Core 2.1 SDK in parallel to .NET 8
I am following below commands to install .NET Core 2.1 SDKEnable Microsoft PPAwget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb sudo dpkg -i...
View ArticleCurl fetch latest release without specifying the version docker-compose
I am using this command to download the specific version. Is it possible to run this command to download the latest release without specifying the version?sudo curl -L...
View Article