2108 solutions found
Page 63 of 106votes
I'm using Ubuntu 20.04 via Oracle VM Virtual Box and I faced exactly the same error as all other people. After building Qt6 source code using official Qt...
votes
I am running WSL 2 (Ubuntu) on a Windows 10 machine. I installed Docker on my Ubuntu using the official Docker guide (https://docs.docker.com/engine/install/ubu...
votes
I'm looking for setup a Rails Environment with Vagrant, for that purpose the box it's been provisioned through bash shell method and includes among othe...
votes
I have installed MongoDB 3.0.1 following the commands in [Install MongoDB Community Edition on Ubuntu][1] on my ubuntu 14.04 64 bit system and I installed [Robo...
votes
So here's the deal. Let's say I have a directory named "web", so $ ls -la drwx------ 4 rimmer rimmer 4096 2010-11-18 06:02 web...
votes
My question is very basic, as is my knowledge right now. I'm a long-time Linux user, but have only recently taken a major interest in programming. I see...
votes
With the usage of wget command line I got a tar.gz file. I downloaded it in the root@raspberrypi. Is there any way to uncompress it in the /usr/src folder?
votes
I am getting some error in my terminal and it says I need to use 4.4.0 version and my current version is ... In my project my current TypeScript version is g...
votes
I have a live server and development box, call them live and dev respectively both running postgresql. I can see both and manage both with pgadmin4 without trou...
votes
Upgraded to `Ubuntu 16.04` and facing problem after installing `PHP5`. **Installed PHP-5 with following:** sudo add-apt-repository ppa:ondrej/php...
votes
``` tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 9631/node ``` How do I kill this process in linux(ubuntu)?
votes
I have an Ubuntu 14.04 system, on which I want to install OpenCV and use it with Python 2.x. I installed OpenCV using the instructions here: [https://help.u...
votes
when i setup mongodb in my ubuntu , i try : ./mongo it show this error : couldn't connect to server 127.0.0.1 shell/mongo.js so what can i do ,...
votes
I'm running Ubuntu 10.10 64 bit. I have ia32-libs installed along with Android Debug Bridge version 1.0.26. My problem(s): 1. `adb devices` >>&...
votes
I've been successfully using TestContainers with Docker for quite a while now. All of a sudden today, I started getting this error: ``` UnixSocketClien...
votes
I have newly installed Ubuntu 22.04 LTS recently and I found that every time when I using apt to install or update packages, it will ask me about `Which service...
votes
I'm new in ASP.NET. Environment: - Ubuntu 18.04 - Visual Studio Code - .NET SDK 2.2.105 I'm in trouble with some command running. I wa...
votes
I tried to install gulp by npm install -g gulp The output seems to be something like this. (i have skipped some logs) npm http 304 https://r...
votes
I've installed Sublime 2 on Ubuntu using a PPA repository and update it via this native Ubuntu mechanism, so it just annoys me to see "A new version is...
votes
I would like to find out my environment variables in bash. Are they stored somewhere?