Questions tagged as 'ubuntu'

1
answer

Create service that runs npm start

Hello friends of the community. I have a project made node.js in react and express and I want to deploy it in a virtual machine with ubuntu 16.04 creating a service that runs npm start . On my pc I run the project with npm start which i...
asked by 08.11.2018 / 01:38
1
answer

all denied permissions on ubuntu 18.04

by mistake I wrote chomd -R ugo-rwx /, how do I solve it? Now I can not see or modify any folder. I can not do anything at all.     
asked by 02.09.2018 / 01:42
2
answers

Recommendations for Windows 10 partition table and Mint Sylvia linux?

Even if I'm not a fan of windows, because of university issues I must use it, I would like to know if any of you could recommend a partition table to share the two operating systems, in my case it is a 1TB disk. I have found solutions like the o...
asked by 17.08.2018 / 18:34
1
answer

How can I install donet in elementary os (GNU / Linux)?

How can I install .Net Core in elementary os (GNU / Linux)? I tried the same way as ubuntu 16.04 since it is mounted on this system but when I write in the terminal (after testing the lines of the micrasoft page):    sudo apt install dotnet-s...
asked by 18.09.2018 / 00:23
1
answer

Redirect Virtual Host Apache

I have two virtual hosts in my apache, example: vhost.com vhost.mx When the user enters vhost.com he has to direct me to vhost.mx from the index.php of vhost.com <?php header("Location: vhost.mx"); ?> when the index.php of vhost....
asked by 11.04.2018 / 23:12
1
answer

Error in homestead with SQL Server driver when saving laravel session (DB-Library (as ISQL) or ODBC version 3.7)

I am saving my Session in the database using laravel with SQL Server in homestead (Ubuntu) and at the moment of entering the system it shows me this error:    SQLSTATE [HY000]: General error: 4004 Unicode data in a Unicode-only   collation or...
asked by 20.03.2018 / 17:37
1
answer

poblema adding repository in ubuntu [closed]

I try to add a repository on my ubuntu 16.04 and I get this error message.    jaime @ jaime-HP: ~ $ sudo add-apt-repository ppa: nilarimogard / webupd8   Traceback (most recent call last): File   "/ usr / bin / add-apt-repository", line 95, i...
asked by 22.02.2018 / 21:46
2
answers

How can I install DEV C ++ in Linux, step by step?

I'm trying to install Dev C ++ on ubuntu but I have not found a way to do it, the instructions thrown by several blogs or forums are wrong.     
asked by 15.02.2018 / 22:13
1
answer

Use Pascal in GNU Emacs 25 (GUI) - Ubuntu [closed]

I have GNU Emacs installed in Ubuntu 17.10, and I would like to know if I can use it to work with Pascal, since the famous "blue background" is very uncomfortable for me to work with.     
asked by 12.02.2018 / 18:49
1
answer

Error 1064 (42000) syntax sql error

I have the following line of code in a bash script. echo password | sudo -S su -l otrouser -c 'mysql -e "GRANT ALL ON wordpress.* to 'usuario'@'localhost' IDENTIFIED BY 'userpass';"' I want to execute the mysql statement as another...
asked by 06.02.2018 / 16:54