Can't add user to docker group
I'm trying to set docker up on a new system, and when running docker info I get:docker -v=> Docker version 18.09.5, build e8ff056docker info=> Got permission denied while trying to connect to the...
View ArticleHow to Install WebTours on Ubuntu? [closed]
I am trying to install WebTours to use it as a sample web application for testing with JMeter on Ubuntu. However, I am unable to find a version of WebTours that is compatible with Linux. All the files...
View Articlefastq-dump.3.1.1 err: item not found while constructing within virtual...
SRRs = ["SRR11111111","SRR22222222","SRR33333333","SRR44444444","SRR55555555","SRR66666666","SRR77777777" ]rule all: input: expand("../atac_seq/{srr}/{srr}_1.fastq.gz", srr=SRRs),...
View ArticleHow to remap R_SHIFT to Up Arrow and Menu to Down Arrow on Ubuntu?
I recently move to ubuntu from win10, and my keyboard(Hator rockfall mecha tkl 2) software supporting only in win10, i used this software for remap key(R_SHIFT -> up_arrow; menu -> down_arrow)...
View ArticleSpyder Python package not found for pyROOT
I am trying to use pyROOT (Python version of CERN ROOT) using Spyder on my Ubuntu Linux machine. I have found the pyROOT (or so I think) directory to add to Spyder using the Tools, PYTHONPATH manager...
View ArticleUnable hide find on desktop ubuntu [closed]
I'm installed ubuntun24.04 LTS and I got error with feature find on desktop in ubuntuWhen click to the VS code,sometime it auto focus for the background app.Moreover When I write text,sometime ubuntu...
View ArticleHow to bring up eth0 in Metasploitable virtual machine?
I have installed metasploitable on a virtual machine using vcenter. I had set it up and was trying to configure a static IP address to ethernet interface.When running ifconfig, there was no eth0...
View ArticlePear error "XML Extension not found" on Ubuntu 14.04 after installing php-xml...
I wanna use the pecl command to install redis to my php on Ubuntu 14.04. But my Pear is giving me a list of warnings:Warning: Invalid argument supplied for foreach() in Command.php on line 249Warning:...
View ArticleHow to log full URL in Squid3 ubuntu?
I'm installed Squid3 proxy into ubuntu server and everything is OK but when i check the log file, Squid logs url but if the url has a (?) his logging only what before ? mark and skip what after it....
View Articlecsapp attack lab issus by using WSL2.0+ubuntu [closed]
i run the ctarget by using the ./ctarget -q, it just failed. i didn't give a chance to input the bytes, the normal process is when i run the ctarget, it should waiting for me to input, have someone...
View ArticleERROR o.s.test.context.TestContextManager - Caught exception while allowing...
In my Spring Boot 1.4.0.BUILD-SNAPSHOT application I'm faced a following issue when run a tests at my Ubuntu server(locally everything work fine):ERROR o.s.test.context.TestContextManager - Caught...
View ArticleConvert interfaces to netplan with complex routing
I have the interfaces configuration below from my 18.04 ubuntu server. It has 2 network interfaces that are on different VLANs of the same network. I'm now migrating the server to a new one with ubuntu...
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 ArticleWhile installing Xubuntu on my laptop it frozed out and i dont know what to...
I Tried to to install Xubuntu 24.04 on my old Lenovo G40-30 with 8gb ram, 128gb ssd and 1.83GHz 4 cores with integrated graphics.the problem is it frozed during the installation.. and i dont know why...
View Articlesource not found in ubuntu docker container when installing ruby
i'm trying to setup a jekyll project via docker. I need Ruby 3.1 and newer, but after trying to do source ~/.profile I get an error:source not foundHere's my dockerfile, what am i missingFROM...
View ArticleHow to use websockets with node.js on ubuntu?
Hey guys I installed Linux for the first time yesterday for a desktop pc and just wanted to write a super simple websocket application in node.js with a TUI. Unfortunately the WebSocket does not work,...
View Articleconver private ip to public ip address for minecraft server [closed]
i want to connect to my local minecraft server with public network but i only have to connect to smae network as my serverI created a local Ubuntu server with a laptop inside my house and put my...
View ArticleDetermine 'Free' Memory in Linux
I'm wondering if there is an easy way to determine the amount of "utilized" memory in Linux. Specifically, memory that is actively in use by the Kernel and applications and not counting the buffers and...
View ArticleFailling to run a waitress (flask) webserver with NGINX
I have been trying to run a flask waitress server on ubuntu with NGINX.This is my current NGINX config:server { listen 80; server_name mydomain.com www.mydomain.com; client_max_body_size 64M; # Adjust...
View ArticleKubectl get nodes always tried to contact localhost
I have configured a kubernetes cluster on a server(ubuntu 22.04) with two network interfaces. I am using IP on one of the interfaces as api server using --apiserver-advertise-address. after kubeadm...
View Article