419 solutions found in server-admin
Page 13 of 21votes
There was an error when I tried to remove a package, so it was left in a broken state. I tried the following: sudo dpkg --remove --force-remove-reinstreq...
votes
While other questions deal with [how to use things like git-bash][1], giving the new WSL a spin as the terminal for VS Code is not the same: it gives you access...
votes
When i try to install php5 in Ubuntu 16.04 by using following code: sudo apt-get install php5 php5-mcrypt I get following error: Reading packag...
votes
I am new to system administration. After installing nginx [via puppet][1] on Ubuntu I get the following output: [alert] could not open error log file: op...
votes
I'm using IntelliJ IDEA, but I think this applies to any IDE. In IDEA, some [very useful keyboard shortcuts][1] conflict with Ubuntu keyboard shortcuts....
votes
When I try to open ```psql``` with this command: ``` psql -U postgres ``` I get this error: ``` psql: error: connection to server on socket "/var/run...
votes
Where is the default global node_modules folder on Ubuntu. For example where would this get installed: `npm install -g gulp`
votes
After I have upgraded my system from Ubuntu 13.04 to 13.10 several problems have occurred with apache, mysql and php configurations. I solved most of them b...
votes
When I ask to see the current version of cc I get this. $ cc --version cc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2 Copyright (C) 2012 Free Software...
votes
I need SSH access to an Amazon EC2 instance running Ubuntu 10.4. All I have is the Amazon username and password. Any ideas?
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 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
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'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...