LMSouq

Knowledge Base

Browse Moodle Solutions

2108 solutions found

Page 62 of 106
0 votes
1 ans
3 views
How to set up a Subversion (SVN) server on GNU/Linux - Ubuntu

I have a laptop running Ubuntu that I would like to act as a Subversion server. Both for myself to commit to locally, and for others remotely. What are the step...

server-admin Solved
GR
asked 1 month ago by Grundlefleck
0 votes
1 ans
3 views
Removing broken packages in Ubuntu

There was an error when I tried to remove a package, so it was left in a broken state. I tried the following: sudo dpkg --remove --force-remove-reinstreq...

server-admin Solved
LE
asked 1 month ago by Leo Jiang
0 votes
1 ans
3 views
How do I use Bash on Ubuntu on Windows (WSL) for my VS Code terminal?

While other questions deal with [how to use things like git-bash][1], giving the new WSL a spin as the terminal for VS Code is not the same: it gives you access...

server-admin Solved
TA
asked 1 month ago by taswyn
0 votes
1 ans
3 views
`npm install` ends with "Killed"

I'm trying to run [Telescope][1] (a meteor app) on an Ubuntu 16.04 server. I follow the instructions in the readme: curl https://install.meteor.com/...

general-dev Solved
KR
asked 1 month ago by kramer65
0 votes
1 ans
3 views
Compiling multithread code with g++

I have the easiest code ever: #include <iostream> #include <thread> void worker() { std::cout << "an...

general-dev Solved
ZE
asked 1 month ago by zerkms
0 votes
1 ans
3 views
error while loading shared libraries: libncurses.so.5:

I've installed Android Studio and tried to run my first project in it, and I've got following error: Error Output was: ```bash /home/user/androi...

general-dev Solved
PA
asked 1 month ago by pawel
0 votes
1 ans
3 views
Package php5 have no installation candidate (Ubuntu 16.04)

When i try to install php5 in Ubuntu 16.04 by using following code: sudo apt-get install php5 php5-mcrypt I get following error: Reading packag...

server-admin Solved
SR
asked 1 month ago by Srijan Karki
0 votes
1 ans
3 views
Nginx: Permission denied for nginx on Ubuntu

I am new to system administration. After installing nginx [via puppet][1] on Ubuntu I get the following output: [alert] could not open error log file: op...

server-admin Solved
KR
asked 1 month ago by krn
0 votes
1 ans
3 views
Intellij launcher doesn't work on unity?

Under `/usr/share/applications` I created: `intellij.desktop`: #!/usr/bin/env xdg-open [Desktop Entry] Version=1.0 Type=Application...

general-dev Solved
AL
asked 1 month ago by Alex Luya
0 votes
1 ans
3 views
Headers and client library minor version mismatch

In PHP I'm getting the following warning whenever I try to connect to a database (via `mysql_connect`) >Warning: mysql_connect(): Headers and client l...

general-dev Solved
IA
asked 1 month ago by Ian Hunter
0 votes
1 ans
3 views
make -j 8 g++: internal compiler error: Killed (program cc1plus)

When I deploy Apache Mesos on Ubuntu12.04, I follow the official document, in step "make -j 8" I'm getting this error in the console: g++...

general-dev Solved
PU
asked 1 month ago by pugna
0 votes
1 ans
3 views
Source files in a bash script

I am using two versions of ROS next to each other. To use one I have to source some environment variables for the specific version. I would like to create a scr...

general-dev Solved
US
asked 1 month ago by user408041
0 votes
1 ans
3 views
Bash script error: "function: not found". Why would this appear?

I'm trying to run a `bash script` on my Ubuntu machine and it is giving me an error: > function not found To test, I created the following scri...

php-dev Solved
E
asked 1 month ago by E T
0 votes
1 ans
3 views
Managing keyboard shortcut conflicts between IDE and OS (Ubuntu)

I'm using IntelliJ IDEA, but I think this applies to any IDE. In IDEA, some [very useful keyboard shortcuts][1] conflict with Ubuntu keyboard shortcuts....

server-admin Solved
ET
asked 1 month ago by Etienne Neveu
0 votes
1 ans
3 views
psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: Peer authentication failed for user "postgres" (Ubuntu)

When I try to open ```psql``` with this command: ``` psql -U postgres ``` I get this error: ``` psql: error: connection to server on socket "/var/run...

server-admin Solved
JI
asked 1 month ago by JimmyTheCode
0 votes
1 ans
3 views
Where do global npm packages get installed on Ubuntu

Where is the default global node_modules folder on Ubuntu. For example where would this get installed: `npm install -g gulp`

server-admin Solved
RO
asked 1 month ago by rob
0 votes
1 ans
3 views
mCrypt not present after Ubuntu upgrade to 13.10

After I have upgraded my system from Ubuntu 13.04 to 13.10 several problems have occurred with apache, mysql and php configurations. I solved most of them b...

server-admin Solved
VU
asked 1 month ago by Vuk Stanković
0 votes
1 ans
3 views
What is the default C -std standard version for the current GCC (especially on Ubuntu)?

When I ask to see the current version of cc I get this. $ cc --version cc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2 Copyright (C) 2012 Free Software...

server-admin Solved
NC
asked 1 month ago by ncmathsadist
0 votes
1 ans
3 views
Run text file as commands in Bash

If I have a text file with a separate command on each line how would I make terminal run each line as a command? I just don't want to have to copy and paste...

general-dev Solved
BL
asked 1 month ago by Blainer
0 votes
1 ans
3 views
How do I set up SSH access for an Amazon EC2 instance?

I need SSH access to an Amazon EC2 instance running Ubuntu 10.4. All I have is the Amazon username and password. Any ideas?

server-admin Solved
BE
asked 1 month ago by BetaRide