Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.advocacy > #351828
| From | GreyCloud <mist@cumulus.com> |
|---|---|
| Newsgroups | comp.os.linux.advocacy, comp.sys.mac.advocacy |
| Subject | Re: A Big Linux Cock pokes out half of Appils eye |
| Date | 2016-04-25 15:20 -0600 |
| Organization | A noiseless patient Spider |
| Message-ID | <nfm1i3$kid$1@dont-email.me> (permalink) |
| References | (25 earlier) <ROydnZCaJvnpN4bKnZ2dnUU7-UvNnZ2d@giganews.com> <nfgb51$dan$1@news.datemas.de> <vZednTLX9JrfJobKnZ2dnUU7-RXNnZ2d@giganews.com> <nfjckk$uu3$1@dont-email.me> <nflsha$r7j$2@news.datemas.de> |
Cross-posted to 2 groups.
On 04/25/16 13:52, Alan Baker wrote:
> On 2016-04-24 2:11 PM, GreyCloud wrote:
>> On 04/23/16 12:13, Marek Novotny wrote:
>>> On 2016-04-23, Alan Baker<alangbaker@telus.net> wrote:
>>>> On 2016-04-23 10:01 AM, Marek Novotny wrote:
>>>>> On 2016-04-23, Alan Baker<alangbaker@telus.net> wrote:
>>>>>> "cd ~" then do an "ls -la" on your home directory right now.
>>>>>>
>>>>>> The columns are entry type, then permissions, then number of hard
>>>>>> links.
>>>>>>
>>>>>> Look at the number of hard links for the "." entry: it will be
>>>>>> greater
>>>>>> than 1, guaranteed.
>>>>>>
>>>>>> Do a "mkdir test" command, then another "ls -la" on your home
>>>>>> directory.
>>>>>>
>>>>>> The number of hard links for the "." entry will now be 1 larger.
>>>>>>
>>>>>> You're wrong about hard links to directories being "forbidden".
>>>>>>
>>>>>> You... ...lose.
>>>>>
>>>>> No, you lose Alan. You obviously have no idea what that number
>>>>> represents on a directory. Maybe you should Google a little harder and
>>>>> just an FYI, that number could be much larger in a directory.
>>>>>
>>>>> Let me explain this to you because you're obviously so clueless it
>>>>> needs
>>>>> explaining big time. Go into Linux and create a directory called test.
>>>>> Then go into test and create another directory called test2.
>>>>>
>>>>> Now, back out of that and ls -l
>>>>>
>>>>> Look at test and you will see a count of 3. I guess you're dumb or
>>>>> something. You think there is three hard links to test, don't you?
>>>>
>>>> There ARE three hard links to test:
>>>>
>>>> 1. The hard link called "test" that exists in its parent.
>>>>
>>>> 2. The hard link "." that is inside test.
>>>>
>>>> 3. The hard link ".." inside test2.
>>>>
>>>>
>>>>
>>>>> Go
>>>>> back into test, make another directory called, test2.
>>>>
>>>>>
>>>>> Now back out and ls -l again. The count is now 4.
>>>>
>>>> First you used "test2" twice in the same directory, so that's not going
>>>> to work, but assuming you'd said "test3", the new ".." entry inside
>>>> test3 will also be a hard link to test. So that makes 4.
>>>>
>>>>>
>>>>> Maybe, just maybe, you're finally starting to get what that number
>>>>> actually means. In a straight file it is an inode count. In a
>>>>> directory
>>>>> it represents something a little different. Surprise moron, your wrong
>>>>> and perhaps you just realized it.
>>>>
>>>> So first you say it isn't the number of hard links...
>>>>
>>>>>
>>>>> In each directory there is a hard link to the directory itself and its
>>>>> parent. That's what . and .. are and that's why the count is 2 to
>>>>> begin
>>>>> with. And when you added two more directories, the number grew, didn't
>>>>> it.
>>>>
>>>> ...then you explicitly call them hard links.
>>>>
>>>> :-)
>>>>
>>>> You really need to check it out more carefully.
>>>>
>>>> Create a directory called "test".
>>>>
>>>> That creates two hard links: the one actually named "test" in whatever
>>>> directory contains test, and the "." hard link inside test. So when you
>>>> ls -l its parent, you'll see a 2 in the hard link column for "test".
>>>
>>> Yes, I agree.
>>>
>>>> Now do a "cd test" followed by another "ls -la". You'll see a 2 in the
>>>> hard link column for ".", because both it (".") and "test" in the
>>>> parent
>>>> are hard links to the inode for the directory.
>>>>
>>>> Do you get it: that column is not the inode count. There is ONE inode
>>>> for a file so you don't really need to count it, but the inode keeps
>>>> count of the number of hard links that reference it, and that is where
>>>> the number in that column comes from.
>>>>
>>>> You had it precisely backwards.
>>>
>>> No, I think we're saying two different things. Yes I agree with the
>>> above. That's what I showed you just now. But you still can't create a
>>> hard link to the directory. I don't know why you keep missing this.
>>>
>>> What we're talking about here is can you are can't you execute the
>>> following:
>>>
>>> $ ln {directory} {other directory name}
>>>
>>> And the answer is no.
>>>
>>> And as I already said above, re-read it for yourself, there is a hard
>>> link to the directory itself and its parent. You're changing the context
>>> again. I am specifically saying that "you" can't type in the above
>>> command and create a hard link to the directory. I am also saying that
>>> the hard link count on a directory can be high, and I explained why that
>>> is. Hence showing making a directory within a directory and noting the
>>> hard link count.
>>>
>>> But you still cannot hard link to that directory. And by that I'm being
>>> specific to the ln command. The big difference here is in the details.
>>> The point is to avoid placing a hard link of a directory inside itself.
>>> What you see is a child - parent relationship. Where discussing the
>>> paradox of a parent inside itself. That is vastly different from a child
>>> making hard link to its parent.
>>>
>>> If we practiced good file system habits and simply didn't place a hard
>>> link into itself we'd be doing the same thing. But because you can move
>>> a hard link anywhere within the same file system, there is a danger of
>>> playing a hard linked directory into itself and thus creating a paradox.
>>> That is why it is not allowed.
>>>
>>> When I create test and go into test and make test2. The file system, not
>>> me, is making a hard link to its parent. I am not. I'm not typing in an
>>> ln command. I'm just creating a directory. That's the distinction here.
>>>
>>
>> Interesting thread, although at times can be a bit confusing.
>>
>> I found this and also mentions Time Machine on how it works.
>>
>> http://c2.com/cgi/wiki?HardLink
>>
>> "In Apple's OS X 10.5, a restricted form of hard links to directories is
>> allowed, and is used to implement Time Machine, Apple's backup software.
>> When Time Machine backs up a hard disk to a destination volume, if a
>> subtree has not changes since a previous backup, it hard links to that
>> subtree. This allows only the changes to be stored, making efficient use
>> of the hard disk. When it does this, it sets the directories that are
>> involved as read-only, so the Directed Acyclic Graph it has made can
>> never be converted into a graph with cycles."
>>
>> So, I believe you are both correct.
>>
>
> Sadly, the Linux fanatics aren't interested in ways that directory hard
> links can be useful. They've been told they are "FORBIDDEN!" and that's
> the last word.
>
> :-)
I believe that Apples Time Machine is a special case in this instance.
About all one can do with the Time Machine besides backup is going into
Time Machine and restoring a particular file that they were screwing
around with. The end user can't tinker with it and cause problems.
I suspect that Apple may have used kernel extensions to modify how hard
links work with Time Machine, but won't allow a user to mess around with
hard links on directories. It is rather explicit by the authors of the
book "Advanced Programming in the UNIX Environment" by W. Richard
Stevens and Stephan A. Rago.
I know that Solaris won't allow a user to use hard links on a directory,
unless you are at the priviledge of root, and then it can be dangerous
if you don't know what you are doing.
Other than that, when I bought my wife a 4K iMac using El Capitan, the
app known as Photos does an excellent job on printing out 4 different
photos to a sheet of Photo paper. And the colors match up perfectly as
well. Win 7 doesn't seem to have that color accuracy.
Back to comp.os.linux.advocacy | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
A Big Linux Cock pokes out half of Appils eye 7 <7@enemygadgets.com> - 2016-04-19 21:54 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-19 15:02 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-19 22:13 +0000
Re: A Big Linux Cock pokes out half of Appils eye brexit insanity <aslsfijasslkjfhwe22jads@oasdfasfs.org> - 2016-04-19 22:22 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-19 15:44 -0700
Re: A Big Linux Cock pokes out half of Appils eye Me Sham <osirus47@yahoo.com> - 2016-04-19 17:47 -0700
Re: A Big Linux Cock pokes out half of Appils eye 7 <7@enemygadgets.com> - 2016-04-20 21:51 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-20 15:06 -0700
Re: A Big Linux Cock pokes out half of Appils eye Me Sham <osirus47@yahoo.com> - 2016-04-20 15:27 -0700
Re: A Big Linux Cock pokes out half of Appils eye chrisv <chrisv@nospam.invalid> - 2016-04-21 12:13 -0500
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-21 20:13 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-21 12:02 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-21 13:15 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-21 13:52 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-21 15:03 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 00:04 -0700
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-22 10:13 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 01:25 -0700
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-22 14:22 +0200
Re: A Big Linux Cock pokes out half of Appils eye chrisv <chrisv@nospam.invalid> - 2016-04-22 07:35 -0500
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 09:27 -0700
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-22 23:21 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 14:38 -0700
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-23 00:03 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 15:10 -0700
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-23 00:23 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 15:33 -0700
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-23 01:00 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 16:13 -0700
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-23 02:07 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 17:15 -0700
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-23 02:34 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 17:37 -0700
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-23 02:56 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 18:06 -0700
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-23 03:29 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 18:32 -0700
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-23 03:46 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 18:49 -0700
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-23 03:55 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 19:08 -0700
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-23 12:32 +0200
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-23 12:34 +0200
Re: A Big Linux Cock pokes out half of Appils eye Snit <usenet@gallopinginsanity.com> - 2016-04-23 08:08 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-23 09:23 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-23 09:22 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-23 09:41 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-23 09:53 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-23 09:33 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-23 10:01 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-23 10:24 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-23 11:13 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-23 11:34 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-23 12:20 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-24 10:52 -0700
Re: A Big Linux Cock pokes out half of Appils eye "Popkin" <Popkin@telus.net> - 2016-04-24 16:01 -0400
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-24 13:36 -0700
Re: A Big Linux Cock pokes out half of Appils eye Snit <usenet@gallopinginsanity.com> - 2016-04-24 16:36 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-24 23:28 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 12:05 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-25 12:10 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 12:12 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-25 12:18 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 12:35 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-25 12:58 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 13:10 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-25 13:17 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 13:20 -0700
Re: A Big Linux Cock pokes out half of Appils eye Snit <usenet@gallopinginsanity.com> - 2016-04-27 14:24 -0700
Re: A Big Linux Cock pokes out half of Appils eye Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 14:31 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-24 23:28 -0700
Re: A Big Linux Cock pokes out half of Appils eye Snit <usenet@gallopinginsanity.com> - 2016-04-24 17:37 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-23 20:00 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-23 23:38 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-24 15:58 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-24 10:33 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-24 18:52 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-24 12:00 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-24 19:31 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-24 12:37 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-24 21:12 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 12:48 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-25 22:14 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 15:43 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-25 23:07 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 16:15 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 02:13 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 19:38 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 02:46 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 19:50 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 19:49 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 02:57 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 19:59 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 03:35 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 20:46 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 03:58 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 21:03 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 04:13 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 21:22 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 04:41 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 21:50 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 05:09 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 22:13 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 05:39 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 22:41 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 05:58 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 22:59 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 06:06 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-26 08:52 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 09:35 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-26 09:38 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 09:48 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-26 09:54 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 09:56 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-26 10:04 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 16:57 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-26 10:13 -0700
Re: A Big Linux Cock pokes out half of Appils eye vallor <vallor@cultnix.org> - 2016-04-27 05:38 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-27 00:37 -0700
Re: A Big Linux Cock pokes out half of Appils eye vallor <vallor@cultnix.org> - 2016-04-27 05:29 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-27 00:36 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-27 14:18 +0000
Re: A Big Linux Cock pokes out half of Appils eye GreyCloud <mist@cumulus.com> - 2016-04-27 20:06 -0600
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-28 04:15 +0200
Re: A Big Linux Cock pokes out half of Appils eye GreyCloud <mist@cumulus.com> - 2016-04-28 15:32 -0600
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-26 06:25 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 21:28 -0700
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-26 06:37 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 21:49 -0700
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-26 06:58 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 22:12 -0700
Re: A Big Linux Cock pokes out half of Appils eye GreyCloud <mist@cumulus.com> - 2016-04-24 15:11 -0600
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 12:52 -0700
Re: A Big Linux Cock pokes out half of Appils eye -hh <recscuba_google@huntzinger.com> - 2016-04-25 13:35 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-25 13:43 -0700
Re: A Big Linux Cock pokes out half of Appils eye -hh <recscuba_google@huntzinger.com> - 2016-04-25 18:16 -0700
Re: A Big Linux Cock pokes out half of Appils eye GreyCloud <mist@cumulus.com> - 2016-04-25 15:20 -0600
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 14:58 -0700
Re: A Big Linux Cock pokes out half of Appils eye GreyCloud <mist@cumulus.com> - 2016-04-26 15:48 -0600
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 15:45 -0700
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-23 00:59 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 16:13 -0700
Plonk Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 19:57 -0400
Re: Plonk "Popkin" <Popkin@telus.net> - 2016-04-22 20:15 -0400
Re: Plonk Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 21:02 -0400
Keep talking Chris Ahlstrom Richard King <kingsley651@webby.org> - 2016-04-22 21:19 -0400
Re: Plonk "Popkin" <Popkin@telus.net> - 2016-04-24 17:46 -0400
Re: Plonk Alan Baker <alangbaker@telus.net> - 2016-04-24 23:30 -0700
Re: A Big Linux Cock pokes out half of Appils eye "Popkin" <Popkin@telus.net> - 2016-04-22 19:32 -0400
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 09:26 -0700
Re: A Big Linux Cock pokes out half of Appils eye "Popkin" <Popkin@telus.net> - 2016-04-22 19:30 -0400
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 16:32 -0700
Re: A Big Linux Cock pokes out half of Appils eye vallor <vallor@cultnix.org> - 2016-04-27 04:55 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-27 00:35 -0700
Re: A Big Linux Cock pokes out half of Appils eye -hh <recscuba_google@huntzinger.com> - 2016-04-27 04:01 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 05:24 -0700
Re: A Big Linux Cock pokes out half of Appils eye -hh <recscuba_google@huntzinger.com> - 2016-04-22 06:06 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 07:04 -0700
Re: A Big Linux Cock pokes out half of Appils eye -hh <recscuba_google@huntzinger.com> - 2016-04-22 08:04 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 08:30 -0700
Re: A Big Linux Cock pokes out half of Appils eye -hh <recscuba_google@huntzinger.com> - 2016-04-22 09:56 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 10:28 -0700
Re: A Big Linux Cock pokes out half of Appils eye -hh <recscuba_google@huntzinger.com> - 2016-04-22 12:44 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 13:44 -0700
Re: A Big Linux Cock pokes out half of Appils eye -hh <recscuba_google@huntzinger.com> - 2016-04-22 14:19 -0700
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 13:07 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Richard King <kingsley651@webby.org> - 2016-04-22 16:38 -0400
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 14:36 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Richard King <kingsley651@webby.org> - 2016-04-22 18:07 -0400
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 15:20 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 19:48 -0400
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Richard King <kingsley651@webby.org> - 2016-04-22 20:44 -0400
"Richand King", yet another nym of a long-time troll Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 21:00 -0400
Ask Chris Ahlstrom about.... Richard King <kingsley651@webby.org> - 2016-04-22 21:22 -0400
Re: "Richand King", yet another nym of a long-time troll chrisv <chrisv@nospam.invalid> - 2016-04-25 07:48 -0500
Re: "Richand King", yet another nym of a long-time troll William Poaster <wp@dev.null> - 2016-04-25 14:07 +0100
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 19:04 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Snit <usenet@gallopinginsanity.com> - 2016-04-22 22:53 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 23:24 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. William Poaster <wp@dev.null> - 2016-04-23 13:35 +0100
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Snit <usenet@gallopinginsanity.com> - 2016-04-23 08:04 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. chrisv <chrisv@nospam.invalid> - 2016-04-25 07:33 -0500
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Snit <usenet@gallopinginsanity.com> - 2016-04-25 10:14 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-25 10:50 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Snit <usenet@gallopinginsanity.com> - 2016-04-25 10:53 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. DFS <nospam@dfs.com> - 2016-04-26 12:01 -0400
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Snit <usenet@gallopinginsanity.com> - 2016-04-23 08:10 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. William Poaster <wp@dev.null> - 2016-04-23 13:31 +0100
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. chrisv <chrisv@nospam.invalid> - 2016-04-25 07:29 -0500
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. DFS <nospam@dfs.com> - 2016-04-25 09:28 -0400
Marek Novotny appreciates the beauty of certain 1990's tech Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 19:45 -0400
Chris Ahlstrom Makes an ASS of himself again Richard King <kingsley651@webby.org> - 2016-04-22 21:11 -0400
Re: Marek Novotny appreciates the beauty of certain 1990's tech William Poaster <wp@dev.null> - 2016-04-23 13:30 +0100
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 19:42 -0400
Chris Ahlstrom... Asshole of the year. Just ask Jayne Ahlstrom, his wife. Richard King <kingsley651@webby.org> - 2016-04-22 21:07 -0400
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 18:29 -0700
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Melzzzzz <mel@zzzzz.com> - 2016-04-23 03:32 +0200
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 19:40 -0700
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Melzzzzz <mel@zzzzz.com> - 2016-04-23 05:15 +0200
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 20:31 -0700
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-23 07:28 -0400
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Melzzzzz <mel@zzzzz.com> - 2016-04-23 13:43 +0200
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-23 06:56 -0700
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-23 14:27 -0400
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-23 11:46 -0700
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Snit <usenet@gallopinginsanity.com> - 2016-04-24 17:49 -0700
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. -hh <recscuba_google@huntzinger.com> - 2016-04-24 18:35 -0700
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-23 14:26 -0400
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 09:42 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 10:26 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 12:45 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 14:08 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 14:24 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 14:54 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 15:10 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 15:16 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 16:01 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 16:18 -0700
Re: A Big Linux Cock pokes out half of Appils eye "Popkin" <Popkin@telus.net> - 2016-04-22 19:59 -0400
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 17:04 -0700
A Big Appil beam in his eye Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 19:55 -0400
Re: A Big Appil beam in his eye Alan Baker <alangbaker@telus.net> - 2016-04-22 17:03 -0700
Re: A Big Appil beam in his eye Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 21:01 -0400
Re: A Big Appil beam in his eye Alan Baker <alangbaker@telus.net> - 2016-04-22 18:07 -0700
Chris Ahlstrom's Obsession With People He Claims to Have Filtered. Richard King <kingsley651@webby.org> - 2016-04-22 21:18 -0400
Re: A Big Appil beam in his eye JEDIDIAH <jedi@nomad.mishnet> - 2016-04-22 20:52 -0500
Re: A Big Appil beam in his eye Alan Baker <alangbaker@telus.net> - 2016-04-22 19:08 -0700
Re: A Big Appil beam in his eye "Popkin" <Popkin@telus.net> - 2016-04-22 20:11 -0400
Re: A Big Appil beam in his eye Alan Baker <alangbaker@telus.net> - 2016-04-22 17:15 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 12:54 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 14:10 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 14:24 -0700
Re: A Big Linux Cock pokes out half of Appils eye "Popkin" <Popkin@telus.net> - 2016-04-22 20:02 -0400
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 17:03 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 13:10 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 14:25 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 14:26 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 14:46 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 15:03 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 15:14 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 15:17 -0700
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-21 22:16 +0200
Re: A Big Linux Cock pokes out half of Appils eye 7 <7@enemygadgets.com> - 2016-04-21 20:23 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-21 12:53 -0700
Re: A Big Linux Cock pokes out half of Appils eye 7 <7@enemygadgets.com> - 2016-04-21 23:07 +0000
Re: A Big Linux Cock pokes out half of Appils eye DFS <nospam@dfs.com> - 2016-04-21 19:44 -0400
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-21 23:58 -0700
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-22 10:10 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 01:24 -0700
Re: A Big Linux Cock pokes out half of Appils eye Desk Rabbit <me@example.com> - 2016-04-22 10:58 +0100
The Appil of my eye Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 05:40 -0400
Re: The Appil of my eye Desk Rabbit <me@example.com> - 2016-04-22 11:02 +0100
Re: The Appil of my eye Desk Rabbit <me@example.com> - 2016-04-22 11:44 +0100
Re: The Appil of my eye frederick <fakeemail@gmail.com> - 2016-04-23 00:31 +0100
Re: The Appil of my eye Alan Baker <alangbaker@telus.net> - 2016-04-22 09:25 -0700
Re: The Appil of my eye Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 15:09 -0400
Re: The Appil of my eye Alan Baker <alangbaker@telus.net> - 2016-04-22 12:31 -0700
Re: The Appil of my eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-22 22:57 +0200
Re: The Appil of my eye Alan Baker <alangbaker@telus.net> - 2016-04-22 13:58 -0700
Re: The Appil of my eye Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 19:53 -0400
Re: The Appil of my eye Desk Rabbit <me@example.com> - 2016-04-25 11:11 +0100
Re: The Appil of my eye chrisv <chrisv@nospam.invalid> - 2016-04-25 07:18 -0500
Re: The Appil of my eye Alan Baker <alangbaker@telus.net> - 2016-04-25 19:40 -0700
Re: The Appil of my eye Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 19:52 -0400
Re: The Appil of my eye Alan Baker <alangbaker@telus.net> - 2016-04-22 17:02 -0700
Re: The Appil of my eye Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 21:03 -0400
Chris Ahlstrom a Pansy... Richard King <kingsley651@webby.org> - 2016-04-22 21:15 -0400
Re: The Appil of my eye JEDIDIAH <jedi@nomad.mishnet> - 2016-04-22 20:55 -0500
Re: The Appil of my eye Alan Baker <alangbaker@telus.net> - 2016-04-22 19:39 -0700
Re: The Appil of my eye "Popkin" <Popkin@telus.net> - 2016-04-22 19:34 -0400
Re: A Big Linux Cock pokes out half of Appils eye -hh <recscuba_google@huntzinger.com> - 2016-04-22 02:51 -0700
Re: A Big Linux Cock pokes out half of Appils eye 7 <7@enemygadgets.com> - 2016-04-23 10:04 +0000
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-23 06:46 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-23 09:26 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-23 09:50 -0700
Re: A Big Linux Cock pokes out half of Appils eye Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-19 19:40 -0400
Re: A Big Linux Cock pokes out half of Appils eye 7 <7@enemygadgets.com> - 2016-04-20 21:10 +0000
Re: A Big Linux Cock pokes out half of Appils eye DFS <nospam@dfs.com> - 2016-04-21 12:07 -0400
Re: A Big Linux Cock pokes out half of Appils eye Desk Rabbit <me@example.com> - 2016-04-20 16:42 +0100
Re: A Big Linux Cock pokes out half of Appils eye "Popkin" <Popkin@telus.net> - 2016-04-21 12:16 -0400
Re: A Big Linux Cock pokes out half of Appils eye frederick <fakeemail@gmail.com> - 2016-04-21 21:42 +0100
A Big Linux Cock pokes out half of Appils eye "Drummer"<drummer@gmail.com> - 2016-04-22 05:17 +0200
Re: A Big Linux Cock pokes out half of Appils eye Me Sham <osirus47@yahoo.com> - 2016-04-26 06:02 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 07:01 -0700
Re: A Big Linux Cock pokes out half of Appils eye Me Sham <osirus47@yahoo.com> - 2016-04-26 07:20 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 07:28 -0700
Re: A Big Linux Cock pokes out half of Appils eye Me Sham <osirus47@yahoo.com> - 2016-04-26 07:56 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 08:02 -0700
Re: A Big Linux Cock pokes out half of Appils eye Me Sham <osirus47@yahoo.com> - 2016-04-26 08:16 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 08:46 -0700
His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-26 20:41 +0000
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 14:21 -0700
Re: His Nibs #3's manifesto, debunked Me Sham <osirus47@yahoo.com> - 2016-04-26 14:24 -0700
Re: His Nibs #3's manifesto, debunked DFS <nospam@dfs.com> - 2016-04-26 18:27 -0400
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 15:37 -0700
Re: His Nibs #3's manifesto, debunked DFS <nospam@dfs.com> - 2016-04-26 18:55 -0400
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 16:48 -0700
Re: His Nibs #3's manifesto, debunked Me Sham <osirus47@yahoo.com> - 2016-04-26 16:55 -0700
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 17:09 -0700
Re: His Nibs #3's manifesto, debunked Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-26 20:36 -0400
Re: His Nibs #3's manifesto, debunked William Poaster <wp@dev.null> - 2016-04-27 10:11 +0100
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 00:07 +0000
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 17:11 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 00:18 +0000
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 17:29 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 00:38 +0000
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 17:47 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 01:03 +0000
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 18:10 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 01:26 +0000
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 18:37 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 02:48 +0000
Re: His Nibs #3's manifesto, debunked Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-27 06:25 -0400
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 07:49 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 14:54 +0000
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 08:11 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 07:59 -0700
Re: His Nibs #3's manifesto, debunked William Poaster <wp@dev.null> - 2016-04-27 16:33 +0100
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 08:52 -0700
Re: His Nibs #3's manifesto, debunked William Poaster <wp@dev.null> - 2016-04-27 17:35 +0100
Re: His Nibs #3's manifesto, debunked Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-27 15:57 -0400
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 13:10 -0700
Re: His Nibs #3's manifesto, debunked chrisv <chrisv@nospam.invalid> - 2016-04-27 10:07 -0500
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 10:19 -0700
Re: His Nibs #3's manifesto, debunked Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-27 20:59 +0200
Thing Digest chrisv <chrisv@nospam.invalid> - 2016-04-27 14:33 -0500
Re: Thing Digest vallor <vallor@cultnix.org> - 2016-04-27 20:18 +0000
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 00:05 +0000
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 00:14 +0000
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 00:23 +0000
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 00:42 +0000
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 00:51 +0000
Re: His Nibs #3's manifesto, debunked Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-27 20:32 -0400
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 00:59 +0000
Re: His Nibs #3's manifesto, debunked ronb <ronb02NOSPAM@gmail.com> - 2016-04-28 02:40 +0000
Re: His Nibs #3's manifesto, debunked William Poaster <wp@dev.null> - 2016-04-27 10:18 +0100
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 14:00 +0000
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 07:57 -0700
Re: His Nibs #3's manifesto, debunked William Poaster <wp@dev.null> - 2016-04-27 16:37 +0100
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 09:03 -0700
Re: His Nibs #3's manifesto, debunked DFS <nospam@dfs.com> - 2016-04-27 13:07 -0400
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-27 17:45 +0000
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 16:23 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 10:24 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 10:30 -0700
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 11:18 -0700
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 12:26 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 12:46 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-27 20:15 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 13:33 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-27 21:31 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 14:35 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 14:54 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 14:42 -0700
Re: His Nibs #3's manifesto, debunked Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-27 23:51 +0200
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 15:00 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-27 21:53 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 14:59 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 15:35 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 20:34 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 13:48 -0700
Re: His Nibs #3's manifesto, debunked Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-27 23:29 +0200
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 14:36 -0700
Re: His Nibs #3's manifesto, debunked Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-27 23:48 +0200
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 15:01 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 15:49 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-27 23:12 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 17:27 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 23:12 +0000
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-27 23:18 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 17:25 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 00:53 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 18:06 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 01:33 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 18:50 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 02:03 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 19:26 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 05:23 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 23:44 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 07:14 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-28 00:42 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 08:26 +0000
Re: His Nibs #3's manifesto, debunked William Poaster <wp@dev.null> - 2016-04-28 10:11 +0100
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-28 06:48 -0700
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-28 06:46 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 23:48 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-28 17:00 -0700
Re: His Nibs #3's manifesto, debunked chrisv <chrisv@nospam.invalid> - 2016-04-28 06:34 -0500
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 20:49 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-28 13:51 -0700
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 17:29 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 00:54 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 18:04 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 01:13 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 18:26 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 01:32 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 18:45 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 02:12 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 19:26 -0700
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 18:46 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 02:11 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 19:29 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 02:58 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 20:03 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 03:19 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 20:35 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-28 10:47 -0700
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 18:46 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 02:04 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 19:30 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 03:00 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 20:08 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 03:29 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 20:41 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-29 09:09 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 19:28 -0700
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 13:43 -0700
Re: His Nibs #3's manifesto, debunked DFS <nospam@dfs.com> - 2016-04-28 10:12 -0400
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-28 07:24 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-28 10:31 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 13:54 -0700
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 14:10 -0700
Re: His Nibs #3's manifesto, debunked Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-27 23:21 +0200
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 14:30 -0700
Re: His Nibs #3's manifesto, debunked DFS <nospam@dfs.com> - 2016-04-28 09:54 -0400
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzen@gmail.com> - 2016-04-27 11:21 -0700
Re: His Nibs #3's manifesto, debunked DFS <nospam@dfs.com> - 2016-04-27 11:48 -0400
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 09:10 -0700
Re: His Nibs #3's manifesto, debunked DFS <nospam@dfs.com> - 2016-04-28 09:53 -0400
Re: His Nibs #3's manifesto, debunked GreyCloud <mist@cumulus.com> - 2016-04-27 20:11 -0600
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-27 02:11 +0000
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 02:48 +0000
Re: His Nibs #3's manifesto, debunked William Poaster <wp@dev.null> - 2016-04-27 10:17 +0100
Re: His Nibs #3's manifesto, debunked chrisv <chrisv@nospam.invalid> - 2016-04-27 07:21 -0500
Re: His Nibs #3's manifesto, debunked DFS <nospam@dfs.com> - 2016-04-27 11:48 -0400
Re: His Nibs #3's manifesto, debunked Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-26 20:37 -0400
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 00:45 +0000
Re: His Nibs #3's manifesto, debunked DFS <nospam@dfs.com> - 2016-04-27 10:49 -0400
Re: His Nibs #3's manifesto, debunked Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-26 20:01 -0400
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-27 02:19 +0000
Re: His Nibs #3's manifesto, debunked chrisv <chrisv@nospam.invalid> - 2016-04-27 07:26 -0500
Re: His Nibs #3's manifesto, debunked chrisv <chrisv@nospam.invalid> - 2016-04-27 09:48 -0500
A Big anti-Linux K00k Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-26 19:54 -0400
csiph-web