2108 solutions found
Page 68 of 106votes
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...
votes
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 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 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 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'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
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
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 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 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
How can I set up "curl" to permanently use a proxy server in the terminal?