Questions tagged as 'linux'

1
answer

Error connecting to Postgres remotely

I'm having problems connecting to the company database, I'm accessing from home. My other colleagues can access it normally. Both pgAdmin and terminal have been experiencing a problem. Strange that I can access other services li...
asked by 15.05.2015 / 20:45
1
answer

File size in windows and linux [closed]

I am transferring files through the (FILEZILLA FTP Client) of my local machine running XAMPP / Windows8, but when placing the file on the LINUX server the files undergo a variation of size. Ex: c:\xampp\htdocs\app\arquivo.php :: Filesize 3....
asked by 23.04.2015 / 20:41
1
answer

Correction in the presentation of the status bar created with the Airline plugin

I installed the Airline plugin to have a custom status bar on my editor, as seen in the figure below: However,myeditor'sstatusbarisdisplayingthe<,>>and<.HowcanIfixthis?     
asked by 22.05.2015 / 07:05
1
answer

Redirect Rest service with .htaccess

I have a folder in my project called api , and inside it a .htaccess file that should redirect the requests (made via jquery) to the app/controllers/rest/ folder which also has a file .htaccess and a file named en...
asked by 17.03.2015 / 04:13
2
answers

How to make an array sum using shared memory?

I need help to perform a sum of arrays using shared memory. #define LINHAS 3 #define COLUNAS 3 #define PULAR_LINHA printf("\n") int main(int argc, char *argv[]) { int linha, coluna; //indices int pid, id; int matriz1[][COLUNAS] = {...
asked by 01.04.2015 / 03:07
2
answers

Website does not update in real time, cache problem

My website does not update at the same time that I modify a file, it takes a lot of time for the modifications to appear, I've already tried by means of GOALS TAGS, .manifest file, and Pragma in PHP. Unsuccessfully. Just when I add "? v = 2" f...
asked by 13.03.2015 / 23:48
2
answers

Run SQL files inside subdirectories on Linux

I have a repository of SQL files where each represents a stored procedure . These files are inside a directory organized in other subdirectories. Example of my directory structure: stored-procedures ---d1 ------sd1 ---------sp1.sql -------...
asked by 14.11.2014 / 11:38
1
answer

How to use the subclipse in eclipse kepler of ubuntu 14.04 64 bits

I have already made all the settings indicated on the site: link And when I access the Team menu - > SVN displays the following error message: Failed to load JavaHL Library. These are the errors that were encountered: no libsvnjavahl-1...
asked by 05.11.2014 / 13:50
1
answer

Mysql error 1049 how to solve

I had just installed mysql on ubuntu, then rebooted my computer, when I tried to log in mysql gave this error. Can anyone help me? root@wladi-Dell-System-Vostro-3450:/# mysql -r root -p Enter password: ERROR 1049 (42000): Unknown database...
asked by 11.08.2014 / 21:17
1
answer

Accessing the server through linux

I would like with my Java application (netbeans) to access the database that is on the server, but this was complicated because it is through a Linux machine. Could someone explain to me how to do this? The connection class I use is: pub...
asked by 19.05.2014 / 16:40