Most voted "mint" questions
Mint refers to the Linux distribution, which has two versions: one based on Debian and the other on Ubuntu.
Learn more…24 questions
Sort by count of
-
4
votes1
answer260
viewsError compiling php 5.3.28 using php-build
I am trying to install PHP 5.3.28 using 'php-build' in Linux Mint 16 (Ubuntu) but it does not compile. I’m using the following command: php-build -i Development 5.3.28 ~/local/php/5.3.28 After…
-
3
votes1
answer1362
viewsExchange default address used by Docker (172.17.0.1)
I would like to exchange (or remove) the 172.17.0.1 address used by the Ocker networks, has how to do this? I use Docker for php development and have a remote repository (git) configured via a VPN…
-
1
votes1
answer158
viewsDebugging error on TDS 11.2 (Eclipse) on Linux Mint 18
I configured the debug with the path of smartclient.exe (use via Wine), the build works, only the debug that gives a permission error in java. Iniciando TOTVS Application…
-
1
votes2
answers1343
viewsApparmor DENIED Mysql
Personal hail. I am facing a small problem with my MYSQL on Linux Mint. When I try to initialize the service, APPARMOR denies me permission, follows the logs: Ago 28 09:07:42 Comerlatto-NTB…
-
0
votes1
answer131
viewsError installing Rails on Linux Mint
While running sudo Gem install Rails, I received this error message: Building native extensions. This could take a while... ERROR: Error installing rails: ERROR: Failed to build gem native…
-
0
votes1
answer412
viewsUse semicolon instead of comma on numeric keyboard with Linux Mint
I’m using the Linux Mint 19.1 Tessa On my number pad the dot button (.) click inserts comma (,) I tried to enter the settings but did not find the option that makes this change There is how to…
-
0
votes1
answer199
viewsPort not found - Arduino IDE on Linux Mint
Recently I started using Arduino and went through a migration process(windows to linux Mint), I came across a frequent error where the Arduino was not recognized, its port was inaccessible,…
-
0
votes2
answers1978
viewsProblems with dpkg in Linux Mint
I think I uninstalled some package that some application needed, and I think it has generated a problem that I can’t solve. I am using Mint. I have tried to upgrade the system but this error…
-
0
votes1
answer311
viewsPermission to shutdown now!
How do I give permission to execute the command shutdown to the user ? I am using OS Linux Mint 13.
-
0
votes3
answers814
views"code ." does not work on linux Mint (zsh terminal)
I’m trying to use the command "code." zsh terminal to open the folder in vscode, but when I run the command it returns me the following error message: zsh: no such file or directory:…
-
0
votes0
answers110
viewsVS Code terminal does not read accented words
I press the button to accentuate and it still appears without accent Already in the terminal of the system works normal…
visual-studio-code terminal accentuation characters mintasked 3 years, 11 months ago Ranieri Feliciano 1 -
0
votes1
answer33
viewsUsing the dockerp-Lamp
I’m trying to user the Docker-Lamp But every time I try to access phpmyadmin with root login and password 123, it gives the following message Não é possível fazer login no servidor MySQL…
-
0
votes0
answers47
viewsMongodb installation error
I’m having trouble in step 1: Importe a chave pública usada pelo sistema de gerenciamento de pacotes. When I execute the command: sudo apt-key adv --keyserver hkp: //keyserver.ubuntu.com: 80 --recv…
-
0
votes0
answers71
viewsCode::Blocks - Std::bad_alloc
After I run this simple code. #include <iostream> #include <jdbc/cppconn/connection.h> #include <jdbc/cppconn/driver.h> int main() { sql::Connection *con; sql::Driver *driver;…
-
0
votes0
answers44
viewsNetbeans on Linux Mint
Hello, I am a Distro Mint Linux user, when I open the Terminal and type netbeans the program opens, but in the terminal I see the following message: WARNING: An illegal reflective access operation…
-
0
votes1
answer213
viewsError installing . NET Core on Linux Mint
When trying to install . NET Core on Linux Mint using Snap command sudo snap install dotnet-sdk --classic, at the end of the package installation, it is displayed: "dotnet-sdk 3.1.401 from Microsoft…
-
-1
votes1
answer206
viewsNodejs/npm/Cordova Development Environment on Linux Mint
I am currently using Linux Mint 18.2 KDE and I need to install the Cordova development environment as I am taking a course of it. However it has been more than two weeks that I am facing a very…
-
-1
votes1
answer415
viewsBlack screen in Mysql Workbench
Linux Mint usage and when installing Mysql Workbench it looks like in the image. I’ve reinstalled, erased everything, downloaded other versions and got nothing...…
-
-1
votes2
answers538
viewsCodeblocks compiles (linux operating system Mint) but does not show on screen
People installed Codeblocks on Linux Mint and so it opens perfectly you make the program it compiles beauty (If you have errors it shows), however, it does not open the interactive screen (sorry for…
-
-1
votes2
answers626
viewsInstall Docker in Mint
I’m trying to install Docker on my Linux Mint 19 64-bit Cinamon laptop using this tutorial Only when you reach that line https://docs.docker.com/install/linux/docker-ce/ubuntu/ 1. I have the…
-
-1
votes1
answer37
viewsPostgresql installation error in Mint 19
I am trying to perform the installation of posgresql on Mint 19 when I received a dependency error, making some searches discover that I could try the command dpkg --configure -a, but I received the…
-
-2
votes1
answer152
viewsHow to program C# on Linux using Glade?
Good evening guys. I’m starting Linux using the Mint version. I discovered the Glade app, which programs graphical interfaces. I’ve figured out how to interface but I’d like to know how to use C# on…
-
-2
votes1
answer1994
viewsProblem with multimonitor system on Linux - Set Main Screen
My system has two monitors so that the main one is in the "middle" (or right) and the secondary one on the left. The problem is that it seems that Linux always takes the one on the left to be the…
-
-4
votes1
answer37
viewsHelp with installing php 7.0 in Ubuntu as per video tutorial
Following this tutorial video https://www.youtube.com/watch?v=onVSVC_C1GE&t=717s. Already at the beginning of the default change, made the default changes, the default Nginx index should be…