Managing yarn dependencies on ubuntu ec2 vs mac
Im working on installing my app that works on my mac onto my ubuntu ec2 instance and get an error log when i run yarn install ill post below. More context, working on node 18.14.2 and yarn 1.22.19....
View ArticleHow to change the highlight color in autocomplete box in Eclipse
I can't find a way to change the color of the highlighted selection in the autocomplete box in Eclipse.As you can see from the screenshot white text on light gray background is not very readable.Ubuntu...
View ArticleInvalid number of arguments in "auth_request_set" directive in...
I have been trying to configure my Nginx proxy server with Oauth2Proxy but I am getting the following error while trying to restart my server.2024/03/03 08:07:41 [emerg] 370#370: invalid number of...
View Articlefcntl2.h and unistd.h error when I ctrl + leftclick into the open() or read()...
env: I use vscode ssh remote plug-in link ubuntu20.04(it run in orangepi3b, I don't know if that's the problem.)question:1.1 when I ctrl + mouse leftclick, after clicking open() function is not into...
View ArticleSquarespace domain pointing to Public IP
I'm trying to point my squarespace domain I purchased to my Public IP.I am using Ubuntu ServerI have a localhost Next.js app on port 3000. I port forwarded that port and I can access it on a different...
View Article.net core 8: version `GLIBCXX_3.4.29' not found in Ubuntu 23.10
I'm trying to apply a migrationdotnet ef database updateBut I only see a message:Failed to load /usr/lib/dotnet/host/fxr/8.0.2/libhostfxr.so, error:...
View ArticleUnmet dependencies during wine-stable installation on ubuntu 22.04.4 [closed]
I've followed thoroughly all steps of Wine installation under Ubuntu 22.04.4 (fresh install), but on stepsudo apt install --install-recommends winehq-stableI receive an error:Reading package lists......
View Articlenpx command fails with ENOENT when running via SSH
I want to run the following command in my CI/CD to execute some commands on my Ubuntu 23.10 server after deployment:ssh user@123.456.789.10 "cd path/to/directus &&...
View Articlejava.awt.HeadlessException on Ubuntu No X11 DISPLAY variable was set [duplicate]
Please re-open this. I tried all the suggestions in the indicated related questions, but still doesn't work.I can't get a Java GUI to run on my Linux machine:Exception in thread "main"...
View ArticleERROR: Encoding not recognized: 'undefined' when trying to Sequelize Mysql
I'm trying to install and run Blocktogether on my Ubuntu server.When I run ./node_modules/.bin/sequelize --config=config/sequelize.json db:migrate --env=productionI get this error:Sequelize CLI [Node:...
View ArticleCheck Linux CPU processes at specific time [closed]
I have droplet on digitalocean ubuntu, the CPU keeps jumping to 100%, and then the droplet freezes.I want to check each process usage from the CPU at a certain time like "29-2-2024 12:00:00"to be able...
View ArticleI configured SSH in my 'cmd', but it doesn't work in WSL Ubuntu. How can I...
Even though my SSH key works in cmd/PowerShell, after installing WSL/Ubuntu, it doesn't do Git push to my remote repository on GitHub. Will I need to set up a new SSH key?I even tried creating a new...
View ArticleHow to install an extension in Firefox-ESR?
I created a simple extension and it is working when I am loading it manually via about:debugging. However, I'd like this extension to start automatically without having to load it manually. Following...
View ArticleAssign the entire ipv6 block [closed]
I want to be able to use any subnet in a nodejs (with localAddress with the got module for example) program on ubuntu 22.04The only way I found is to add each IP manually in netplan...
View ArticleOpenFoam Paraview Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use...
I am a beginner into Linus and currently want to run OpenFoam. Following the getting start procedures, I stuck in the last step, paraFoam.I am work in Ubuntu with VM.Below is the output of...
View ArticleSet the 'program' value in your launch config
i'm working on ubuntu with vs code with dart but while runing i get this error " Set the 'program' value in your launch config (eg 'bin/main.dart') then launch again " and i have add in...
View ArticleInstallation of OpenOLAT on Ubuntu 22.04 Server
I would like to install the OpenSource OpenOLAT on my Ubuntu 22.04, but I fail every time I try.Further information and details about the installation and the OpenSource can be found...
View ArticleFailed attempt to acquire root privileges via setUID on Ubuntu
I am studying basic Linux concepts.Among them, I am looking into setUID.The following situation has occurred:Execute the file with setUID applied.This file is a script that modifies another file owned...
View ArticleEncountered error while running C++ on V.S.Code on Ubuntu even after...
I'm encountering issues while trying to run C++ code on V.S.Code on Ubuntu laptop. I used the official V.S.Code documentation for installing C++ on linux using the below link:...
View ArticleHow to containerize a Node.js app with Ubuntu base image and Node.js 8?
I'm in the process of containerizing my Node.js application and need guidance on setting up a Docker container using an Ubuntu base image with Node.js 8 installed. Here's a breakdown of what I'm trying...
View Article