Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.advocacy > #352918

Re: done

From owl <owl@rooftop.invalid>
Newsgroups comp.os.linux.advocacy
Subject Re: done
Date 2016-04-30 17:23 +0000
Organization O.W.L.
Message-ID <fhjf02.fa4r@rooftop.invalid> (permalink)
References (9 earlier) <ghjdie993.ga@rooftop.invalid> <20160430172045.126c1a77@maxa-pc> <fhjgd903.a300@rooftop.invalid> <20160430181126.66d40921@maxa-pc> <fhjid903.a4@rooftop.invalid>

Show all headers | View raw


owl <owl@rooftop.invalid> wrote:
> Melzzzzz <mel@zzzzz.com> wrote:
>> On Sat, 30 Apr 2016 15:40:00 +0000 (UTC)
>> owl <owl@rooftop.invalid> wrote:
>> 
>>> Melzzzzz <mel@zzzzz.com> wrote:
>>> > On Sat, 30 Apr 2016 14:35:08 +0000 (UTC)
>>> > owl <owl@rooftop.invalid> wrote:
>>> >   
>>> >> Sandman <mr@sandman.net> wrote:  
>>> >> > In article <sdfhjv03.ar3@rooftop.invalid>, owl wrote:
>>> >> >     
>>> >> >> > > Melzzzzz:
>>> >> >> > > 109.72.51.248 , this is my ip address posting from
>>> >> >> > > eternal.    
>>> >> >> > 
>>> >> >> > owl:
>>> >> >> > Cool.  It matches with my first code.    
>>> >> >>     
>>> >> >> > anon@lowtide:~$ echo 109.72.51.248 |md5sum
>>> >> >> > fd81dcdbef0d516b4ec84ec977a7b6d0  -
>>> >> >> > anon@lowtide:~$ echo -n 109.72.51.248 |md5sum
>>> >> >> > c5fd5ec5996a00946001a1952cc5e09b  -
>>> >> >> > anon@lowtide:~$ cd code/md5
>>> >> >> > anon@lowtide:~/code/md5$ ./md5ip 109.72.51.248 109.72.51.248
>>> >> >> > 109.72.51.248  c5fd5ec5996a00946001a1952cc5e09b
>>> >> >> > anon@lowtide:~/code/md5$    
>>> >> >>     
>>> >> >> > I don't know why the other eternal hash didn't match.
>>> >> >> > I'll see if grep finds yours in out128.  Back in a few...    
>>> >> >> 
>>> >> >> anon@lowtide:/media/anon/5331134e-f853-4f49-876b-863d26af6261/ips$
>>> >> >> time LANG=C grep -m 1 -F c5fd5ec5996a00946001a1952cc5e09b out128
>>> >> >> 109.72.51.248 c5fd5ec5996a00946001a1952cc5e09b    
>>> >> >     
>>> >> >> real 3m24.053s user 0m10.160s sys 0m8.512s
>>> >> >> anon@lowtide:/media/anon/5331134e-f853-4f49-876b-863d26af6261/ips$    
>>> >> >     
>>> >> >> Excellent.  It found it.
>>> >> >> Thank, Melzzzzz.    
>>> >> > 
>>> >> > I got you beat:
>>> >> >     
>>> >> > Applications/Shell> time ./ipdecode.sh  
>>> >> > c5fd5ec5996a00946001a1952cc5e09b
>>> >> > c5fd5ec5996a00946001a1952cc5e09b:109.72.51.248 
>>> >> > real    0m51.322s
>>> >> > user    13m11.226s
>>> >> > sys     0m2.687s
>>> >> >     
>>> >> 
>>> >> That's impressive.  Can you do these?
>>> >> 
>>> >> 73bc0032541f55c8e8b7366f126961f0  
>>> > 10.0.128.33  
>>> 
>>> Did you use the collision algorithm you spoke of earlier?
>> 
>> No. I just hash all ip values. Time needed to hash all of them is 26
>> minutes on my comp.
>> 
> Yeah. I realized that and modified my code.
> anon@lowtide:~/code/md5$ time ./checkip 0.0.0.0 255.255.255.255 73bc0032541f55c8e8b7366f126961f0 >/dev/null
> 
> matched.
> 73bc0032541f55c8e8b7366f126961f0
> 10.0.128.33
> 
> real    1m54.965s
> user    1m54.760s
> sys     0m0.164s
> anon@lowtide:~/code/md5$ 
> 
> I'll set this in parallel and test a random one.
> Will be nice to free up that 200GB.  :)
> 

Yay.
anon@lowtide:~/code/md5$ echo -n 132.37.105.4 |md5sum
171b0339925a83f7d4daffaf580abfa9  -
anon@lowtide:~/code/md5$ time ./docheckip.sh 171b0339925a83f7d4daffaf580abfa9 2>/dev/null

