Questions tagged as 'linux'

1
answer

Access to local web server with linux

I have created a web server with apache, php5, etc in a Raspberry 3. I have 2 virtualhost, one hosted on a pendrive with name "servername" pruebas.com Otri with name "pruba1" is hosted in a root html folder / var / www / html / prueba1 the ra...
asked by 29.10.2016 / 23:41
1
answer

How can I execute this code that is in a .sh

I would like to apply to a .xml file what comes within this .sh #!/bin/bash perl -p -i -e "s[- <][- <]g" $1 perl -p -i -e "s[> ][> - ]g" $1 perl -p -i -e "s[,][]g" $1 perl -p -i -e "s[<Concepto></Concept...
asked by 31.10.2016 / 20:59
1
answer

Passing variables from PHP to JS works in Windows but not in Linux

Good afternoon! I have a web application using Php on the server side, and JS on the client. The JS application sends a request to the php via ajax, the php raises an .ini and returns that value. This in Windows is working perfectly. The problem...
asked by 09.11.2016 / 20:32
1
answer

Upload busybox to router ftp

I am doing a test on my router at home, I would like to know if it is possible to upload the busybox to the ftp server or telnet that has the gateway to use the linux options. I have searched the web for documentation but I can not find anything...
asked by 10.08.2016 / 17:48
1
answer

Block user information by prestashop

Good afternoon. I found browsing the internet, if I want to change the fields of my user information block, I must edit the file nav.tpl within prestashop>themes>nombre_tema>modules>blockuserinfo>nav.tpl there (I ass...
asked by 03.03.2016 / 20:17
1
answer

Change code from windows to linux

How can I modify this code to linux? I need an alternative to #include<windows.h> to make this code: GetCursorPos(&cursor); x = cursor.x; y = cursor.y; Sleep(2000) SetCursorPos(x, y); mouse_event(MOUSEEVENTF_LEFTDOWN, x, y,...
asked by 21.07.2018 / 12:16
1
answer

Update OpenSSL CentOS server

I have a test server with CentOS 6.7 and the version of OpenSSL 1.0.1e-fips. Update the OpenSSL to version 1.0.2g but in the headers that come back I still keep checking the previous version, these are the commands that I run. # cd openssl-...
asked by 13.05.2016 / 22:55
1
answer

Reference to main without defining

When trying to compile the following code by command line, it returns the following error:    "/ usr / lib / gcc / x86_64-linux-gnu / 5 /../../../ x86_64-linux-gnu / crt1.o: In the function _start ': (.text + 0x20) : reference to main 'undefi...
asked by 21.10.2017 / 20:36
1
answer

Language error when installing Android Studio on Linux Mint 18.3

I am trying to install android Studio on Linux Mint 18.3 but it throws me the words as rectangles. Can someone help me please?     
asked by 21.12.2017 / 01:23
1
answer

Download with wget a folder of an ftp that is accessed through the web that contains subfolders

I'm trying to download some subfolders containing widgets with wget and I just download an index.html, I leave what I am doing, explanation:    download server link Inside updates there are 2 folders and a file that the names change dai...
asked by 13.10.2018 / 16:18