Website hosting from Ubuntu Server not quite working [closed]
I am running Proxmox on a Raspberry Pi 5 (unofficially arm64 version). I set up an Ubuntu Server VM on the Proxmox interface, I installed only SSH, apache2 and PHP on the VM and I also enabled firewall...
View ArticleI can't log into the server after I enter the command: systemctl start...
I'm setting up a server wireguard on ubuntu and I encountered the error: Client_loop: send disconnect: Broken pipe Error when I enter the command systemctl start wg-quick@wg0.service. After entering...
View ArticleUbuntu pre-installed Python failed to load sqlite3 package
When I'm trying to run sudo apt update, it fails to load the python sqlite packagesudo apt updateHit:1 http://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_24.04 InReleaseHit:2...
View ArticleI cannot access my hdd in the newly installed linux system [closed]
As the title suggested, I have installed linux right now I have both ssd and hdd in my laptop and i need to access my hdd files. It is mounted and the partition shows 1 TB but I cannot access those...
View ArticleVS code takes too long to start up in Linux Mint [closed]
I have fresh Linux Mint 22 installed. I installed VSCode by referring to the official docs. When I launch it, it takes too much time to load and will show this dialog box:I installed using the .deb...
View ArticleKubuntu, power-off sound card
I've encountered the following problem: during OS booting, and also some time after audio playback stops, the speakers make a clicking sound and start humming.This started right after installing...
View ArticleLaravel Reverb on VPS WebSocket connection failed
I have installed reverb on my laravel application it works fine in localhost but when I add it to my VPS I get this errorWebSocket connection to...
View ArticleHow to stop systemd service exit code error status=2, while trying to start a...
I have created a script that monitors the time each application is running on my main window in Ubuntu OS and sends the data to a PostgreSQL db. The script is working fine but I need to manually start...
View ArticleHow to add directory recursively on git safe.directory?
According to this QA, we may use safe.directory argument to add directory to be marked as whitelist, due to latest CVE found on git. But it seems there is no way to add certain dirs recursively.I have...
View ArticleUbuntu Duplicate sources.list entry error on sudo apt-get install scala
I'm trying to install scala and keep running into this error when I type:sudo apt-get install scalaI've got the following errors:W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/...
View ArticleApache installation on Ubuntu times out when site files uploaded
I run a website using Apache on my own Ubuntu server. I recently switched ISPs, and now my website times out when accessed through its' domain (the local IP for my server works perfectly).I tried...
View ArticleMPI_Comm_size always returns 1 again
Using mpich 4.2.0-5build3 on Ubuntu24.04 and testing with the cpi.c small program that calculates the value of PI.mpiexec -host host1 -n 2 cpiThe output isProcess 0 of 1 is on host1pi is approximately...
View ArticleWhy my gdb can't read the file by stdin? (very weird)
This is t.c, I use gcc t.c -o t -m32 -g to compile it:#include <stdio.h>int main() { char buffer[100]; printf("Please enter a string: "); scanf("%99s", buffer); printf("You entered: %s\n",...
View ArticleElasticsearch Exception in thread "main" java.lang.NoClassDefFoundError:...
I tried deploying es with docker.Unable to deploy es successfullythis is logsI am using elasticsearch-8.11.0ubuntu:20.04Exception in thread "main" java.lang.NoClassDefFoundError:...
View Articlepoint docker container to a host web server (nginx)
So I'm trying to install a GitLab instance inside my host. My host already have Nginx installed (without docker) and has other subdomains running fine.My goal is to have them both running (if possible)...
View ArticleHow to use v2rayN in windows wsl2 Ubuntu
I have v2rayN app in windows, when I set it on global it will not change my IP in terminals and I want to use it in wsl2 Ubuntu for my projects.I tried to use it by connecting the port in ubuntu...
View Articledjango.core.exceptions.ImproperlyConfigured: Requested settings |...
I've been trying to use celery and celery beat with my django project, but I always get the same error: django.core.exceptions.ImproperlyConfigured: Requested settings, but settings are not configured....
View ArticleHow can I install Flutter version 3.0.0 using the Snap command on Ubuntu?
How to install flutter 3.0.0 version using snap command in ubuntu?I need to install Flutter version 3.0.0. Currently, I can install the latest version using the command sudo snap install flutter...
View ArticleWhy is docker entrypoint not working for setting the OpenVPN password?
I have the followingservices: registry: image: registry:2 ports: - "5000:5000" volumes: - ~/.dr:/var/lib/registry openvpn: image: openvpn/openvpn-as container_name: openvpn ports: - "1194:1194/udp" -...
View ArticleDocker: no such file or directory when running a container
I am trying to build a Docker image, but the same dockerfile works on a mac but not with window, so not sure if the issue is due to the OS used.Using window, I was unable to locate different packages...
View Article