Questions tagged as 'ubuntu'

1
answer

Developing in C # and .Net on Linux Ubuntu?

Recently I had to migrate from Windows to Linux, because my working notebook burned and I'm using an old one with Intel Atom and only 2GB of RAM, I was unsure of using Windows because it was a very weak device. I have to work with C # and .Ne...
asked by 01.08.2016 / 03:45
1
answer

Clone private repository passing password as parameter

I have a script on my production server that automates the whole process of checking for new commits, generating the build and posting the new changes. It works perfectly with open repositories, by running the code: git clone -b meu-branch...
asked by 17.02.2016 / 03:45
2
answers

Weird redirect

Even without .htaccess and without the apache rewriter module active if I call mydomain.com / page it will search first page.html if it does not find it it will go to page.php. How do I disable this "redirect" because it is giving trouble in...
asked by 04.03.2014 / 01:10
1
answer

Error compiling php 5.3.28 using php-build

I'm trying to install PHP 5.3.28 using ' php-build in Linux Mint 16 (Ubuntu) more it does not compile. I am using the following command:    php-build -i development 5.3.28 ~ / local / php / 5.3.28 After solving a number of package err...
asked by 16.01.2014 / 17:15
1
answer

How to use acute accent inside a string in a bash script?

I use the script below to download audios from google translator for use in a personal program that tracks codes and quantities from my stock. The problem is that the acute "oh" accent of the word code is bringing a faulty audio, as if it were e...
asked by 31.03.2015 / 13:50
1
answer

problems with accents when running php

Good morning guys, I'm having trouble executing the code php in browser , in any browser, it does not recognize the accent. It was necessary to use the following line of code so that the accent was recognized: header('Content-Typ...
asked by 14.01.2016 / 13:30
3
answers

How to call a new terminal from a shell script?

I would like to know how to call a new terminal / xterm from within a command in the shell script, so that the shell script that called the other script continues running non-stop. Does anyone have any suggestions?     
asked by 16.01.2015 / 18:30
1
answer

find_package failed to generate project (in Qt) with CMake

I'm trying to generate the build configuration from a simple example in Qt using CMake. The example code is this: #include <QApplication> #include <QTextEdit> int main(int argc, char** argv) { QApplication app(argc, argv);...
asked by 24.02.2016 / 15:28
3
answers

Why is Vagrant not synchronizing folders?

I'm using: Windows 8 64 bits Vagrant 1.7.2 Virtual box 4.3.28 GitBash 1.9.4 para conexão SSH Box Ubuntu 14.04.02 Trusty 32 bits Box Ubuntu 14.04.02 Trusty 64 bits I'm developing with Ruby on Rails, but I can not edit the generated files...
asked by 13.05.2015 / 21:56
4
answers

Jenkins can not authenticate via SSH in Git

Upload a Jenkins to a VM Ubuntu Server 13 and I'm trying to create a job to be able to clone a repository via SSH. Already configured credentials and via command line works perfectly. Have you missed any steps or settings? WORKAROUND...
asked by 20.02.2014 / 16:30