Questions tagged as 'ubuntu'

1
answer

Installing ASP.NET 5 on Linux [closed]

I read some news that it is possible to install ASP.NET 5 on Linux. Would somebody please have some legal tutorial that could assist me in this? I would install on Ubuntu.     
asked by 17.05.2016 / 18:56
1
answer

How can I use Django 1.9.6 within my virtual environment?

I'm trying to use django version 1.9.6 in the virtual environment 'myvenv' I created through the ubuntu terminal, but even after I installed it using the pip3 install django==1.9.6 command, when I use python manage.py runserver I g...
asked by 16.05.2016 / 20:16
1
answer

Error installing mongo-hack on Ubuntu 14.04

When installing the mongo-hack on Ubuntu, the following error is being generated:    npm install -g mongo-hacker   |   [email protected] install   / usr / lib / node_modules / mongo-hacker make install       cat config.js base.js hacks /...
asked by 01.02.2016 / 00:15
1
answer

How to install old versions of PHP below php 5.5?

I've heard that Ubuntu contains packages already available for installation, well, I've confirmed it and it's true, I installed only that it came with php5.5 , I need the php5.2.17 , for installation of my vBulletin , how can I install it?...
asked by 07.05.2015 / 05:28
1
answer

Open project with Localhost - Ubuntu

I searched all day and asked for help from many people, but I did not find what I really wanted. I need a step-by-step tutorial on how to open a project with apache in Ubuntu. Apache2 is installed, mysql is installed and PHP5 is also insta...
asked by 13.07.2015 / 22:52
1
answer

php script without permission on root document

I would like to create a log with page visitor information, but the script is not writable. How to proceed?    PHP Warning: fopen (log.txt): failed to open stream: Permiss \ xc3 \ xa3o   denied in /var/www/html/index.php on line 30    ...
asked by 27.02.2015 / 23:30
1
answer

Create an ALIAS for the ./configure File?

I've cloned the Github repository, and to execute the precise command always type, ./name-directory/vv I imagine this "file" is a Linux CONFIGURE type, correct? I would like to know how I create an ALIAS in Ubuntu so that when I type only...
asked by 02.04.2015 / 18:36
2
answers

Problem with friendly url

I am facing issues with friendly url on my site. My requests loop if I do this: RewriteEngine On Options +FollowSymLinks RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ sessao.php If I do this, I do not fall into the loop, but my...
asked by 04.03.2014 / 00:18
1
answer

My site loads different pages on different Operating Systems

I'm going through a very strange problem. When using Windows (Windows 7), my page loads as expected: @extends + index.php In Linux (Ubuntu 13.10) he is redirecting me to the / user / login route for no reason: @extends + login.php...
asked by 19.02.2014 / 20:25
0
answers

Simulate a mouse click using X11

I'm trying to simulate a mouse click using the X11 library on linux. Using the xev command on the terminal I have the following outputs. For a real click: ButtonPress event, serial 32, synthetic NO, window 0x2c00001, root 0xdb, subw...
asked by 15.01.2018 / 03:51