LMSouq

Knowledge Base

Browse Moodle Solutions

Clear

419 solutions found in server-admin

Page 17 of 21
0 votes
1 ans
3 views
How to install the JDK on Ubuntu Linux

Note: This is an old question and the answers reflect the world as it was then. Modern Ubuntu distributions have OpenJDK available which can be installed with...

server-admin Solved
US
asked 1 month ago by user2057084
0 votes
1 ans
3 views
How can I stop redis-server?

I apparently have a `redis-server` instance running because when I try to start a new server by entering `redis-server`, I'm greeted with the following:...

server-admin Solved
QC
asked 1 month ago by Qcom
0 votes
1 ans
3 views
How to add users to Docker container?

I have a docker container with some processes (uwsgi and celery) running inside. I want to create a celery user and a uwsgi user for these processes as well as...

server-admin Solved
RF
asked 1 month ago by rfj001
0 votes
1 ans
3 views
How to append one file to another in Linux from the shell?

I have two files: `file1` and `file2`. How do I append the contents of `file2` to `file1` so that contents of `file1` persist the process?

server-admin Solved
AS
asked 1 month ago by asir
0 votes
1 ans
3 views
Cannot install packages using node package manager in Ubuntu

NodeJS interpreter name(`node`) on Ubuntu has been renamed to `nodejs` because of a name conflict with another package. Here's what the readme. Debian says:...

server-admin Solved
SA
asked 1 month ago by Sayem
0 votes
2 ans
4 views
Lost httpd.conf file located apache

How can I find where my `httpd.conf` file is located? I am running an Ubuntu Linux server from the Amazon Web Services EC2 (Elastic Compute Cloud) and I can&...

server-admin Solved
SH
asked 1 month ago by Shalin Shah
0 votes
1 ans
3 views
.bashrc at ssh login

When I ssh into my ubuntu-box running Hardy 8.04, the environment variables in my `.bashrc` are not set. If I do a source `.bashrc`, the variables are proper...

server-admin Solved
HO
asked 1 month ago by Hobhouse
0 votes
2 ans
4 views
error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)' -- Missing /var/run/mysqld/mysqld.sock

<!-- language-all: lang-none --> My problem started off with me not being able to log in as root any more on my mysql install. I was attempting to run...

server-admin Solved
DO
asked 1 month ago by dot
0 votes
1 ans
3 views
Clear a terminal screen for real

Using the `clear` command on the terminal only fools the user into thinking the screen has been cleared...you can still see output from the previous commands wh...

server-admin Solved
SA
asked 1 month ago by Sandeep Datta
0 votes
2 ans
4 views
Running a cron every 30 seconds

I have a cron job that I need to run every 30 seconds: */30 * * * * /bin/bash -l -c 'cd /srv/last_song/releases/20120308133159 && script/rail...

server-admin Solved
MA
asked 1 month ago by Matt
0 votes
1 ans
3 views
How do I escape spaces in path for scp copy in Linux?

I want to copy a file from remote to local system. Now I'm using scp command in linux system. I have some folders or files names are with spaces, when I try...

server-admin Solved
AL
asked 1 month ago by AlexPandiyan
0 votes
1 ans
3 views
How to install lxml on Ubuntu

I'm having difficulty installing lxml with easy_install on Ubuntu 11. When I type `$ easy_install lxml` I get: Searching for lxml Reading htt...

server-admin Solved
ER
asked 1 month ago by Eric Wilson
0 votes
1 ans
3 views
How to install python3 version of package via pip on Ubuntu?

I have both `python2.7` and `python3.2` installed in `Ubuntu 12.04`. The symbolic link `python` links to `python2.7`. When I type: sudo pip install...

server-admin Solved
KE
asked 1 month ago by kev
0 votes
1 ans
3 views
Color picker utility (color pipette) in Ubuntu

I'm looking for a simple and easy to use color picker utility on Ubuntu/Debian.

server-admin Solved
LE
asked 1 month ago by leninzprahy
0 votes
2 ans
4 views
How do I install the OpenSSL libraries on Ubuntu?

I'm trying to build some code on Ubuntu 10.04 LTS that uses OpenSSL 1.0.0. When I run make, it invokes g++ with the "-lssl" option. The source i...

server-admin Solved
DA
asked 1 month ago by Daryl Spitzer
0 votes
1 ans
3 views
nodejs vs node on ubuntu 12.04

I installed nodejs on ubuntu from instructions given [here][1] When I write `node --version` in the terminal I see this : <br> `-bash: /usr/sbin/node:...

server-admin Solved
JA
asked 1 month ago by Jatin
0 votes
1 ans
3 views
How do I SET the GOPATH environment variable on Ubuntu? What file must I edit?

I am trying to do a `go get`: go get github.com/go-sql-driver/mysql and it fails with the following error: package github.com/go-sql-driver/mys...

server-admin Solved
DA
asked 1 month ago by David Saintloth
0 votes
2 ans
4 views
Repeat command automatically in Linux

Is it possible in Linux command line to have a command repeat every *n* seconds? Say, I have an import running, and I am doing ls -l to check if th...

server-admin Solved
MA
asked 1 month ago by Marty Wallace
0 votes
1 ans
3 views
Docker Error bind: address already in use

When I run `docker-compose up` in my Docker project it fails with the following message: > Error starting userland proxy: listen tcp 0.0.0.0:3000: bind: a...

server-admin Solved
NG
asked 1 month ago by Ngoral
0 votes
2 ans
4 views
Allow docker container to connect to a local/host postgres database

I've recently been playing around with Docker and QGIS and have installed a container following the instructions in [this tutorial](http://kartoza.com/qgis-...

server-admin Solved
MA
asked 1 month ago by marty_c