Language:
switch to room list switch to menu My folders
Go to page: [1] 2 3
↑↑↑ Old messages ↑↑↑            ↓↓↓ New messages ↓↓↓
[#] Thu Nov 19 2020 22:58:37 MST from ParanoidDelusions <>

[Reply] [ReplyQuoted] [Headers] [Print]

NEW UPLOAD: 'PaganClaus.docx'
application/zip

[#] Thu Nov 19 2020 22:59:49 MST from ParanoidDelusions <paranoiddelusions@tsbbs.wallofhate.com>

[Reply] [ReplyQuoted] [Headers] [Print]

Somewhere around here I have an actually archive of Pagan's *actual* bulletins and short stories. If I can find it, I'll upload it. If any of you have any related documents or files, feel free to upload them here. 

 



[#] Fri Nov 20 2020 22:59:07 MST from Otto Roboto <otto_roboto@wallofhate.com>

[Reply] [ReplyQuoted] [Headers] [Print]

I used to have a bunch of those kind of files around here.  I have not looked for them in a while, so no idea where they could be and with 80 TB have data (yes I am a digital hoarder too) on my main workstation, it would be a job to try and find them.  But, that being said, I will try and take a quick peak and see what I can dig up.



[#] Fri Nov 20 2020 23:50:00 MST from ParanoidDelusions <paranoiddelusions@tsbbs.wallofhate.com>

[Reply] [ReplyQuoted] [Headers] [Print]

 

Fri Nov 20 2020 22:59:07 MST from Otto Roboto

I used to have a bunch of those kind of files around here.  I have not looked for them in a while, so no idea where they could be and with 80 TB have data (yes I am a digital hoarder too) on my main workstation, it would be a job to try and find them.  But, that being said, I will try and take a quick peak and see what I can dig up.



If you can find any of it, upload away. No ZModem necessary. 

I just ran across that archive recently, and spent an evening reading through it until it got too esoteric for me and I didn't understand any of the references - must have been after I had opted out of Citadelphia. But I just stumbled across it by accident, and I know it is there somewhere among my collection of old digital docs. 

I just have to find it. 

 



[#] Fri Nov 20 2020 23:50:54 MST from ParanoidDelusions <paranoiddelusions@tsbbs.wallofhate.com>

[Reply] [ReplyQuoted] [Headers] [Print]

 

Fri Nov 20 2020 23:50:00 MST from ParanoidDelusions

 

 
 

If you can find any of it, upload away. No ZModem necessary. 

I just ran across that archive recently, and spent an evening reading through it until it got too esoteric for me and I didn't understand any of the references - must have been after I had opted out of Citadelphia. But I just stumbled across it by accident, and I know it is there somewhere among my collection of old digital docs. 

I just have to find it. 

 



This is where I think Linux command line GREP searches would be excellent, if I understood more about how to Grep. 

 



[#] Sat Nov 21 2020 10:05:43 MST from Otto Roboto <otto_roboto@wallofhate.com>

[Reply] [ReplyQuoted] [Headers] [Print]

 

Fri Nov 20 2020 11:50:54 PM MST from ParanoidDelusions

 

Fri Nov 20 2020 23:50:00 MST from ParanoidDelusions

 

 
 

If you can find any of it, upload away. No ZModem necessary. 

I just ran across that archive recently, and spent an evening reading through it until it got too esoteric for me and I didn't understand any of the references - must have been after I had opted out of Citadelphia. But I just stumbled across it by accident, and I know it is there somewhere among my collection of old digital docs. 

I just have to find it. 

 



This is where I think Linux command line GREP searches would be excellent, if I understood more about how to Grep. 

 



Oh, the grep part of the process is easy, just pipe it to grep;  "| grep Pagan"   The hard part is the damned find command itself. The syntax options for that part are the challenging thing to conquer.  I have all my old BBS files (what I still have) either on my windows HD, or on them old 5.25 and 3.5 floppies that may or may not be readable anymore.



[#] Sat Nov 21 2020 14:01:29 MST from ParanoidDelusions <paranoiddelusions@tsbbs.wallofhate.com>

[Reply] [ReplyQuoted] [Headers] [Print]

 

Sat Nov 21 2020 10:05:43 MST from Otto Roboto

 

Fri Nov 20 2020 11:50:54 PM MST from ParanoidDelusions

 

Fri Nov 20 2020 23:50:00 MST from ParanoidDelusions

 

Oh, the grep part of the process is easy, just pipe it to grep;  "| grep Pagan"   The hard part is the damned find command itself. The syntax options for that part are the challenging thing to conquer.  I have all my old BBS files (what I still have) either on my windows HD, or on them old 5.25 and 3.5 floppies that may or may not be readable anymore.



Yeah, find is one of those unnecessarily complex and exoteric Linux shell commands that make you really appreciate how much Microsoft and Apple did to make the user experience accessible to, you know, users. I can put together a find statement - but I need a reference manual every time. 

The problem is, to use Linux find and grep on my NAS, I'd have to mount a SMB NAS share from my NAS to a Linux box - and now we're talking about even more commands I don't quite remember but remember aren't very transparent to get working right. :) 

And therein lies the source of my procrastination. But - if I went through all this effort, I am sure Linux, find, and grep would point me right to the document folder I've misplaced. 





[#] Sun Nov 22 2020 11:31:07 MST from Otto Roboto <otto_roboto@wallofhate.com>

[Reply] [ReplyQuoted] [Headers] [Print]

 

Sat Nov 21 2020 02:01:29 PM MST from ParanoidDelusions

 

Sat Nov 21 2020 10:05:43 MST from Otto Roboto

 

Fri Nov 20 2020 11:50:54 PM MST from ParanoidDelusions

 

Fri Nov 20 2020 23:50:00 MST from ParanoidDelusions

 

Oh, the grep part of the process is easy, just pipe it to grep;  "| grep Pagan"   The hard part is the damned find command itself. The syntax options for that part are the challenging thing to conquer.  I have all my old BBS files (what I still have) either on my windows HD, or on them old 5.25 and 3.5 floppies that may or may not be readable anymore.



Yeah, find is one of those unnecessarily complex and exoteric Linux shell commands that make you really appreciate how much Microsoft and Apple did to make the user experience accessible to, you know, users. I can put together a find statement - but I need a reference manual every time. 

The problem is, to use Linux find and grep on my NAS, I'd have to mount a SMB NAS share from my NAS to a Linux box - and now we're talking about even more commands I don't quite remember but remember aren't very transparent to get working right. :) 

And therein lies the source of my procrastination. But - if I went through all this effort, I am sure Linux, find, and grep would point me right to the document folder I've misplaced. 





Well, if you already have it on an SMB NAS, then just connect to it from your windows box and use their search ability.  It scans inside documents too.  Then you don't have to worry about the Linux commands at all.  ;)



[#] Sun Nov 22 2020 14:15:11 MST from ParanoidDelusions <paranoiddelusions@tsbbs.wallofhate.com>

[Reply] [ReplyQuoted] [Headers] [Print]

 

Sun Nov 22 2020 11:31:07 MST from Otto Roboto

 

Well, if you already have it on an SMB NAS, then just connect to it from your windows box and use their search ability.  It scans inside documents too.  Then you don't have to worry about the Linux commands at all.  ;)
 
 

I didn't know Windows search scanned inside documents. I have tried searching that way, and didn't come up with anything. I'm suspecting that it is on an external drive or one of the other 5 or 6 systems I have lying around here - possibly on the Mac G4 quicksilver. I need to power that one up and have a look. 

 



[#] Mon Nov 23 2020 18:41:34 MST from Otto Roboto <otto_roboto@wallofhate.com>

[Reply] [ReplyQuoted] [Headers] [Print]

 

Sun Nov 22 2020 02:15:11 PM MST from ParanoidDelusions

 

Sun Nov 22 2020 11:31:07 MST from Otto Roboto

 

Well, if you already have it on an SMB NAS, then just connect to it from your windows box and use their search ability.  It scans inside documents too.  Then you don't have to worry about the Linux commands at all.  ;)
 
 

I didn't know Windows search scanned inside documents. I have tried searching that way, and didn't come up with anything. I'm suspecting that it is on an external drive or one of the other 5 or 6 systems I have lying around here - possibly on the Mac G4 quicksilver. I need to power that one up and have a look. 

 



Here, try reading this link:

 

https://www.howtogeek.com/99406/how-to-search-for-text-inside-of-any-file-using-windows-search/

 



[#] Mon Nov 23 2020 19:33:30 MST from ParanoidDelusions <paranoiddelusions@tsbbs.wallofhate.com>

[Reply] [ReplyQuoted] [Headers] [Print]

 

Mon Nov 23 2020 18:41:34 MST from Otto Roboto

Checking it out right now. 

It looks almost as complicated as the *nix Find command to set up! :D 

 



[#] Wed Nov 25 2020 16:44:22 MST from Otto Roboto <otto_roboto@wallofhate.com>

[Reply] [ReplyQuoted] [Headers] [Print]

 

Mon Nov 23 2020 07:33:30 PM MST from ParanoidDelusions

 

Mon Nov 23 2020 18:41:34 MST from Otto Roboto

Checking it out right now. 

It looks almost as complicated as the *nix Find command to set up! :D 

 



But it is GUI driven.  lol



[#] Wed Nov 25 2020 21:21:28 MST from ParanoidDelusions <paranoiddelusions@tsbbs.wallofhate.com>

[Reply] [ReplyQuoted] [Headers] [Print]

 

Wed Nov 25 2020 16:44:22 MST from Otto Roboto

 



Checking it out right now. 

It looks almost as complicated as the *nix Find command to set up! :D 

 



But it is GUI driven.  lol



Leave it to Microsoft to make a GUI driven thing as complicated as a CLI driven thing. :) 

 



[#] Tue Dec 22 2020 22:05:36 MST from ParanoidDelusions <paranoiddelusions@wallofhate.com>

[Reply] [ReplyQuoted] [Headers] [Print]

Still looking for this damn file. 

The problem is, I've got a 12TB NAS, I've got a 10TB USB backup drive, I've got 5 other external drives 5.25", all a minimum of 1TB - I've got 2 3" external drives, a 2TB and a 4TB... I've got 6 PCs it could be on... 

And I think the name is "the collected works of Pagan Flames"... but I could be wrong... 

But I know that the word "pagan" appears all over and in the document. 

I've got a literal mountain of storage and a single grain of sand somewhere on it that I'm trying to find. 

The worst thing is, recently I stumbled on the file - and thought, "Once I get everything set up, I'll come back here and grab it and put it on the Citadel. That will be nice for all the Citadelphians to have a trip down memory lane". 

But, I can't find it. 




[#] Wed Dec 23 2020 12:18:51 MST from ParanoidDelusions <paranoiddelusions@wallofhate.com>

Subject: In Search of the Lost Writings of Pagan Flames

[Reply] [ReplyQuoted] [Headers] [Print]

Something wrong with file directory permissions. Frickin' Linux. 




TheLostWritingsOfPaganFlames.docx (application/vnd.openxmlformats-officedocument.wordprocessingml.document, 1035635 bytes) [ View | Download ]
[#] Thu Dec 24 2020 14:52:32 MST from ParanoidDelusions <paranoiddelusions@wallofhate.com>

[Reply] [ReplyQuoted] [Headers] [Print]

The thing that is driving me nuts is that I just saw this file, and can't for the life of me remember where it was. 

 



[#] Thu Dec 24 2020 17:55:36 MST from Otto Roboto <otto_roboto@wallofhate.com>

[Reply] [ReplyQuoted] [Headers] [Print]

 

Thu Dec 24 2020 02:52:32 PM MST from ParanoidDelusions

The thing that is driving me nuts is that I just saw this file, and can't for the life of me remember where it was. 

 



Sorry Donnie, they say memory is the second thing to go.   ;)



[#] Fri Dec 25 2020 08:03:22 MST from ParanoidDelusions <paranoiddelusions@wallofhate.com>

[Reply] [ReplyQuoted] [Headers] [Print]

Evidently, they know what they're talking about! :D :D :D 

 

Thu Dec 24 2020 17:55:36 MST from Otto Roboto

 

Thu Dec 24 2020 02:52:32 PM MST from ParanoidDelusions

The thing that is driving me nuts is that I just saw this file, and can't for the life of me remember where it was. 

 



Sorry Donnie, they say memory is the second thing to go.   ;)



 



[#] Sat Dec 26 2020 10:13:28 MST from ParanoidDelusions <paranoiddelusions@wallofhate.com>

[Reply] [ReplyQuoted] [Headers] [Print]

A place marker until I get a chance to fix the file permissions on directories.



BPF.TXT (text/plain, 80184 bytes) [View| Download]
BOFD.TXT (text/plain, 47108 bytes) [View| Download]
[#] Sun Dec 27 2020 03:51:18 MST from ParanoidDelusions <paranoiddelusions@wallofhate.com>

[Reply] [ReplyQuoted] [Headers] [Print]

Well, look at that - proof you existed, even in 1985!

Wed Dec 31 1969 17:00:00 MST from
 


85Aug31 from Otto Roboto
I think Omni is down so much because Gary is working on it (and can't fix it.)