matched.
171b0339925a83f7d4daffaf580abfa9
132.37.105.4

real	1m24.074s
user	10m58.648s
sys	0m1.508s
anon@lowtide:~/code/md5$

That's with breaking along the same 8 boundaries as before for parallelizing.
I might explore narrowing and removal of ranges and see if it gets better.

Back to comp.os.linux.advocacy | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

done owl <owl@rooftop.invalid> - 2016-04-29 22:13 +0000
  Re: done John Gohde <john.h.gohde@gmail.com> - 2016-04-29 15:43 -0700
  Re: done DFS <nospam@dfs.com> - 2016-04-29 19:26 -0400
    Re: done owl <owl@rooftop.invalid> - 2016-04-30 03:50 +0000
      Re: done Melzzzzz <mel@zzzzz.com> - 2016-04-30 05:51 +0200
        Re: done owl <owl@rooftop.invalid> - 2016-04-30 03:55 +0000
          Re: done Melzzzzz <mel@zzzzz.com> - 2016-04-30 05:57 +0200
            Re: done owl <owl@rooftop.invalid> - 2016-04-30 04:04 +0000
              Re: done owl <owl@rooftop.invalid> - 2016-04-30 04:07 +0000
                Re: done Melzzzzz <mel@zzzzz.com> - 2016-04-30 06:08 +0200
                Re: done owl <owl@rooftop.invalid> - 2016-04-30 14:35 +0000
                Re: done Melzzzzz <mel@zzzzz.com> - 2016-04-30 17:20 +0200
                Re: done owl <owl@rooftop.invalid> - 2016-04-30 15:40 +0000
                Re: done Melzzzzz <mel@zzzzz.com> - 2016-04-30 18:11 +0200
                Re: done owl <owl@rooftop.invalid> - 2016-04-30 16:17 +0000
                Re: done owl <owl@rooftop.invalid> - 2016-04-30 17:23 +0000
                Re: done Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-05-01 00:56 +0200
                Re: done Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-05-01 01:30 +0200
                Re: done owl <owl@rooftop.invalid> - 2016-04-30 23:11 +0000
                Re: done Sandman <mr@sandman.net> - 2016-05-01 08:38 +0000
                Re: done owl <owl@rooftop.invalid> - 2016-05-01 15:58 +0000
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 11:59 -0700
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 12:00 -0700
                Re: done owl <owl@rooftop.invalid> - 2016-05-01 19:48 +0000
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 13:02 -0700
                Re: done Melzzzzz <mel@zzzzz.com> - 2016-05-01 22:04 +0200
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 13:41 -0700
                Re: done Steve Carroll <fretwizzer@gmail.com> - 2016-05-01 13:47 -0700
                Re: done Melzzzzz <mel@zzzzz.com> - 2016-05-02 02:21 +0200
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 18:34 -0700
                Re: done chrisv <chrisv@nospam.invalid> - 2016-05-02 08:27 -0500
                Re: done Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-05-02 15:54 +0200
                Re: done Steve Carroll <fretwizzer@gmail.com> - 2016-05-01 13:15 -0700
                Re: done owl <owl@rooftop.invalid> - 2016-05-01 20:16 +0000
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 13:38 -0700
                Re: done owl <owl@rooftop.invalid> - 2016-05-01 20:55 +0000
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 14:17 -0700
                Re: done owl <owl@rooftop.invalid> - 2016-05-01 21:35 +0000
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 14:47 -0700
                Re: done Marek Novotny <marek.novotny@marspolar.com> - 2016-05-01 14:56 -0700
                Re: done meat <meat.stretcher@linuxmail.org> - 2016-05-01 22:37 +0000
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 15:59 -0700
                Re: done owl <owl@rooftop.invalid> - 2016-05-01 23:10 +0000
                Re: done meat <meat.stretcher@linuxmail.org> - 2016-05-01 23:09 +0000
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 17:11 -0700
                Re: done owl <owl@rooftop.invalid> - 2016-05-02 00:27 +0000
                Re: done meat <meat.stretcher@linuxmail.org> - 2016-05-02 00:31 +0000
                Re: done owl <owl@rooftop.invalid> - 2016-05-02 00:52 +0000
                Re: done meat <meat.stretcher@linuxmail.org> - 2016-05-02 01:04 +0000
                Re: done owl <owl@rooftop.invalid> - 2016-05-02 01:47 +0000
                Re: done meat <meat.stretcher@linuxmail.org> - 2016-05-02 01:51 +0000
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 18:44 -0700
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 18:41 -0700
                Re: done Steve Carroll <fretwizzer@gmail.com> - 2016-05-01 19:43 -0700
                Re: done meat <meat.stretcher@linuxmail.org> - 2016-05-02 03:36 +0000
                Re: done Steve Carroll <fretwizzer@gmail.com> - 2016-05-01 21:14 -0700
                Re: done Steve Carroll <fretwizzer@gmail.com> - 2016-05-01 21:43 -0700
                Re: done Steve Carroll <fretwizzen@gmail.com> - 2016-05-01 22:25 -0700
                Re: done Steve Carroll <fretwizzen@gmail.com> - 2016-05-01 22:27 -0700
                Re: done ronb <ronb02NOSPAM@gmail.com> - 2016-05-02 17:45 +0000
                Re: done Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-05-02 20:16 +0200
                Re: done Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-05-02 20:46 +0200
                Re: done Steve Carroll <fretwizzer@gmail.com> - 2016-05-02 12:43 -0700
                Re: done meat <meat.stretcher@linuxmail.org> - 2016-05-02 20:55 +0000
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 18:32 -0700
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 18:38 -0700
                Re: done owl <owl@rooftop.invalid> - 2016-05-02 01:48 +0000
                Re: done meat <meat.stretcher@linuxmail.org> - 2016-05-02 01:49 +0000
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 19:18 -0700
                Re: done ronb <ronb02NOSPAM@gmail.com> - 2016-05-02 01:02 +0000
                Re: done meat <meat.stretcher@linuxmail.org> - 2016-05-02 01:10 +0000
                Re: done chrisv <chrisv@nospam.invalid> - 2016-05-02 08:31 -0500
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-02 07:27 -0700
                Re: done Steve Carroll <fretwizzer@gmail.com> - 2016-05-02 09:10 -0700
                Re: done Steve Carroll <fretwizzen@gmail.com> - 2016-05-02 10:45 -0700
                Re: done meat <meat.stretcher@linuxmail.org> - 2016-05-02 14:51 +0000
                Re: done Steve Carroll <fretwizzer@gmail.com> - 2016-05-02 11:18 -0700
                Re: done ronb <ronb02NOSPAM@gmail.com> - 2016-05-02 19:13 +0000
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 17:12 -0700
                Re: done owl <owl@rooftop.invalid> - 2016-05-02 00:27 +0000
                Re: done owl <owl@rooftop.invalid> - 2016-05-02 00:53 +0000
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 18:42 -0700
                Re: done owl <owl@rooftop.invalid> - 2016-05-02 01:50 +0000
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 19:17 -0700
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 18:40 -0700
                Re: done owl <owl@rooftop.invalid> - 2016-05-02 01:49 +0000
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 19:16 -0700
                Re: done ronb <ronb02NOSPAM@gmail.com> - 2016-05-02 01:02 +0000
                Re: done meat <meat.stretcher@linuxmail.org> - 2016-05-02 01:08 +0000
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 18:33 -0700
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 18:43 -0700
                Re: done William Poaster <wp@dev.null> - 2016-05-02 09:30 +0100
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 16:02 -0700
                Re: done Steve Carroll <fretwizzer@gmail.com> - 2016-05-01 20:36 -0700
                Re: done meat <meat.stretcher@linuxmail.org> - 2016-05-02 03:40 +0000
                Re: done Steve Carroll <fretwizzer@gmail.com> - 2016-05-01 21:14 -0700
                Re: done owl <owl@rooftop.invalid> - 2016-05-01 21:58 +0000
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 15:32 -0700
                Re: done owl <owl@rooftop.invalid> - 2016-05-01 22:37 +0000
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 15:55 -0700
                Re: done owl <owl@rooftop.invalid> - 2016-05-01 23:00 +0000
                Re: done owl <owl@rooftop.invalid> - 2016-05-01 23:33 +0000
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 17:13 -0700
                Re: done Snit <usenet@gallopinginsanity.com> - 2016-05-01 12:01 -0700
          Re: done DFS <nospam@dfs.com> - 2016-04-29 23:58 -0400
            Re: done owl <owl@rooftop.invalid> - 2016-04-30 04:08 +0000
              Re: done Melzzzzz <mel@zzzzz.com> - 2016-04-30 13:12 +0200
                Re: done Melzzzzz <mel@zzzzz.com> - 2016-04-30 14:09 +0200
              Re: done DFS <nospam@dfs.com> - 2016-04-30 10:02 -0400
                Re: done owl <owl@rooftop.invalid> - 2016-04-30 15:05 +0000
                Re: done DFS <nospam@dfs.com> - 2016-04-30 11:19 -0400
                Re: done owl <owl@rooftop.invalid> - 2016-04-30 15:41 +0000
                Re: done DFS <nospam@dfs.com> - 2016-04-30 13:19 -0400
                Re: done Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-30 13:54 -0400
                Re: done DFS <nospam@dfs.com> - 2016-04-30 19:36 -0400
              Re: done Steve Carroll <fretwizzer@gmail.com> - 2016-04-30 07:33 -0700

csiph-web