Questions tagged as 'linux'

1
answer

HTML5 audio wav 13kbps

They send me audios in .wav format with a bitrate of 13kbps that I need to play on an audio tag. The problem is that browsers, from what I have researched, support wav of 8 or 16 kbps. I've tried jQuery players like jPlayer and nothing .....
asked by 27.01.2017 / 11:37
1
answer

How can I get the ip from my OS (Guest) Windows XP mounted on VMware from Linux by console?

I need a script or it can be a vmware workstation 12 command for an instruction which gives me the IP address of the OS mounted on this virtual machine, which in this case, is Windows XP. My host or host machine is Linux. This I want becau...
asked by 30.11.2016 / 19:41
2
answers

bash syntax error

I have changed the code, now I do not execute the instruction dd #!/bin/bash while true do echo "Bienvenido al instalador de sistemas operativos en pendrive" echo "Indica dónde está la iso a intalar" echo "Si quires salir pulsa la tecla...
asked by 04.10.2016 / 22:26
1
answer

Enter text in a file in a certain column Shell script

I have to modify column 5 of a separate text file with : (colon). For the text that the user enters, I already cut column 5 with cut -f5 -d: , but I do not know how to enter the text in that empty space that remains. The text tha...
asked by 03.11.2016 / 20:20
1
answer

Form to block usb ports and unlock them with key

I wanted to know if there is a way to put an authentication to the usb ports, so if I am going to enter a usb in such port, I have to put a password to recognize it, something like a login (already be console or interface), I have seen several w...
asked by 10.09.2016 / 13:02
1
answer

How to share a folder between host and guesst in virt-manager?

I hope it's okay. First of all I leave an image to see exactly what I mean: As you can see, I'm trying to make the SharedXP folder shared between my host linux and the host system which is an XP. The issue is that I can not get Win...
asked by 03.06.2016 / 06:20
1
answer

Installation bitbucket, jira

As they are ... I have bitbucket installed and it swipes on my server, everything correctly but I can not keep the session of the two at the same time, because if I log in to Jira the Bitbucket session is closed in the same way it happens with w...
asked by 28.10.2016 / 14:33
0
answers

Problem to access the Apache server from a local network, with domain name and SSL

I have an Apache server configured in Ubuntu 16 on a machine with a fixed ip 192.168.1.130. In the default configuration, it is possible to access this server from other machines (of the same network) without problems. As I am working with socke...
asked by 04.12.2018 / 14:23
1
answer

Remote server with reverse tunnel, the busy port is sometimes closed

What happens is that I have two remote servers (serv1 and serv2) what happens is that when I enter the serv1 to then make the entry through the tunnel inverse to the serv2 there are times that the port through which entry is closed or it does no...
asked by 22.11.2018 / 20:33
0
answers

Obtain the absolute path of a file in C [Linux]

I'm currently trying to get the absolute path of a file in C [Linux] but I do not get the expected path, but it skips a folder at least that seems to be the error. main.c int main() { char archivos[MAXARCHIVOS][MAXLONG];...
asked by 04.11.2018 / 16:11