Questions tagged as 'ubuntu'

2
answers

Execute Script when starting Ubuntu

I want that when I start Ubuntu 16.04, I automatically run a script, so far I have the following: script.sh: #!/bin/bash mkdir prueba_carpeta and what I have done to run automatically is as follows: I give you permission. sudo c...
asked by 18.07.2017 / 17:03
1
answer

Run crontab using "notify"

I explain the problem a bit above, but basically that's it. I want to add a script in crontab that runs every minute. The script, on the other hand, should show a simple greeting message. He has no more. Chrontab line: * * * * * sh /tmp/not...
asked by 17.05.2016 / 13:04
2
answers

Can I use a SQL Server database in my RAILS 4 project on ubuntu?

I want to develop a website in RAILS 4 but I must necessarily use an existing database of SQL Server, is it possible to use it in ubuntu or do I have to program in Windows?     
asked by 19.06.2016 / 07:54
5
answers

Php files are not running on ubuntu

Hi, I'm working with php mvc without frameworks on ubuntu and apache . When I work with codeigniter everything works fine, but% co_of pure% no. It's weird because I can see the files in the browser at the root o...
asked by 11.06.2016 / 00:48
0
answers

How to automatically resume a nodeJs server in production after restarting the cloud server

I've been looking for the best way to make a cloud server with Ubuntu to restart, or if it has a fall for any reason and then get up again, automatically restart the nodeJs server that I have running in it. To keep node running I do it with F...
asked by 22.12.2018 / 16:02
1
answer

Black screen when running Pygame

Previously to ask this question it is worth noting that I have consulted several sources looking for some answer to my problem. None of them seems to have served. Despite trying to solve my problem on my own, rereading the code, the error still...
asked by 01.02.2016 / 14:07
2
answers

Problem with mysql-server password

I just installed mysql-server in ubuntu and when I wanted to enter it asked for a password, which in the installation did not ask me for any password. I need help with this I have been doing more than 1 day doing things and doing nothing. I than...
asked by 09.07.2018 / 02:33
2
answers

Segmentation fault (core dumped)

I'm working with makefiles, when compiling the following code, the random option works perfectly, but in the option to enter the matrix using the keyboard, this Segmentation fault (core dumped) comes out, could you tell me why this is wro...
asked by 25.05.2016 / 16:17
3
answers

phpMyAdmin does not work on Ubuntu 16.04.1

Install Ubuntu 16.04.1 on a computer and I'm trying to install a local server, and install Apache2, php, MySQL and Phpmyadmin. When you open the browser and enter the address localhost/phpmyadmin you can not find the page. Now l...
asked by 14.10.2016 / 07:04
2
answers

5 asterisks in the CRONTAB file. What does it mean?

My query is about what the following command means in my linux system, I know it is a bash of CONTRAB but I can not understand why it uses five asterisks: * * * * * curl http://mi-ws/obtenerMensaje     
asked by 04.01.2019 / 21:43