VirtualBox Ubuntu: "failed to read dockerfile open...
I have the simplest hello world Java application. Its filesystem:|-- HelloWorld |-- src |-- Main.java |-- DockerfileI use VirtualBox 7.0 with Ubuntu x64 and Docker 24.0.5.When I try to build the...
View ArticleSQLSTATE[08001]: [Microsoft][ODBC Driver 17 for SQL Server]SSL Provider:...
Al intentar ingresar tengo el errorSQLSTATE[08001]: [Microsoft][ODBC Driver 17 for SQL Server]SSL Provider: [error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol] (SQL: select...
View ArticleIptable rule does not stop hacking [closed]
I just use this iptables rule to stop hacking on my server (ubuntu).I have private and public keys and can access the server with ssh.When I install my server new and I put only this rules it is still...
View ArticleCant send emails from OpenProject or Plane platforms self-hosted inside of...
I am currently evaluating both OpenProject 14.4.2 and the Plane 0.22.0 project management platforms. I am self-hosting these projects in docker inside an Ubuntu 24.04 vm, on different ports attached to...
View ArticleNo module named 'distutils.util' ...but distutils installed?
I was wanting to upgrade my python version (to 3.10 in this case) so after installing python3.10 I proceeded to try adding some modules I use e.g. opencv , which ran into:jeremy@jeremy-Blade:~$...
View ArticleCannot connect to the Docker daemon at unix:/var/run/docker.sock. Is the...
I have applied every solution available on internet but still I cannot run Docker.I want to use Scrapy Splash on my server.Here is history of commands I ran.docker run -p 8050:8050...
View ArticleConnect to sql server from linux environment using putty private key,...
Hi I am trying to read a dataframe from sql server from a linux(ubuntu server).The file(gscm.ppk) has the admin keys in itI have used the following format to connect to sql server:import...
View ArticleI can't get pip on my python3 venv on Ubuntu 24.04
I have a fresh install of Ubuntu 24.04. I added pip with the usual sudo apt install python3-pip, and went to install some packages, but got the error: externally-managed-environment. This was all quite...
View ArticleHow to use Meta Trader with Oracle Cloud Background
I want to run Meta Trader on Oracle Cloud, can you help me? I've used all the nohup, &, screen, and tmux commands, but when I shut down the terminal, the program ends as if it were an appointment....
View ArticleI installed Ubuntu on Macbook Pro 2017 but sound, microphone, or camera [closed]
SO I installed Ubuntu 24.04.1 in a partition in my Macbook Pro and my camera, speakers, and microphone do not work. I am new to Ubuntu and I am looking everywhere to know how to fix it, but I do not...
View Articlegpg-agent can't connect to the daemon /usr/lib/gnupg/scdaemon
How can I solve this error I found I my logs:set 04 09:56:37 hostname gpg-agent[PID]: can't connect to the daemon /usr/lib/gnupg/scdaemon: IPC connect call failedset 04 09:56:38 hostname...
View ArticleGstreamer can't find H.264 decoder [closed]
I'm trying to play .mp4 video to a framebuffer sink using gstreamer but I keep getting this error:➜ ~ gst-launch-1.0 filesrc location=/home/srv/videoManager/server/assets/100.mp4 ! decodebin !...
View ArticleUnable to import PyTorch in Jetson nano
I have trouble importing PyTorch in my jetson nano (jetpack 4.4).I have successfully installed it from .whl file. please help.Traceback (most recent call last): File...
View Articleceph orchestrator unavailbale after ceph upgrade
I was trying to issue ceph upgrade from 17 to 18.2.4, as outlined hereceph orch upgrade start --ceph-version 18.2.4Initiating upgrade to quay.io/ceph/ceph:v18.2.4After this, however, the orchestrator...
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 Articlesocket.io automatically disconnects socket
I keep getting this error in the developer console when I run socket.io in electron. engine.io-client:socket probe transport "websocket" failed because of error: transport closed +6sWhen I establish it...
View Articleis it possible to `git status` only modified files?
Is it possible to have git status only show the modified files due, in my case, to having too many staged files?
View ArticleHow do I add certificate revocation lists to Ubuntu?
I try to run a asp.net core server on Ubuntu which sends files on request to an extern client. My task is to secure the connection between server and client via Https. My server uses the local keystore...
View ArticleConnect dbeaver to mysql-server inside vmware machine
Please help me, I'm try to connect client dbeaver to mysql-server inside vmware ubuntu 20.04.Ip host client: 172.25.3.65 - WindowsIp host server : 192.168.11.128 - Ubuntu 20.04 LTSY try edit...
View ArticleKeyboard issues with Android Studio on Ubuntu
While using Android Studio on Ubuntu there are scenarios where the IDE will stop responding to keyboard input or start inputting random characters?How to fix this? Or possible workarounds.
View Article