LMSouq

Knowledge Base

Browse Moodle Solutions

Clear

378 solutions found in general-dev

Page 15 of 19
0 votes
1 ans
3 views
Python: Unable to Render Tex in Matplotlib

I recently upgraded my laptop to Snow Leopard, updated TeX to Version 3.1415926 (TeX Live 2011/MacPorts 2011_5), and installed Python 2.7.3. After all these in...

general-dev Solved
CO
asked 1 month ago by cosmosis
0 votes
1 ans
3 views
How to merge many PDF files into a single one?

I have 16 pdfs that I want to convert into a single one... I am on Ubuntu 10.10, how can I do it?

general-dev Solved
RO
asked 1 month ago by rodrigoalvesvieira
0 votes
1 ans
3 views
How to open the terminal in Atom?

How to open the terminal in Atom? Do I need to install a plug-in? If possible, I also would like to know how to use shortcut keys to open the terminal.

general-dev Solved
SU
asked 1 month ago by suwu150
0 votes
1 ans
3 views
Resolving IBus Issue - IBus prior to 1.5.11 may cause input problems

I m using `PhpStorm 10` on `Ubuntu 14.04`. I get the following error when at start : 8:08:47 AM IBus prior to 1.5.11 may cause input problems. See IDEA-...

general-dev Solved
DA
asked 1 month ago by Daniel Wondyifraw
0 votes
1 ans
3 views
Python handling socket.error: [Errno 104] Connection reset by peer

When using Python 2.7 with `urllib2` to retrieve data from an API, I get the error `[Errno 104] Connection reset by peer`. Whats causing the error, and how shou...

general-dev Solved
AT
asked 1 month ago by Athena Wisdom
0 votes
1 ans
3 views
ionic build Android | error: No installed build tools found. Please install the Android build tools

When I run **ionic build android** command in root of ionic project, I am getting this error: > FAILURE: Build failed with an exception. > > * Wh...

general-dev Solved
JA
asked 1 month ago by javad75
0 votes
1 ans
3 views
How to update-alternatives to Python 3 without breaking apt?

The other day I decided that I wanted the command python to default to firing up python3 instead of python2. So I did this: $ sudo update-alternatives...

general-dev Solved
WI
asked 1 month ago by Will
0 votes
1 ans
3 views
Renaming a virtualenv folder without breaking it

I've created folder and initialized a virtualenv instance in it. $ mkdir myproject $ cd myproject $ virtualenv env When I run `(env)$ pi...

general-dev Solved
RI
asked 1 month ago by Riley Watkins
0 votes
1 ans
3 views
How to upgrade AWS CLI to the latest version?

I recently noticed that I am running an old version of AWS CLI that is lacking some functionality I need: $aws --version aws-cli/1.2.9 Python/3.4.3...

general-dev Solved
BO
asked 1 month ago by Borealis
0 votes
1 ans
3 views
How do I set default terminal to Terminator?

I'd like to have [Terminator](https://gnome-terminator.org/) replace the default terminal. For instance, when right-clicking inside a folder then selecting...

general-dev Solved
RU
asked 1 month ago by Running Turtle
0 votes
1 ans
3 views
Open Redis port for remote connections

I can ping pong Redis on the server: # redis-cli ping PONG But remotely, I got problems: $ src/redis-cli -h REMOTE.IP ping Could not...

general-dev Solved
MA
asked 1 month ago by Maksim Yefremov
0 votes
1 ans
3 views
How to download all files (but not HTML) from a website using wget?

How to use `wget` and get all the files from website? I need all files except the webpage files like HTML, PHP, ASP etc.

general-dev Solved
AN
asked 1 month ago by Aniruddhsinh
0 votes
1 ans
3 views
The command rbenv install is missing

In `Ubuntu 10.04` I just installed `rbenv`. The install command is not present. rbenv 0.4.0-49-g8b04303 Usage: rbenv <command> [<args>]...

general-dev Solved
MC
asked 1 month ago by McDougall
0 votes
1 ans
3 views
C++ error: undefined reference to 'clock_gettime' and 'clock_settime'

I am pretty new to Ubuntu, but I can't seem to get this to work. It works fine on my school computers and I don't know what I am not doing. I have che...

general-dev Solved
NA
asked 1 month ago by naspinski
0 votes
1 ans
3 views
Installed Ruby 1.9.3 with RVM but command line doesn't show ruby -v

Here's the console output: sergio@sergio-VirtualBox:~$ rvm list rvm rubies ruby-1.9.3 [ i386 ] sergio@sergio-Virt...

general-dev Solved
ON
asked 1 month ago by Only Bolivian Here
0 votes
1 ans
3 views
How to update npm

I'm trying to install mean.io boilerplate. It fails when running `sudo npm install -g meanio@latest`. Prior to failing it notes that it 'wants' npm...

general-dev Solved
US
asked 1 month ago by user3567174
0 votes
1 ans
3 views
qmake: could not find a Qt installation of ''

I have a software in ubuntu that requires me to run qmake to generate the Makefile. However, running qmake gives back this error, qmake: could not fi...

general-dev Solved
IS
asked 1 month ago by IssamLaradji
0 votes
1 ans
3 views
Why is WSL extremely slow when compared with native Windows NPM/Yarn processing?

I am working with WSL a lot lately because I need some native UNIX tools (and emulators aren't good enough). I noticed that the speed difference when workin...

general-dev Solved
WR
asked 1 month ago by WrRaThY
0 votes
1 ans
3 views
"Repository does not have a release file" error

I'm trying to install [ROS][1] on Ubuntu. I'm getting this error: sudo apt-get update Hit:1 http://pk.archive.ubuntu.com/ubuntu cosmic In...

general-dev Solved
SU
asked 1 month ago by Suleman Khan
0 votes
1 ans
3 views
Simulating ENTER keypress in bash script

I've created a really simple bash script that runs a few commands. one of these commands needs user input during runtime. i.e it asks the user "do you...

general-dev Solved
TO
asked 1 month ago by tobbr