Questions tagged as 'ubuntu'

1
answer

How do I solve this problem in the creation of a web in python?

I am trying to create a project and following the steps of a tutorial page: link , When I get to step # 4, which is Configure the VirtualHost, it tells me this: jp@JP:~/sitiopy/python-web$ sudo a2ensite python-web ERROR: Site python-web d...
asked by 13.08.2017 / 04:26
2
answers

Error installing php5-pgsql on ubuntu

I have an Ubuntu 14.04.4 LTS server. PHP version: PHP 5.5.9-1ubuntu4.20 (cli) I want to install php5-pgsql, I use the following command: sudo apt-get install php5-pgsql I get the following error    Reading package lists ... Done   Buildi...
asked by 22.03.2017 / 20:00
2
answers

Run script using system variable

I have a simple script in bash : #!/bin/bash echo "Hello world" And he executed it on my console with a simple: user@host: $ sh script.sh Hello World That said, I would like to execute the above ( sh script.sh ) by means o...
asked by 23.11.2016 / 02:28
2
answers

Error compiling C program in ubuntu

#include <sys/stat.h> #include <stdlib.h> #include <stdio.h> #include <pwd.h> #include <grp.h> #include <time.h> #define N_BITS 3 // argc : Cantidad de argumentos (Contando ejectuable); // argv : Array de char*...
asked by 14.10.2016 / 00:01
1
answer

How to limit the bandwidth in ftp account in a ubuntu web server

Hello friends, sorry in my web server linux in ubuntu as I could limit the width to ftp accounts of my clients I was investigating but none of them works for me, how could I limit the upload, because I need this? and speed needed for your accoun...
asked by 09.10.2016 / 01:58
2
answers

Spring STS 3.8.1 runs very slow in Ubuntu 16.04

This week my spring in ubuntu is too slow, to the point that I waste a lot of time cleaning my project, waiting for it to compile and that's where it stays stuck. The project is a mvc project with maven and we manage the versioning with git (wit...
asked by 21.09.2016 / 16:04
1
answer

I can not create the .htaccess file on ubuntu on the local server

I have the permissions to create files in / var / www but in a wordpress template I can not create the .htaccess file to be able to configure the wordpress permanent links. I followed this tutorial: Enable mod_rewrite with the following...
asked by 21.09.2016 / 13:31
1
answer

Problems with autocomplete in SublimeText 3 and Ubuntu

I am using SublimeText 3 on Ubuntu and not "autocomplete" correctly. For example, typing lorem150 and pressing [TAB] should generate a lorem of 150 words but it does not work well. It only generates lorem when I write it without numbers. The sam...
asked by 11.06.2016 / 09:50
2
answers

Problems with Mysql in Ubuntu 16.04

I have installed mysql with the xampp and I have it installed separately, I do not want to work with the mysql of the xampp, as I do to be able to work with the other mysql and not with the xampp, if I'm not wrong I must configure the ports to b...
asked by 11.07.2016 / 23:25
1
answer

oracle 18c on Ubuntu16

I'm trying to install Oracle 18c on Ubuntu Server 16 When it reaches a point in the installation, it throws the error: "Failed to call destination install" There is documentation on how to install Oracle 12c in Ubuntu as: Tutorial in 12c Bu...
asked by 31.10.2018 / 18:48