nginx one domain stopped working ERR_CONNECTION_RESET
On my ubuntu 20 server I have a website, frontend and backend on example.com and api.example.com domains respectively. example.com stopped responding to requests on its own, while the backend works....
View ArticleWebsocket server - working for local connections but not remote?
I am running an embedded Jetty server on Ubuntu (22.04.3), listening to port 8734 (arbitrary number), and testing it with wscat.The following command connects fine if run on the same machine:wscat -c...
View ArticlePHP-Script failing to write filenames into csv
I have a PHP script running on a web server for a university project. I have a corresponding app sending pictures and additional data to the server. The script is supposed to take the data, write it...
View ArticleHow to render Font/Text in wayland in Ubuntu with egl or Freetype-gl?
So how can we render text in ubuntu without the modern gtk , qt libraries ?I am trying wayland and have done with the sample code could able to populate designs with color buffers using egl and glSo is...
View ArticleAsus Vivobook Go 15 Ubuntu - graphic crash [closed]
After I installed Ubuntu on my brand new Asus VivoBook 15 I get two graphical crashes and freeze after I run ubuntu and sometimes the second crash freeze completly the Computer, forcing me to...
View Articletensorflow.python.framework.errors_impl.NotFoundError: xxx: undefined symbol:...
Traceback (most recent call last): File "train.py", line 58, in <module> MODEL = importlib.import_module(FLAGS.model) # import network module File...
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 Clone or Pull a Repository onto a Ubuntu Server via a .gitlab-ci.yml File
I have a repository hosted on GitLab.com and an EC2 instance running Ubuntu Server. I can SSH into the server and clone the repository and Apache2 serves it up just fine. But, how do I set up a...
View ArticleHow to connect MySQL Workbench to an AWS EC2 instance [closed]
I managed to connect a Django project of mine to an Ubuntu AWS instance. It runs pretty well so far, but now I want to know if it's possible to connect my MySQL Workbench application to it.
View ArticleGetting an error message when trying to run apache2 on ubuntu
Hello i wanna run a server for my php application on apache2, but when i try to download apache2 like it sais on this website...
View ArticleI can't save MySQL Workbench files on Ubuntu (Workbench Community)
Good morning, I have a problem with MySQL Workbench on Ubuntu 22.04 LTS. When clicking to save the diagram, the save button is not available in any folder on my computer. I installed Workbench from...
View ArticleHow to to fix nginx listening externally on port 8080 and internally on port 80?
Nginx started and listening on port 80 but it can only be accesed externally on port 8080.curl 0:80 works fine with a 200 response and curl 0:80 reponds with connection refused but externally, curl...
View Articledifferences between DNS config files [closed]
what is de difference between "/etc/resolv.conf", "/run/systemd/resolve/resolv.conf" and "/etc/netplan/XX-config.yaml".In a context of a kubernetes cluster, if i need to change the DNS resolver of a...
View Articlemongod.service: Main process exited, code=exited, status=14/n/a
I am attempting to install and run a local MongoDB server by following https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu/ but when running my application to connect to the server I...
View Articlegdal: build from source with python bindings in docker container
I’m struggling with building a gdal feature branch from source. My environment is docker with an ubuntu base image.It builds fine, but invoking gdal2tiles.py throws the notoriousModuleNotFoundError: No...
View Articlethe Internet does not start via squid [closed]
I installed squid 6.2. I built it from sources with ssl. the service starts normally. there are 2 network cards. one looks at the local network, the other at the Internet. I used the manual for...
View ArticleGit submodule password prompt
I'm trying to setup a git deploy setup, wherein I push my changes when ready to a git repo on a staging server, that then uses a post-recieve hook to deploy the code from the various branches to the...
View ArticleError while loading shared libraries: libmpv.so.1: cannot open shared object...
I've installed flet through "pip install flet" from the terminal on Ubuntu. Upon running the basic flet code, just to check whether it worked this pops up:error while loading shared libraries:...
View ArticleRunning Vagrant Virtual machines with Ubuntu Desktop as the GUI
so right now following all instructions here on a previous question about running vagrant vms with a gui, Using vagrant to run virtual machines with desktop environmenti successfully setup my vagrant...
View ArticleProcess name .system3d always create new [closed]
i have this issue in ubuntu 18, when i check TOP command ubuntu , i see process named .system3d use high CPU and RAM.. like thisi have kill PID with commandsudo kill [PID]sudo killall .system3dsudo...
View Article