LMSouq

Knowledge Base

Browse Moodle Solutions

2108 solutions found

Page 65 of 106
0 votes
1 ans
3 views
How to edit/save a file through Ubuntu Terminal

This is quite a simple question: I just need to open a file (this filename is galfit.feedme). I can view the file with view galfit.feedme when I'm in th...

server-admin Solved
VD
asked 1 month ago by vdogsandman
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
IntelliJ Idea Ctrl+Alt+Left shortcut doesn't work in Ubuntu

I am using IntelliJ Idea 2017.3 latest release in Ubuntu 2017.10 and shortcut <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Left</kbd>...

server-admin Solved
SA
asked 1 month ago by Samy
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
ERROR 1130 (HY000): Host '' is not allowed to connect to this MySQL server

Why oh why can I not connect to mysql? mysql -u root -ptest101 -h xxx.xxx.xxx.xxx ERROR 1130 (HY000): Host 'xxx.xxx.xxx.xxx' is not allowed...

server-admin Solved
TA
asked 1 month ago by Tampa
0 votes
1 ans
3 views
MySQL fails on: mysql "ERROR 1524 (HY000): Plugin 'auth_socket' is not loaded"

My local environment is: - Fresh Ubuntu 16.04 - With PHP 7 - With installed MySQL 5.7 ```bash sudo apt-get install mysql-common mysql-server ```...

database Solved
TO
asked 1 month ago by Tomas Votruba
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 scroll up and down in sliced "screen" terminal

I just installed `screen` and like the idea to divide linux terminal into multiple pieces. But I can't figure out one thing: How to scroll up and down, when...

server-admin Solved
VO
asked 1 month ago by Vor
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
How to start nginx via different port(other than 80)

Hi I am a newbie on nginx, I tried to set it up on my server(running Ubuntu 4), which already has apache running. So after I `apt-get install` it, I tried...

server-admin Solved
ZH
asked 1 month ago by Zhao Peng
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
Docker Repository Does Not Have a Release File on Running apt-get update on Ubuntu

I am using Ubuntu 16.10 and recently installed Docker (v1.12.4) using the Xenial build by following the instructions found [here][1]. I haven't encountered...

server-admin Solved
DA
asked 1 month ago by Daniel Eagle
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
2 ans
3 views
Curl with multiline of JSON

Consider the curl command below, is it possible to allow newline in JSON (without the minify) and execute directly in bash (Mac/Ubuntu) curl -0 -v -X POS...

php-dev Solved
RY
asked 1 month ago by Ryan
0 votes
1 ans
3 views
How to install the current version of Go in Ubuntu Precise

Running `sudo apt-get install golang-stable`, I get Go version `go1.0.3`. Is there any way to install `go1.1.1`?

server-admin Solved
SC
asked 1 month ago by scc
0 votes
1 ans
3 views
How to clear all history in linux/ubuntu terminal or bash permanently?

When you use the up key in a Linux terminal, you can use previous commands again. Great feature. However, I started logging mysql into mysql with the sensitive...

server-admin Solved
FR
asked 1 month ago by Frank Vilea
0 votes
1 ans
3 views
grep exclude multiple strings

I am trying to see a log file using `tail -f` and want to exclude all lines containing the following strings: `Nopaging the limit is` and `keyword to remove...

php-dev Solved
JE
asked 1 month ago by Jeets