419 solutions found in server-admin
Page 15 of 21votes
I've written a tiny program in Ansi C on Windows first, and I compiled it on Ubuntu with the built-in GCC now. The program is simple: * read the line...
votes
I'm using Ubuntu Gnome 14.04, and I have Java 8 installed (both the JDK and the JRE). When I was installing Android Studio everything worked, but a messa...
votes
By mistake I have removed /etc/nginx directory in my ubuntu 11.10 PC. How can I restore the ngnix directory in /etc/nginx ? I did these commands: 1. `sud...
votes
When performing `pip install -r requirements.txt`, I get the following error during the stage where it is installing `matplotlib`: REQUIRED DEPENDENCIE...
votes
In an online training course, the instructor mentioned that he has "an Ubuntu virtual machine installed with Docker Desktop"; therefore, I am trying t...
votes
I'm using an amazon Ubuntu EC2 instance which is only has a command line interface. I want to setup UI for that server to access using remote desktop tools....
votes
When I restart the nginx service on a command line on an Ubuntu server, the service crashes when a nginx configuration file has errors. On a multi-site server t...
votes
I would like to install NodeJS version 0.8.18 on Ubuntu 12.04. I tried to install the newest version and then reverting to 0.8.18 by using `nvm`, but when I run...
votes
After [running an ASP.NET vNext project](http://xameeramir.github.io/asp-net-5-ubuntu-linux/) on my local machine I was trying to figure out how I can run it on...
votes
So I just installed Ubuntu, and this is my first time working in a Linux environment, so bear with my noobishness here. Anyway, I downloaded the Java 8 JDK d...
votes
I'm trying to get RMagick setup on Ubuntu 10.04. Looked [here][1] but had no joy. I even compiled and installed ImageMagick from source, but the instruction...
votes
I'd need a program to be run every time I start up my Ubuntu Linux. So I'd need to add it to my startup programs list. Just one problem: I'd need to...
votes
How do I change the value of `JAVA_HOME` in Ubuntu to point to Oracle's Java? Should it point to `java-6-sun` or `java-6-sun-1.6.0.24` ?
votes
In Ubuntu, I'd like to switch my JAVA_HOME environment variable back and forth between Java 5 and 6. I open a terminal and type in the following to set t...
votes
I've tried following these instructions: https://stackoverflow.com/a/40312117/21728 which basically do this: sudo apt-get install libsecret-1-0 libse...
votes
I'm new to Linux and R. I installed R 2.12 in Ubuntu 11.04. Today I tried to install a new package, so I ran the following command: install.packag...
votes
I recently tried to set a test server up with Apache. The site must run under domain `www.mytest.com`. I always get a `403 Forbidden` error. I am on Ubuntu 10.1...
votes
I've installed Python 3.7 on my Ubuntu 18.04 machine. Following this instructions in case it's relevant: > Download : Python 3.7 from Python Webs...
votes
I am trying to run docker-compose using sudo. I have both docker and docker-compose installed on Ubuntu 16.01. Due to an error while trying to download co...
votes
I have installed Laravel many times on Windows OS but never had this problem. However, on Ubuntu 14.04 I am getting a 500 Internal Server Error, and messages...