LMSouq

Knowledge Base

Browse Moodle Solutions

2108 solutions found

Page 70 of 106
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
Adding a new entry to the PATH variable in ZSH

I'm using zsh terminal, and I'm trying to add a new entry (`/home/david/pear/bin`) to the `PATH` variable. I don't see a reference to the `PATH` var...

general-dev Solved
DA
asked 1 month ago by David Barreto
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
1 ans
3 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
1 ans
3 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
Yarn install command error No such file or directory: 'install'

I am installing **sylius** bundle and while install sylius I need to run `yarn install` So While I run the command: yarn install I get the error: `...

general-dev Solved
RI
asked 1 month ago by Ricky ponting
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
1 ans
3 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 tell if tensorflow is using gpu acceleration from inside python shell?

I have installed tensorflow in my ubuntu 16.04 using the second answer [here][1] with ubuntu's builtin apt cuda installation. Now my question is how can...

general-dev Solved
TA
asked 1 month ago by Tamim Addari
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
"git submodule update" failed with 'fatal: detected dubious ownership in repository at...'

I mounted a new hard disk drive in my Linux workstation. It looks like it is working well. I want to download some repository in the new disk. So I execute `git...

general-dev Solved
HU
asked 1 month ago by Huihua Jiang
0 votes
1 ans
3 views
How to find which version of TensorFlow is installed in my system?

I need to find which version of TensorFlow I have installed. I'm using Ubuntu 16.04 Long Term Support.

general-dev Solved
HA
asked 1 month ago by Hans Krupakar
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
1 ans
3 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