Questions tagged as 'debian-9'

1
answer

Problem installing Dot Net Core on Debian 9

I followed the official Microsoft documentation to install Dot Net Core on the server , says execute the following commands: wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.asc.gpg sudo mv microsoft...
asked by 13.11.2018 / 06:41
1
answer

Resize / var directory on Linux without Gparted

The resizing of the / var directory was achieved with the Gparted live CD due to the urgency I had in executing the process, however, while waiting for the Gparted .iso it occurred to me to try to resize the partition "live". To complete this ta...
asked by 23.05.2018 / 02:33
1
answer

Debian 9 - Allow specific IP to connect to MongoDB

I have tried to solve the problem with IPTables, but the truth is not very clear to me. . iptables -A INPUT -s 192.168.1.120 -p tcp --destination-port 27017 -m state --state NEW,ESTABLISHED -j ACCEPT iptables -A OUTPUT -d 192.168.1.120 -p tcp...
asked by 05.10.2017 / 17:35
1
answer

Debian - Run mongodb when booting

I have a problem with Debian 9, I can not find a way (Google) to make mongodb run as soon as I load the operating system. I have installed Debian 9 without a graphical environment. I've tried: systemctl enable mongod.service And it doe...
asked by 03.10.2017 / 18:40
0
answers

ISPconfig3 and Ec2 issues on AWS

I am setting up an infrastructure in AWS in which I am using the ISPconfig panel to be able to more easily manage each instance: Last Thursday I hired an instance t2.micro I installed the complete server together with the ISPconfig3.1.13 pane...
asked by 22.11.2018 / 10:40
0
answers

How can I create a Virtual Host in debian?

Good morning everyone and thanks in advance What I'm looking for is to create a Virtual host for when they put this:   link when I enter here I get the root of the s I redirected to this:   link     
asked by 16.10.2018 / 05:07
0
answers

Error 500 on Debian 9

Good morning, I have this failure with which I woke up today, I comment that two days ago I did not have any kind of problems, comment that I'm using prepros , php , < strong> jquery , mysql , in debian 9 , and restart the services of these,...
asked by 17.07.2018 / 21:40
0
answers

Install OpenVPN in debian stretch

I am trying to install OpenVPN on debian 9, but I run into an error as soon as I start generating the CA. I do the following :: # make-cadir ~/ca # cd ~/ca # ln -s openssl-1.0.0.cnf openssl.cnf # vim vars # Y modifico las variables pertinente...
asked by 05.06.2018 / 19:15
0
answers

Debian 9, Nginx, SSL, PHPwebsocket Problem

I have mounted a server with debian 9, nginx and SSL certificates let's encrypt. To this server I have migrated a project that had websocket assets and everything works except the websocket that fails to perform the handshake. With the following...
asked by 06.06.2018 / 18:40
0
answers

How to import the PyQt5 module in SublimeText?

I am using debian 9, install the PyQt5 from pip3 but when executing from SublimeText 3, for example, the following import PyQt5 print("\t _> Ejecucion Correcta") gives by mistake    Traceback (most recent call last):     File...
asked by 29.03.2018 / 01:41