How can I solve my SSL problem on VPS Server (Ubuntu) [closed]
I have a dotnet project. I have uploaded my code to my VPS Server. I have created a service file and it is working fine (tested via Postman). But I need an SSL certificate. This reason why I have to...
View ArticleAccess Keystrokes in C
I am trying to access keystrokes in C. I can access alphanumeric keys. How can I access Control, Shift and Alt key? Plus I read somewhere that sometimes while entering text in console, OS masks...
View ArticleWhy do I get "out of memory" when running apt-get in docker build
I'm trying to install ca-certificates in my docker container and really having no luck.I can apt-get update, and I can install some other packages, but not curl or ca-certificates. Further, if I run...
View ArticleWhat is the best practice of docker + ufw under Ubuntu
I just tried out Docker. It is awesome but seems not work nicely with ufw. By default, docker will manipulate the iptables a little bit. The outcome is not a bug but not what I expected.For more...
View ArticleK8s Kubernetes ingress controller minikube / harbor with helm
I have a minikube cluster running with Docker with a deployment of Harbor done with helm.It is local setup I used openssl to generate cert and key to use TLS to access harbor.The problem I encounter is...
View ArticleCompletely Remove MySQL Ubuntu 14.04 LTS
I somehow have messed up my MySQL on my Ubuntu server and cannot fix it. I have tried every single combination of apt-get remove --purge mysql-server, apt-get autoremove, apt-get purge, Googled for...
View ArticleBash: Syntax error: redirection unexpected
I do this in a script:read direc <<< $(basename `pwd`)and I get:Syntax error: redirection unexpectedin an ubuntu machine/bin/bash --versionGNU bash, version 4.0.33(1)-release...
View Articlesan storage mount issue mount: /mnt/disk1: wrong fs type, bad option, bad...
mount: /mnt/disk1: wrong fs type, bad option, bad superblock on /dev/sdb, missing codepage or helper program, or other error.sdb 8:16 0 36.4T 0 disksdc 8:32 0 36.4T 0 disksdd 8:48 0 36.4T 0 disksde...
View ArticleOMZ Terminal doesn't show the username@machinename
enter image description hereOn my omz terminal, I can't see the username@machinename at the beginning of the line(OS:Ubuntu LTS 24.0)I tried to look up for the problem but I didn't find a real...
View Article"No device found" whenever i open cheese on my ubuntu linux device, i...
austin@austin-Latitude-E7440:~$ cheese(cheese:2899): Gdk-WARNING **: 08:23:54.389: Native Windows taller than 65535 pixels are not supported** Message: 08:23:54.490: cheese-application.vala:222: Error...
View ArticleHow to resolve an error when creating a Publisher in SQL Server 2022 on Ubuntu?
I'm setting up SQL Server 2022 replication on Ubuntu Linux. I have two instances running on separate Ubuntu servers. I want to set up transactional replication between them, but I'm encountering an...
View ArticleHow to install mongodb inside lampp folder in linux ubuntu 22?
So I am trying to install mongodb inside lampp folder because my project is using path/opt/lampp/etc/php.ini for php.ini instead of /etc/php/8.2/cli/php.iniproblem is that Class MongoDB\Driver\Manager...
View ArticleIn Bash wait for gnome-terminal to finish and keep executing
I have a script which opens a gnome-terminal, and then, when it is finished, I want it to continue executing the next line, what I have until now is this:#!/bin/bashgnome-terminal --wait --...
View Articlehow to resolve php-fpm 502 bad gateway error
I am new to Docker and created an image using images nginx:alpine and php:fpm-alpine (follwed this article).I went through different answers here but could not understand.I didnt find...
View Articlepostfix email bounced: unknown user [closed]
On Ubuntu, I'm trying to send a test email using mailThis is my command:mail -s 'Test e-mail' user@gmail.comIt then asks for Cc: then I hit ctrl + D to send it.It doesn't show up in my email.I check...
View ArticleHow to configure XRDP to work with Gnome on Ubuntu 22.04?
I want to connect to my Ubuntu 22.04 computer with a remote desktop app just like how I connect to my Windows PC. Now XRDP promises to do that, and it is easy to install. However, configuring it so...
View ArticleNginx is active but I don't see static files
I have a django project.Settings.py:STATIC_URL = 'static/'STATIC_ROOT = 'static'MEDIA_URL = '/media/'MEDIA_ROOT = BASE_DIR / 'media'I've made collectstatic and everything worked fine. Now static folder...
View ArticleCMake not finding the right boost
I am having following error with CMake. I wasn't sure what I did changed how it finds boost. I am supposed to use another boost of 1.64, but it seems it kept looking for 1.74. Not sure why. Here is the...
View ArticleWhy is WSL extremely slow when compared with native Windows NPM/Yarn processing?
I am working with WSL a lot lately because I need some native UNIX tools (and emulators aren't good enough). I noticed that the speed difference when working with NPM/Yarn is incredible.I conducted a...
View Articlefrom 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb...
I'm using Qt on Ubuntu 20.04.6 LTS. I received a notification about a Qt update, so I updated Qt. After that, whenever I try to open Qt Creator, I get this error:from 6.5.0, xcb-cursor0 or...
View Article