Running MySQL in a Docker container
So my ultimate end goal is to run a MySQL Docker container (say tutum/mysql from the public registry) and then link a Gitlab Docker container (say sameersbn/gitlab) to it where both containers use...
View ArticleHow do i fix this error, i tried to run make command [closed]
I have assignment to make simple kernel moduleHow do i fix this make : *** [makefile:4 all] error 2 on ubuntu. I tried to run the make commandenter image description herethis is the errori already...
View Article"Lost connection to server, reconnecting in 12s. Try now" node-red error
I'm encountering an issue with Node-RED's UI when accessed through an Apache reverse proxy with SSL/TLS encryption configured. Here's the setup:Node-RED is running locally on...
View ArticleCreate Docker Bridge for each ubuntu subinterface IP [closed]
i have Ubuntu VPS with multiple IPs, the VPS is controlled by SolusVM, and SolusVM has been generating subinterfaces on eth0, each subinterface has a Public IP, by example:eth0 - 66.250.230.180eth0:0 -...
View ArticleLibrary Sigslot can not use in my project
I am developing on the operating system Ubuntu. I need to use a library Sigslot (https://github.com/palacaze/sigslot/tree/master) in my project.I connect it to my project via Conan -...
View Articlehow can i configure phpmyadmin on ubuntu 22
I have a domain name I would like to point it to my phpmyadmin so for example when we type https//:example.app/db on a remote machine I can access it.
View ArticleHow do I initialize conda as default in WSL2?
Many researchers are aware that WSL2 enables the use of Linux within Windows. As I also needed to work in a Linux environment, I installed it. Afterward, I needed Anaconda3 (conda), so I downloaded the...
View ArticleDecrease openssl SECLEVEL in conf for only one connection
I'm working on establishing a connection to a database server without encryption, as TLS isn't supported by the database system. Currently, I'm using isql to validate the connection:isql -v -k...
View ArticleHow to change the icon of leaflet-routing-machine
Here is the usage of "new L.Routing.Control()":Leaflet Routing Machine - Usage of optionsI copied the code and then modify it by adding two "routingControl_1" and "routingControl_2":var...
View Articleqmake installs project in /opt instead of /usr/local
I'm on Ubuntu 22.04. I have a project which I build from the command line:qmake -qt=qt5makesudo make installI expect it to install it in /usr/local/bin, but it puts it in...
View Articleexclude word in grep ubuntu [closed]
I am trying to list of files that have word .log, but want to avoid files that only have the word console.log,I am using the below commands, its gives files which have the word .log but it's...
View ArticleError MEM sending STATUS command to , configuration will be reset: MEM: Can't...
I'm trying to implement Wildfly 8.1.0.Final domain setup, profile full-ha, with 1 master and 2 slaves with load balancing by mod_cluster.My environment:1) host master on VPS (DigitalOCean) Ubuntu 14.04...
View ArticleWhy does the for loop in this shell script perform the first iteration twice...
I have a bash script:#! usr/bin/env bash# test bash script to call python scriptscd ~/pythonfor ((i = 1; i <= 2; i++)); do python3 test_0$i.py; donecd ~/bashthat pulls test_0x.py files from the...
View ArticleHow to Alias `python` to Python 2 (`/usr/bin/python2`) on WSL Ubuntu? [closed]
Context:I am trying to compile JModelica Ubuntu (running on WSL - Windows Subsystem for Linux) and facing a challenge with Python version conflicts. The compilation process requires Python 2, but by...
View ArticleDecrypt password created with htpasswd
I created a protection for my web pages with apache2 in ubuntu.Now I am creating an application in c++ and I want it uses the same file that Apache2 uses for authentification, but my problem is that I...
View ArticleHow to fix an error while to install ngspice in ubuntu?
I try to install ngspice in ubuntu but unfortunatelly something went wrong with installation.Please somebody help me how to fix this issue:My ubuntu version is 22.04yan13to@mbp:~ $ uname -aLinux mbp...
View Articlecannot create temp file for here-document: No space left on device
i have a digital ocean Ubuntu server, two days ago every page in my website gives me error 500, in ssh i got this error message "No space left on device",For more info please check this SSH...
View ArticleUsing WSL2 directories in R
I'm using Windows Subsystem Linux 2 (WSL2) in Windows 10 and it works perfectly from the Ubuntu Terminal.I want to work some files inside the WSL2' directory...
View ArticleBuilding php 8 from source code sodium error
Im building php 8.1 on ubuntu 18 from the source code../configure --with-sodiummakethis way works perfectly.If i add the rest of the modules i need i get this error./configure --with-sodium...
View ArticleHow can I use my Raspberry B+ as a server and router? [closed]
I want to use my raspberry Pi 3 B+ as a server for scratch cloud variables. I've already got the scratch cloud server working, but I can't figure out how to use the Pi as a hotspot. I've tried...
View Article