Questions tagged as 'linux'

0
answers

Question about Nessus?

I have installed the version 1.0.6 of kali in vmware player and I have downloaded the version of 64bits debian nessus . The problem is that when I initialize it I get a link that is https://kali:8834 , but whe...
asked by 09.10.2017 / 10:25
0
answers

Download, Upload and Move FTP Files PowerShell

I'm new with PowerShell and I'm working on a Script that has to download files from different routes on a Linux machine by FTP in other routes of a Windows machine and also move them to another destination within Linux, basically like this:...
asked by 09.10.2017 / 12:36
1
answer

Install Linux from a mounted cdrom - Red Hat 7

I have access through a VPN to a computer which has installed the basics of Linux, it has no visual environment. Try installing KDE and GNOME to incorporate a graphical environment and trying to initiate it, I get an error: Look in a lo...
asked by 23.04.2018 / 14:27
1
answer

Why does this script mark that the service has not been found? [closed]

This is the script that I am using and the only thing that marks is [o: not found #!/bin/bash control=0 while [ $control != "1" ]; do clear service='ps awx | grep 'isc-dhcp-server'|grep -v grep |wc -l' if [$service==0];then estado="OFF...
asked by 23.04.2018 / 21:54
0
answers

Problem with LIVE USB in Kali Linux. File system Read Only

Good morning, I have a USB that I just made booteable with Kali Linux, among the options I wanted to start the system in persistent mode, but it throws me an error that is not compatible with my Nvidia video card, with which I had to start Kali...
asked by 23.08.2017 / 11:33
0
answers

Error: spawn EACCES - Derivados debian - ionic

Hello, such friends have a problem with ionic when running an app created. At the time of typing the command "ionic serve" I vote this result and the truth is strange because I find solutions to the error but nothing compared to mine since it st...
asked by 15.09.2017 / 16:31
1
answer

Problem to build PDF in LaTeX using Linux

I try to make a PDF document through the linux command line. For this I have previously written a file .tex which runs perfectly in TexMaker , to generate the PDF I use the command pdflatex archivo.tex This is the LaTeX code...
asked by 13.04.2017 / 22:21
1
answer

How do I change the ip to which a docker container is linked?

Create a docker container with a database on a computer with the IP (host) 10.1.1.100, the container has a web application, so port 80 of the container is routed to port 80 of the ip. docker run --name contenedor -d -p 10.1.1.100:80:80 somethi...
asked by 08.03.2017 / 19:43
0
answers

Live USB - Kali Linux - Mac (Probind EDD)

I created a live USB according to the installation guide of the Kali Linux documents, I try to start the Live USB from my Macbook Pro 13 mid late 2012 , I keep the option button pressed when I start and the boot menu appears. There are...
asked by 03.01.2017 / 18:12
2
answers

Problem when deploying ASP.Net Project in Centos

Good morning, I want to deploy a solution built on ASPnet, the development was done in WindowsSO / IIS, on a Centos Operating System using NginX Web server. I'm using Centos-6.8, Nginx-1.10 and mono-4.6.1.5. My nginx configuration file is:...
asked by 22.11.2016 / 23:00