Questions tagged as 'ubuntu'

1
answer

My shell script does not work "word unexpected (expecting" in ")"

I have no experience with Shell Script, and I can not figure out what the problem is with my code. #!/bin/bash echo 'Deseja alterar a data e a hora deste computador (S/N) ?' read dataHoras if [$dataHoras == S or $dataHoras == s]; then...
asked by 22.02.2018 / 15:47
1
answer

Problems Installing Java 7 on Ubuntu

Hello I'm trying to install Java 7 on Ubuntu. I used the following commands: ~$ sudo apt-add-repository ppa:webupd8team/java ~$ sudo apt-get update But at this point, it returns the following message: Err:15 http://ppa.launchpad.net/o...
asked by 15.02.2018 / 20:42
0
answers

Failed to install / uninstall Netbeans

The following error occurs when installing / uninstalling Netbeans on my Ubuntu: Configurando o instalador ... Procurando por um JVM no sistema... Extraindo dados para instalação... Executando o assistente do instalador... No protocol specifie...
asked by 30.01.2018 / 17:32
0
answers

Apache Environment / Ubuntu / VPS gets slow after some requests

Recently I started using a VPS, with 16.06 64bit ubuntu, and I configured apache, mysql, php, and a node environment on port 3000, with apache redirect with proxy reverse. Anyway, everything works fine. My problem started because the serve...
asked by 31.01.2018 / 14:00
0
answers

ng serves to load when it reaches 70% on Ubuntu

I'm trying to run my application angular 2, but when you run the ng serves it only loads up to 70%. Keep this message:    "70% building modules 748/748 modules 0 active" I have already done npm uninstall of angular / cli, I in...
asked by 22.01.2018 / 17:48
1
answer

Redirect through Apache port

My question is the following, as I do when I came to a request for the endenreço: link Redirect to link and when you go to the address: link Redirect to link In other words, I want to do a port redirection. Home The system I a...
asked by 20.01.2018 / 19:26
0
answers

modeDevelop Ubuntu

Hello, I have the core doteNet installed on my ubuntu 16.04 lts I found that it is possible to use it in monodeveloper by installing the package MonoDevelop.Dnx-0.2.mpack, but at the time of installing the package it presents the image error, ca...
asked by 14.01.2018 / 02:04
1
answer

sudo subl - how to open sublime 3 by the terminal in Ubuntu?

I performed the installation of Sublime Text 3 on Ubuntu 17.10. I can open Sublime using the subl command on the terminal. However it does not work open as sudo , using the command nothing happens. But it works by running the sudo subl -h...
asked by 14.01.2018 / 00:39
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
1
answer

How to avoid installing Apache when installing php7.1 on Ubuntu 16.04?

I have the following code that installs php7.1 on Ubuntu 16.04: sudo apt-get install -y software-properties-common sudo add-apt-repository -y ppa:ondrej/php sudo apt-get update sudo apt-get install -y php7.1 #Modules sudo apt-get install -y p...
asked by 21.12.2017 / 23:08