LMSouq

Knowledge Base

Browse Moodle Solutions

Clear

419 solutions found in server-admin

Page 16 of 21
0 votes
1 ans
3 views
How to run wget inside Ubuntu Docker image?

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...

server-admin Solved
MA
asked 1 month ago by Marian Klühspies
0 votes
1 ans
3 views
Make docker use IPv4 for port binding

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...

server-admin Solved
US
asked 1 month ago by user3214546
0 votes
1 ans
3 views
Setting environment variables for accessing in PHP when using Apache

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...

server-admin Solved
AB
asked 1 month ago by Abishek
0 votes
1 ans
3 views
docker ubuntu /bin/sh: 1: locale-gen: not found

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...

server-admin Solved
HA
asked 1 month ago by Hammer
0 votes
1 ans
3 views
Redis - Connect to Remote Server

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...

server-admin Solved
GR
asked 1 month ago by gregavola
0 votes
1 ans
3 views
What is the difference between MySQL Server and MySQL Client

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...

server-admin Solved
LU
asked 1 month ago by Luis Alvarado
0 votes
1 ans
3 views
How can I install distutils for Python on Ubuntu?

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...

server-admin Solved
NE
asked 1 month ago by Neo
0 votes
1 ans
3 views
How to close this ssh tunnel?

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...

server-admin Solved
JA
asked 1 month ago by Jacob
0 votes
1 ans
3 views
How to change the default GCC compiler in Ubuntu?

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...

server-admin Solved
RO
asked 1 month ago by RoboAlex
0 votes
1 ans
3 views
"psql: could not connect to server: Connection refused" Error when connecting to remote database

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...

server-admin Solved
PO
asked 1 month ago by Poonam Anthony
0 votes
1 ans
3 views
Merge multiple JPGs into single PDF in Linux

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...

server-admin Solved
HA
asked 1 month ago by Harikrishnan
0 votes
1 ans
3 views
How to build a Debian/Ubuntu package from source?

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...

server-admin Solved
RY
asked 1 month ago by Ryszard Szopa
0 votes
1 ans
3 views
How do I add a CA root certificate inside a docker image?

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...

server-admin Solved
PE
asked 1 month ago by Peter
0 votes
1 ans
3 views
How to install Ruby 2.1.4 on Ubuntu 14.04

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...

server-admin Solved
AL
asked 1 month ago by Alek
0 votes
1 ans
3 views
Cannot connect to the Docker daemon at unix:/var/run/docker.sock. Is the docker daemon running?

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...

server-admin Solved
UM
asked 1 month ago by Umair Ayub
0 votes
1 ans
3 views
How to kill a process on a port on Ubuntu

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...

server-admin Solved
TA
asked 1 month ago by Tampa
0 votes
1 ans
3 views
Docker - Ubuntu - bash: ping: command not found

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...

server-admin Solved
SN
asked 1 month ago by Snowcrash
0 votes
1 ans
3 views
Docker complains about "no space left on device", how to clean up?

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...

server-admin Solved
US
asked 1 month ago by user_mda
0 votes
1 ans
3 views
How to install Boost on Ubuntu

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...

server-admin Solved
K5
asked 1 month ago by k53sc
0 votes
1 ans
3 views
How to permanently add a private key with ssh-add on Ubuntu?

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...

server-admin Solved
DU
asked 1 month ago by duduklein