Questions tagged as 'ubuntu'

0
answers

sftp permits 775 and 664

I have configured a virtual host with the following commands: sudo chown -R $USER:$USER /var/www/miweb.com sudo find /var/www/miweb.com -type f -exec chmod 644 {} \; sudo find /var/www/miweb.com -type d -exec chmod 755 {} \; It worked perfe...
asked by 29.09.2017 / 08:55
1
answer

Makefile does not find .hpp

I have 2 folders in my project, 1 called Builds containing the Makefile and a test program (test-P0-console.cpp) and another called P0 with the date and string classes (date.hpp / cpp and string. hpp / cpp). The test-P0-console.cpp file includes...
asked by 17.03.2017 / 18:20
1
answer

Link shared folder in Ubuntu with VirtualBox

I have Ubuntu installed, through VirtualBox. I have created a folder path in VirtualBox to have a shared folder, and I have also created a folder through the terminal in Ubuntu. The problem comes when I try to link them to the order: sudo m...
asked by 30.09.2016 / 11:27
1
answer

Oracle + Oci8 + php5.6 + ubuntu 16.04

I have installed ubuntu 16.04, with PHP5.6 . I downloaded a version of Oracle instantclient (sdk and basics) Oracle 12.1.0.1.0 , I unzipped it over /opt/oracle/instantclient. Then I exported the variable as the home of oracle...
asked by 10.06.2016 / 09:44
3
answers

Problem Ruby on rails with missing dependencies

I'm starting to work with Ruby on rails on ubuntu 14.04. When doing $ bundle install I get the following error: An error occurred while installing sqlite3 (1.3.11), and Bundler cannot continue. Make sure that 'gem install sqlite3 -v '1.3.11...
asked by 03.04.2016 / 02:51
1
answer

Prevent delete or move file / directory but if you can create, edit ... etc a user in Ubuntu (linux ???)

I am new to the forum and to Ubuntu and I wanted to ask you if there is a possibility to prevent a specific user from deleting or moving a file / directory but if you can create, edit files / directories. In other words, we want to enable full w...
asked by 02.04.2018 / 17:52
2
answers

How to configure apache with various virtualhost (nginx as a proxy server)?

Good, I have installed an ubuntu environment with local apache to use Apache as a reverse proxy of NGINX. The idea is to serve the nginx requests on port 80 and run apache on port 8080, so far it works for me. My structure where I have the...
asked by 14.11.2017 / 15:31
2
answers

Problem creating user

I'm trying to create a user using this grant command: GRANT ALL ON usuario.* to usuario@localhost IDENTIFIED BY 'contrasena'; The problem is that it does not recognize the end of the quotes, so it recognizes that it has not finished executi...
asked by 14.04.2018 / 14:52
2
answers

How to change the name (user shown on the left) that is displayed in the linux terminal?

I want to change the user that is shown in the linux terminal. Try with this command sudo usermod -c "Nuevo-Nombre-Usuario" nombredeusuario But he does not do it, he always keeps showing me the same user in the terminal.     
asked by 26.08.2017 / 19:46
3
answers

Slow VirtualBox with Linux [closed]

I have Linux installed in VirtualBox in the Windows 10 computer. It is a question of when I use VirtualBox that I am going to turtle. I do not know if it's why I'm using VirtualBox or I have it misconfigured     
asked by 25.05.2017 / 04:37