Questions tagged as 'linux'

1
answer

What is raw () in ncurses.h?

Recently I'm trying to learn more about the ncurses library and I came across some codes that use raw(); When I took it to test what happened, it did not change anything, the code compiled and worked perfectly. So why does raw () exist? Wha...
asked by 10.05.2018 / 23:19
1
answer

Root mysql user without permission

I'm having a problem changing user permissions in mysql with the root user, in Debian. I can usually access the terminal: $ mysql -u root -p So he asks me the root password, I put the password and normal access. However, when I try to ex...
asked by 20.08.2014 / 15:58
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

Close console window in C

I need to create the old woman's game. I want to know how to close the black little window that appears without needing to click any key, for example: When you run the program it appears:    1 to play       0 to exit If the user types 0,...
asked by 15.06.2016 / 23:36
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
1
answer

openWebmail error when sending email to a person

I have installed Open WebMail, I have several more accounts in some accounts as soon as an email is sent to them, returns the error below, plus they receive the message, someone has already seen and or imagine what it can be? / p> De: Mail Del...
asked by 26.10.2016 / 14:43
2
answers

Android Studio - No accent appears

Hello, I have a very strange error in Android Studio, suddenly it stopped accepting the accentuations in the string and comments, when I try to type for example "a" it only shows "a". I've tried everything in File Encoding and nothing. can anybod...
asked by 12.01.2017 / 15:06
2
answers

Delete character in a certain position?

How do I delete a particular character in a particular position in the shell? I've tried with sed , but I can not put the position too, just the default. ",45123","B23142DHAS675" What I wanted was to delete the , that is in...
asked by 30.04.2014 / 21:24
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

Error [Forbidden] when submitting event in google calendar, API googleCL

For those who do not know, googleCl (Command line tools for the Google Data APIs) follows the link I use only the command that sends an event to my google calendar. I now have an error message, where previously it ran normal,  simply s...
asked by 14.04.2015 / 22:58