Questions tagged as 'ubuntu'

1
answer

Error installing applications in relation to Python in Ubuntu 17.04

I'm trying to put django, I've done all the process and everything, but when I do pip install django or other things related to python, marcos@MarcosViana:~$ sudo apt-get -f install Lendo listas de pacotes... Pronto Construindo árvore de depe...
asked by 16.05.2017 / 06:47
0
answers

Force download with Header does not work in PHP [closed]

I use this code to force download, it works fine when I squeeze it in XAMPP, but it returns corrupted file when I run on the ubunto, what can I do to fix it? header('Content-Length: ' . filesizecurl($file_path)); header('Conten...
asked by 02.04.2017 / 04:02
0
answers

Automating the startup of the Ubuntu development environment - LEMP Stack + Laravel. How to program a break between blocks? [closed]

I am creating a code to automate the initialization of a development environment in Ubuntu (LEMP STACK). Here I put Server NginX + MariaDb + PHP7.0 + Laravel, ..., etc. The complete list with comments is HERE . It works like this: Using...
asked by 30.12.2016 / 19:15
1
answer

List of project directories in Laravel is displayed instead of running the application [duplicate]

I would like your help to know why my PHP project with the Laravel Framework does not work, I have done all the steps correctly, but instead of seeing the framework, I am seeing your folders     
asked by 11.10.2015 / 04:39
0
answers

Project in Qt compiles in Ubuntu but does not compile in Windows

I have a project for college originally produced on linux platform using Qt Creator and I need to migrate it to windows. I tried to compile but the project has errors in a single header file and I do not understand why. Some of the errors are...
asked by 20.10.2016 / 20:30
1
answer

PostgreSQL problem [closed]

After a power outage we restart the server on which the database is located, and although we try to raise the bank manually the bank does not get up. The message that occurs is this below:    FATAL: The database system is starting up. Can...
asked by 27.10.2016 / 19:49
0
answers

Problems with memory pool ofMysql memory

Hello, I have a machine EC2 on AWS radando ubuntu server. It turns out the MySql has stopped working and will not come back. The% error% has the following: 160919 21:20:21 [Note] Plugin 'FEDERATED' is disabled. 160919 21:...
asked by 20.09.2016 / 02:29
1
answer

django - UnicodeDecodeError: 'ascii' codec can not decode byte 0xc3 in position 32: ordinal not in range (128)

Good evening guys! I have Ubuntu 16.04, trying to get back to django, ms when I try to start a project with this error here:    raceback (most recent call last):   File "/ home / alekys / Envs / test3 / bin / django-admin", line 11, in &l...
asked by 30.06.2016 / 01:14
1
answer

Move project from git to workspace

Using eclipse I cloned my github repository in the /home/douglas/git directory. My repository calls X and inside it is my Y project. When I'm going to import the project into eclipse I would like it to be moved to the eclips...
asked by 30.06.2016 / 03:43
0
answers

mkdir php TCPDF ERROR

I have an application that generates a pdf file and saves it to a specific directory. I followed the php ( link ) manual for using this function. I have already given permission as sudo (runs on an ubuntu server with nginx) but I still get th...
asked by 16.04.2016 / 17:10