Questions tagged [linux-mint]

Linux Mint is an operating system based on the Linux distribution Ubuntu.

Linux Mint is an operating system based on the Linux distribution Ubuntu.

Linux Mint adds many features that baseline Ubuntu does not have:

  • More complete out of the box experience
  • Inclusion of proprietary and patented software (Java, Adobe Flash web browser plugin)
  • Running most of software written for Windows with Wine

However, due to issues with licensing, proprietary drivers for things like wireless cards are not included. Though, they can be downloaded for free after installation.

Resources

1455 questions
120
votes
7 answers

How to restart Postgresql

I have Postgresql 9.3 and 9.4 installed on my Linux Mint machine. How can I restart postgresql 9.4? A method to restart both versions together is also fine.
Tony Joseph
  • 1,402
  • 2
  • 11
  • 16
104
votes
3 answers

What are the differences between node.js and node?

I've installed node.js in my machine (linux mint 15), when I run node example.js, it says: The program 'node' can be found in the following packages: * node * nodejs-legacy Try: sudo apt-get install So what are the differences…
Blake
  • 6,507
  • 16
  • 48
  • 73
58
votes
6 answers

How does one add keyboard languages and switch between them in Linux Mint 16?

I've added languages in Language Support but I do not see the language icon in the panel tray, nor can I switch between languages.
Nissim Nanach
  • 1,795
  • 2
  • 14
  • 17
56
votes
3 answers

Qt Creator, ptrace: Operation not permitted. What is the permanent solution?

While debugging C++ code in Qt creator I get the following error ptrace: Operation not permitted. Could not attach to the process. Make sure no other debugger traces this process. Check the settings of /proc/sys/kernel/yama/ptrace_scope For more…
Indra
  • 1,264
  • 3
  • 17
  • 24
50
votes
7 answers

The mcrypt extension is missing. Please check your PHP configuration

I just followed the tutorial located at https://www.digitalocean.com/community/articles/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu while fixing multiple other errors that I came across along the way and I'm stuck with one last error.…
crgsqdmn
  • 639
  • 1
  • 5
  • 7
49
votes
12 answers

Docker: Are you trying to connect to a TLS-enabled daemon without TLS?

On Linux Mint 17.1 x86_64 with kernel 3.13.0-48-generic and OpenSSL version 1.0.1f-1ubuntu2.11; whenever I try to execute any docker command (like docker login or docker run hello-world), I get the following error: FATA[0000] Get…
strNOcat
  • 883
  • 2
  • 8
  • 18
47
votes
10 answers

JAVA_HOME and PATH are set but java -version still shows the old one

I am using Linux Mint Cinnamon 14. I have set the $JAVA_HOME and $PATH environment variables in ~/.profile as follows: export JAVA_HOME=/home/aqeel/development/jdk/jdk1.6.0_35 export PATH=/home/aqeel/development/jdk/jdk1.6.0_35/bin:$PATH I then did…
user517491
45
votes
10 answers

Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

I'm trying to execute a Python script, but I am getting the following error: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) I'm using python 3.5.2 on a Linux Mint 18.1 Serena OS Can someone tell me why this happens, and how…
Andre
  • 789
  • 2
  • 8
  • 16
41
votes
6 answers

R 3.4.1 "Single Candle" Personal Library Path Error: unable to create ‘NA’

I just updated to R (3.4.1 "Single Candle") on my Linux Mint 18.1 Cinnamon machine and I attempted to install a package. R returned the following: > install.packages('ggplot2') Installing package into ‘/usr/local/lib/R/site-library’ (as ‘lib’ is…
JForsythe
  • 738
  • 1
  • 6
  • 12
41
votes
3 answers

Setup Google test in CLion

I have been sitting online for hours already trying to setup Google test on Clion in Linux but have not been able to find anything. Can someone guide me with setting this up please?
user2955610
  • 745
  • 2
  • 7
  • 14
41
votes
4 answers

Empty function in BASH

I'm using FPM tool to create .deb package. This tool create before/after remove package from supported files. Unfortunatly the bash script generated by FPM contains such function dummy() { } And this script exit with an error: Syntax error: "}"…
user3550394
  • 613
  • 2
  • 6
  • 7
41
votes
11 answers

Elasticsearch can't write to log files

I would like to activate logs of elasticsearch . When I run elasticsearch binaries, I realize that I have problems with logging : the configuration cannot be loaded ! Here is the output : ~ $ sudo /usr/share/elasticsearch/bin/elasticsearch Failed…
4m1nh4j1
  • 3,658
  • 12
  • 55
  • 88
38
votes
5 answers

pip install failing on python2

Following the instructions on this page to install pip on python2 https://linuxhint.com/installing_pip_linux_mint/ It's failing at the last step, $ sudo python2 get-pip.py with this error, Traceback (most recent call last): File "get-pip.py", line…
Hsarp
  • 1,087
  • 1
  • 8
  • 10
33
votes
1 answer

error: Unknown module(s) in QT: qml quick - Qt Creator

I installed Qt Creator via the Software Manager on Linux Mint 18 (x86_64). I made a few sample projects, and some dependencies/packages/libraries/whatever were missing, so I installed the via apt. I made a QtQuick application and in Issues there is…
darijan2002
  • 1,145
  • 1
  • 8
  • 14
30
votes
1 answer

X Error of failed request: BadAlloc (insufficient resources for operation)

I noticed this question has been asked many times in the past and surfing the web I found many pages about it. However, it seems like the proposed solutions rarely work and, in my case, the problem does not refer to a program that I wrote. So I'll…
bartgol
  • 1,443
  • 18
  • 22
1
2 3
96 97