378 solutions found in general-dev
Page 16 of 19votes
I am trying to install Jenkins on Ubuntu 13.10 and I am getting the above mentioned error when i try to run the following command: wget -q -O - http://pk...
votes
I was using this script to install basic software, but had to interrupt because of slow internet speed. Now when I hit `$ sudo apt-get install npm` , I get fol...
votes
I running the **node -v** command, getting the error: > node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node) [!...
votes
I tried to install [Yarn](https://yarnpkg.com/lang/en/) and when I used the `yarn` command I got: 00h00m00s 0/0: : ERROR: There are no scenarios; must ha...
votes
When I run `mongo`, I get the warning: > Failed global initialization: BadValue Invalid or no user locale set. Please ensure LANG and/or LC_* environment...
votes
I can't access dotnet after an update. Reinstalling dotnet and vscode didn't help. On Ubuntu 22.04, running `dotnet --info` produces the output: &...
votes
**I have just reinstalled Ubuntu 12.04 LTS, and before anything else i did these steps**: 1. Installed Node via package manager with the following script...
votes
I am trying to download mongodb and I am following the steps on this [link](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/#install-the-mong...
votes
I have an ansible task which creates a new user on ubuntu 12.04; - name: Add deployment user action: user name=deployer password=mypassword...
votes
I'm trying to use a shell script to start a command. I don't care if/when/how/why it finishes. I want the process to start and run, but I want to be abl...
votes
I'm using Ubuntu 9.04 x64 and when I write: gnome-terminal --tab At the terminal, I expect it to open a new tab in the same terminal window. But i...
votes
For some reason, dragging the mouse cursor started doing block selects instead of the normal line select mode: ![enter image description here][1] (Please...
votes
I am trying to use sudo npm install to install all my dependencies for an application written in nodejs. My OS is Ubuntu 13.04 However, I keep getti...
votes
I am new to shell scripting and can't figure this out. If you are unfamiliar, the command git branch returns something like * develop master...
votes
I have installed pip for python 3.6 on Ubuntu 14. After I run sudo apt-get install python3-pip to install pip3, it works very well. However, after ins...
votes
I would like to redirect the output generated from a background application in Linux to /dev/null. I am using kate text editor and it prints all the debug me...
votes
I follow all the steps mention in MongoDB installation [documents][1] for `Ubuntu 16.04`. [1]: https://docs.mongodb.com/getting-started/shell/tutorial/insta...
votes
I'm trying to set up the tables for a new django project (that is, the tables do NOT already exist in the database); the django version is 1.7 and the db ba...
votes
We are considering upgrading our production server from Ubuntu-**desktop** 10.04 to Ubuntu-**server** 12.04. We have various services running on our current...
votes
I am trying to create a docker image from my docker file which has the following content: FROM ubuntu:14.04.4 RUN echo 'deb http://private-...