Questions tagged as 'ubuntu'

1
answer

Users git Ubuntu Server

I have mounted an ubuntu server, I have created ss users, and everyone can clone the repositories. However, only the administrator user can commit. I have created more admin users and even then I have not managed to commit with another account,...
asked by 17.08.2017 / 01:52
1
answer

Run at the beginning a script developed with nodejs in ubuntu server 16?

Hi, I have a backend in amazon aws. Developed with nodejs, and it is necessary to execute that script in what the system starts. How could I do that?     
asked by 27.01.2017 / 20:14
1
answer

Violation of segment with assembler x86-64

In this assembler program, it happens that when doing the commands to create the file .lst and .o I do not have any problem, only when loading the program with ./programa I get the message    segment violation ('core gene...
asked by 25.09.2016 / 04:05
1
answer

Error installing Pillow on ubuntu 15.10 32 bits

The error that throws me is the following: $ pip install pillow Failed building wheel for pillow ... error: command 'i686-linux-gnu-gcc' failed with exit status 1 ...     
asked by 13.04.2016 / 09:16
1
answer

Collect value from Gtk Dialog with Python

You see, I'm doing an indicator for Ubuntu and I wanted to implement a Preferences window. Since I have no idea about Python, after a lot of effort and a lot of reading of documentation I have managed to create a small window such that:...
asked by 20.05.2016 / 12:12
0
answers

Is there an iOS emulator for Ubuntu 16.04?

I am starting to develop applications in React Native , I have ubuntu 16.04 LTS , and I have the problem that I can not install Xcode since I do not have a mac , use GenyMotion to emulate the system android...
asked by 29.10.2018 / 16:23
1
answer

What do these commands do? I do not understand them very well

I have some commands that I basically do not understand quite well and I would like someone with knowledge of OS linux to help me. find -name "*mp3*" -exec mv {} $HOME \ I know that I find it doing a search in all the directories where the...
asked by 16.04.2018 / 00:03
0
answers

Is it possible to configure Apache to deploy ssl and not ssl sites?

The question I have is how to configure an Apache server to deploy several sites, some with ssl certificate and others without ssl certificate. Let's say I have the following sites: dominio1.com, dominio2.com and dominio3.com. The situation w...
asked by 16.03.2018 / 17:45
1
answer

How to configure Virtual Host on Ubuntu VPS Server, Laravel + AngularJS?

Currently I have a project where I separate the part of the backend and frontend, for the backend I use laravel and for the front I use AngularJS, this separated into two folders api (laravel) api_front (angularjs), both inside the folder proje...
asked by 18.03.2018 / 07:27
0
answers

How to install Laravel 5.5 on Cloud9?

Installing Laravel 5.5 on Cloud 9 Procedure to create a workspace in Cloud9 with laravel 5.5 1. Create Workspace in cloud 9 1.1 1.2 1.3 2. Update version of php 5 to 7.1 2.1 we check the current version of...
asked by 06.05.2018 / 04:49