419 solutions found in server-admin
Page 16 of 21votes
I'm trying to download a Debian package inside a Ubuntu container as follows: sudo docker run ubuntu:14.04 wget https://downloads-packages.s3.amazona...
votes
I have docker host and inside I have one container. The docker host is binding the port on IPv6 interface only, not on IPv4. This is the output tcp...
votes
I have a Linux environment and I have a PHP Web Application that conditionally runs based on environment variables using `getenv` in PHP. I need to know how the...
votes
I put the locale setting codes below into my dockerfile, FROM node:4-onbuild # Set the locale RUN locale-gen en_US.UTF-8 ENV LAN...
votes
I've just install Redis succesfully using the instructions on the Quick Start guide on http://redis.io/topics/quickstart on my Ubuntu 10.10 server. I'm...
votes
In Ubuntu I normally install both but what are the differences between the client and server for MySQL. As a bonus, when a new statement mentions that it ne...
votes
I just got some space on a VPS server(running on Ubuntu 8.04), and I'm trying to install Django on it. The server has python 2.5 installed. When I run the D...
votes
I opened a ssh tunnel as described in this post: https://stackoverflow.com/questions/2807118/zend-db-how-to-connect-to-a-mysql-database-over-ssh-tunnel But n...
votes
I have installed gcc-3.3/g++-3.3 on ubuntu 11.04 which already has gcc/g++-4.4. So in my system both gcc-3.3 and 4.4 are available. I am able to call both compi...
votes
I am trying to connect to a Postgres database installed in a remote server using the following command: psql -h `host_ip` -U `db_username` -d `db_name` Th...
votes
I used the following command to convert and merge all the JPG files in a directory to a single PDF file: convert *.jpg file.pdf The files in the direc...
votes
I have the source of a program (taken from cvs/svn/git/...) and I'd like to build a Debian/Ubuntu package for it. The package is present in the repositories...
votes
I am running an ASP.NET Core 1.1 Web API in a Docker 1.13.1 container on Ubuntu 14.04. When the code attempts to retrieve some data from an HTTPS server, I g...
votes
I dont know how to install the latest Ruby on Ubuntu. First I installed the default Ruby 1.9.3, using sudo apt-get install ruby Then I tried to in...
votes
I have applied every solution available on internet but still I cannot run Docker. I want to use Scrapy Splash on my server. Here is `history` of commands...
votes
I am trying to kill a process in the command line for a specific port in Ubuntu. If I run this command, I get the port: ```lang-none sudo lsof -t -i:9001...
votes
I've got a Docker container running Ubuntu which I did as follows: docker run -it ubuntu /bin/bash however it doesn't seem to have `ping`. E.g...
votes
I installed docker on a Debian 7 machine in the following way $ echo deb http://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.lis...
votes
I'm on Ubuntu, and I want to install Boost. I tried with sudo apt-get install boost But there was no such package. What is the best way to install...
votes
I have a private key protected with a password to access a server via SSH. I have 2 linux (ubuntu 10.04) machines and the behavior of ssh-add command is dif...