Questions tagged as 'linux'

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
1
answer

How to copy SQLITE bank from internal memory to SD card Linux command

Good morning everyone, One day I was able to find the database of an android application that I'm doing in internal memory via Linux commands, the application is in Delphi XE but the storage location is the same as an application developed in Ec...
asked by 22.09.2014 / 14:24
1
answer

Access denied edit files via SFTP on Ubuntu after upload via Wordpress

I have an Ubuntu VPS (LAMP) and I manage the PHP files from the www folder via SFTP. I use Wordpress on my server, with it I upload folders and files and also delete them. Via Wordpress when I do a new upload of a folder or file and later t...
asked by 28.11.2014 / 15:46
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

How to import MySQL dumps into UTF-8?

I'm trying to import a dump from MySQL (UTF-8), generated in Windows by Navicat, on a CentOS 6.5 server with MySQL 5.5 . The problem generated with this is ... when executing the following command: mysql -uroot -p database < dump.sq...
asked by 30.01.2014 / 20:17
1
answer

Computer clock

Is it possible to calculate the difference between two separate time registers for less than one second using the computer's clock? For example, between 12h00m00s000ms and 12h00m00s050ms.     
asked by 10.10.2014 / 03:47
1
answer

How to call the sendEmail program from Linux from within Oracle

I know that Oracle has a package for this ( UTL_SMTP ), however I would like to use the Linux < strong> sendmail . Does anyone have any code examples or do you know where the Oracle documentation is on this?     
asked by 28.05.2014 / 21:07
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

Permissions for some commands and not for others

Good morning everyone. Maybe this is a basic question but I have a question on Linux that I could not find by searching on Google. I have a Linux machine running a nginx and with two users: milestones and alex. What I want is that frame...
asked by 29.05.2018 / 14:46
0
answers

Protocol NBR 14522

I am developing software for communication with meter via serial port, and I am able to send the commands via serial, it follows the codes: int serial_open(const char *device, int baud) { struct termios tio; int fd = open(device, O_...
asked by 22.10.2018 / 13:05