Questions tagged as 'mint'

1
answer

Error compiling php 5.3.28 using php-build

I'm trying to install PHP 5.3.28 using ' php-build in Linux Mint 16 (Ubuntu) more it does not compile. I am using the following command:    php-build -i development 5.3.28 ~ / local / php / 5.3.28 After solving a number of package err...
asked by 16.01.2014 / 17:15
1
answer

Change default address used by Docker (172.17.0.1)

I would like to change (or remove) the address 172.17.0.1 used by docker networks, can you do that? I use docker for php development and I have a remote repository (git) configured through a VPN using the IP range 172.17.X.X. Whenever my c...
asked by 14.09.2018 / 14:00
1
answer

Apparmor DENIED Mysql

Save personal. I'm facing a small problem with my MYSQL in Linux Mint. When I try to initialize the service, APPARMOR denies the permission, it follows the logs: Ago 28 09:07:42 Comerlatto-NTB systemd[1]: mysql.service: Service hold-off tim...
asked by 28.08.2017 / 14:16
1
answer

Error debugging in TDS 11.2 (Eclipse) in 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 org.eclipse.core.runtime.CoreException: Exception occurred executing com...
asked by 12.03.2017 / 16:04
0
answers

Problems with friendly url apache 2.4.18

Good night, guys, how are you? I installed apache 2.4.18 on my linux mint 18.1 "Serena" ciannon. When I log in to the system it stays blank and does not load the content. I've already activated mod_rewrite I've already changed AllowOve...
asked by 12.01.2017 / 00:54
2
answers

Problems with dpkg in Linux Mint [closed]

I think I uninstalled some packages that some application needed, and I think this has generated a problem that I can not solve. I'm using Mint. I have already tried to upgrade the system but this error prevents me from doing this. What should I...
asked by 12.02.2014 / 23:52
1
answer

Permission to shutdown! [closed]

How do I give permission to execute the command shutdown to user? I'm using OS Linux Mint 13.     
asked by 25.06.2015 / 20:54
0
answers

Error in socket module in Python

I'm trying to make a code that creates a TCP client: import socket target_host = 'www.google.com' target_port = 80 client = socket.socket(socket.AF_INET, socket.SOCK_STREAM) client.connect((target_host, target_port)) client.send('GET / HTTP...
asked by 21.10.2018 / 04:37
0
answers

Local Sites nop Apache2 and linux MInt

Some time ago I used Debian-derived programming. Today I installed Mint 18.3 properly updated and installed MySQL, Apache 2, PHP and phpMyAdmin as I always have, but I can only access it by IP, by 'localhost' or by 127.0.0.1. If I type an addres...
asked by 17.05.2018 / 00:48
1
answer

Error installing Rails on Linux Mint

When 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 extension. current directory: /var/lib/gems/...
asked by 05.03.2017 / 16:13