419 solutions found in server-admin
Page 10 of 21votes
I have a hard time to find exact method to install PHP intl extension in **Ubuntu 14.04**. I tried with `sudo apt-get install php5-intl` but displays error `...
votes
I have a short Python script that needs to run at startup - Ubuntu 13.10. I have tried everything I can think of but can't get it to run. The script:...
votes
I've just installed a Ubuntu 12.04 server and nginx 1.2.7, removed `default` from sites-enabled and added my own file into `sites-available` and symlink at...
votes
firstly, I google'd a lot but nothing I found related to my case, I have an ELF executable file I'm trying to run it in my Ubuntu WSL, I've changed...
votes
I have downloaded the Ubuntu image inside Docker on Windows. I can run Ubuntu by: docker run -it ubuntu I only see `root`, but I don't see the...
votes
Trying to install inside a docker, either vim or nano but I only get this: 0% [Connecting to archive.ubuntu.com (91.189.88.152)] Exit docker and do `p...
votes
Just installed Ubuntu 13.10 (Saucy) and anything I try to install via `sudo apt-get install` is failing and throwing a series of `404` erros. Example - insta...
votes
I'm new to Ubuntu and Linux in general. I want to code in Java on my computer, but I'm having problems installing [IntelliJ IDEA][1] on Ubuntu. I have d...
votes
I see the following message when running the `npm install` or `npm` command from the terminal. Executing `node` works as expected. > npm install...
votes
Currently `ulimit -n` shows `10000`. I want to increase it to `40000`. I've edited "/etc/sysctl.conf" and put `fs.file-max=40000`. I've also e...
votes
I installed pycharm normally via `bin/pycharm.sh`, but the mistake I made was doing `bash pycharm.sh` _while_ the pycharm directory has inside the Downloads fol...
votes
I have successfully installed `rvm`, but when I run the following commands sudo apt-get update Or: rvm install 2.0.0 I have the following er...
votes
My Ubuntu computer had crashed, and when I restarted it MongoDB wasn't working. I tried the following commands, and got the following output: $ mongo...
votes
I just installed ubuntu and would like to set its rsa keys up with bitbucket/github. When I ssh-keygen the keys are generated as they should be ssh-rsa A...
votes
I am trying to install virtualenv on Ubuntu. First it said `command 'pip' not found`, so I typed sudo apt install python-pip then it said...
votes
My database is over 600 GB and my current volume is only 1 TB, so that probably limits my options. My config files are here: /etc/postgresql/9.6/main...
votes
I'm building a new Docker image based on the standard Ubuntu 14.04 image. Here's my *Dockerfile*: FROM ubuntu:14.04 RUN apt-get update -...
votes
I am running my rails application using the following $script/server -d webrick on my Ubuntu system , above command run the webrick se...
votes
I recently upgraded to Ubuntu 9.04 and I have issues using gems. I installed Ruby, Rubygems and Rails using apt-get. The `rails` command does work. I then...
votes
How to know if I have both php5.3 and php5.5 installed in my system? How to delete php5.3 if it is there and configuring Apache2 to work with php5.5?