Questions tagged as 'ubuntu'

1
answer

Enable .htaccess on ubuntu

I'm using the ubuntu system on my PC and my apache does not seem to recognize htaccess, none since I created a .htaccess for my project only it does not interpret what's in the content. The content is as follows: .htaccess RewriteEngine O...
asked by 24.08.2014 / 01:57
3
answers

How to initialize postgresql with ubuntu?

I have the following problem, every time I turn on my machine, I go to the terminal and give sudo service postgresql status , it always appears 9.3/main (port 5432): down . On other machines I have installed, it starts along with...
asked by 18.06.2014 / 18:48
2
answers

Workflow Git using GitHub?

I need to learn how to clone a github project to my local computer and, after making the necessary changes, send the modifications back to the remote project. Basically the workflow of git using GitHub. I'm using linux (ubuntu) and would li...
asked by 25.05.2015 / 19:14
1
answer

Sending files in Nginx error "413 Request Entity Too Large"

I'm trying to send a file of 2MB using Nginx, but I keep getting 413 arquivo muito grande . Version: Nginx / 1.4.6 OS: Ubuntu 14.04 LTS     
asked by 24.11.2014 / 14:53
1
answer

How to change the version of PHP in which Composer runs on Linux?

I installed the composer on my Ubuntu through the following command: apt-get install composer Ubuntu currently supports multiple versions of PHP installed. I have PHP5.6, PHP7.0 and PHP7.1 installed on my machine. When I only had PHP5.6,...
asked by 16.03.2017 / 16:22
3
answers

How to maintain a running nodejs server?

I want to know how to keep my server nodejs in permanent implementation in my vps Ubuntu I bought without the need to have it run the Putty and run the node app.js command. I made a REST API that will be consumed by a mobile applicati...
asked by 19.02.2014 / 15:17
1
answer

How to have two versions of php on the same Apache server?

I have an Apache / 2.4.10 (Ubuntu) server running a website in php 5.5. But I'm creating a new site and it needs php 5.6. Is it possible to have two versions of php installed on my server and use each one in different folders?     
asked by 05.10.2018 / 17:27
1
answer

Remove PHP from Ubuntu 14 [duplicate]

I used the following commands to remove PHP from Ubuntu: sudo apt-get purge php5 php5-cli libapache2-mod-php5 php5-mysql phpmyadmin sudo rm -rf /etc/php5 But when I run the command php -v on the command line, I get the following re...
asked by 17.02.2016 / 13:54
3
answers

How to compile a .java file using the ubuntu terminal

I am a beginner and need to compile a .java file using the ubuntu terminal, how to proceed?     
asked by 16.09.2015 / 15:55
2
answers

How to set the password for PostgreSQL administration?

I installed PostgreSQL on my Ubuntu using "apt-get". I've been using "sudo" to perform operations (actually following a tutorial), but now I want to administer the DBMS with a client that asks me for the admin password "postgres". How do I se...
asked by 14.12.2013 / 14:36