[Trisquel-users] Re : How can one capture the "Failed to resolve" output to console during an nMap scan ?

2019-06-16 Thread lcerf
It is easy to get the two additional columns you asked for. With two additional loops: $ tr -sc 0-9\\n ' ' < hostname_list | awk '{ k = 0; for (i = 0; k < 4 && ++i i; --k) printf $k "."; printf $k "\t"; while (++k

Re: [Trisquel-users] How can one capture the "Failed to resolve" output to console during an nMap scan ?

2019-06-16 Thread amenex
Magic Banana lamented: >The third column of "output-2-column-file.txt" cannot be computed from the input alone, as far as I understand. If it were mine to do as well as you can ... I'd reverse the octet order in the third column, look them both up with nMap or nslookup, and compare to the

[Trisquel-users] Re : How can one capture the "Failed to resolve" output to console during an nMap scan ?

2019-06-16 Thread lcerf
The third column of "output-2-column-file.txt" cannot be computed from the input alone, as far as I understand. Is the script you want supposed to take the list of hostnames (the first column of beginning-5-col-file.txt) and compute what you call "literal IPv4"? If so, why is

Re: [Trisquel-users] Plymouth Themes : Trisquel-Logo missing

2019-06-16 Thread thierry-renaux
It has been impossible to install plymouth-theme-trisquel-logo, I have probably broken something deeper in the system. Nevertheless, after a new fresh installation : - Ubuntu 16 LTS - Trisquelize script - $ sudo apt-get -o Dpkg::Options::="--force-overwrite" install firmware-linux-free

Re: [Trisquel-users] Trisquel 8 giving an error "packages could not be authenticated"

2019-06-16 Thread gnuser
I don't know, this was made by Synaptic. I have been receiving regular updates, only thing I did was adding the Tor part. I run those commands, and got this: $ sudo apt-get clean $ sudo apt-get update Get:1 tor+http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu xenial InRelease Get:3

Re: [Trisquel-users] Trisquel 8 giving an error "packages could not be authenticated"

2019-06-16 Thread mason
> Hash Sum mismatch From [1], try $ apt-get clean $ rm -rf /var/lib/apt/lists/* $ apt-get clean $ apt-get update > # Uncomment this lines to enable the backports optional repository > # deb http://us.archive.trisquel.info/trisquel/ flidas-backports main > # deb-src

Re: [Trisquel-users] Trisquel 8 giving an error "packages could not be authenticated"

2019-06-16 Thread mason
> From [1], try [1] https://stackoverflow.com/questions/15505775/debian-apt-packages-hash-sum-mismatch signature.asc Description: PGP signature

Re: [Trisquel-users] Trisquel 8 giving an error "packages could not be authenticated"

2019-06-16 Thread gnuser
sudo apt update Get:1 tor+http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu xenial InRelease Err:3 tor+http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu xenial/main amd64 Packages Hash Sum mismatch Err:4 tor+https://archive.trisquel.info/trisquel flidas/main Sources Hash Sum

Re: [Trisquel-users] How can one capture the "Failed to resolve" output to console during an nMap scan ?

2019-06-16 Thread amenex
Magic Banana woke me up with: "Input excerpt and expected output..." OK. The beginning-5-col-file shows all five tab-separated fields. The output-2-column-file actually has an added third column listing the proper IPv4 addresses that resolve to the hostnames in the first column. You will see

Re: [Trisquel-users] Best choice for video card

2019-06-16 Thread xliang9550
I don't see much freedom issue with SeaBIOS, licensed under GNU LGPL v3.

Re: [Trisquel-users] Trisquel 8 giving an error "packages could not be authenticated"

2019-06-16 Thread mason
> I tried running > > sudo apt update > > and noticed that even some PPAs failed to authenticate (something to do > with the Hash Verification). Can you post the output of $ sudo apt update and the output of $ ls /etc/apt/sources.list.d/ and the contents of /etc/apt/sources.list ?

Re: [Trisquel-users] Trisquel 8 giving an error "packages could not be authenticated"

2019-06-16 Thread gnuser
I tried running sudo apt update and noticed that even some PPAs failed to authenticate (something to do with the Hash Verification). Maybe this means that it's not related to Trisquel server, but instead something on my part. I just don't know what it could be.

Re: [Trisquel-users] Trisquel 8 giving an error "packages could not be authenticated"

2019-06-16 Thread gnuser
Any help please? Thanks.

Re: [Trisquel-users] Best choice for video card

2019-06-16 Thread forum3434
Sorry are you running pure-libreboot? , no seabios.

[Trisquel-users] Re : How can one capture the "Failed to resolve" output to console during an nMap scan ?

2019-06-16 Thread lcerf
Input excerpt and expected output...