-
Notifications
You must be signed in to change notification settings - Fork 0
/
linux.data
958 lines (884 loc) · 13.5 KB
/
linux.data
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
DEFAULT
{SlashdotHeadline}
LINUXDOMAIN
{linuxdomainname}.{bigtld}
LINUXDOMAINNAME
{linuxdomain1}{linuxdomain2}
{linuxdomain1}{linuxdomain2}
{linuxdomain1}{linuxdomain2}
{linuxdomain1}{linuxdomain1}
{linuxdomain1}{linuxdomain1}
{linuxdomain1}{linuxdomain1}{linuxdomain2}
{linuxdomain1}{linuxdomain1}-{linuxdomain2}
{linuxdomain1}-{linuxdomain2}
{linuxdomain0}{linuxdomain1}
{linuxdomain0}{linuxdomain1}{linuxdomain2}
{linuxdomain0}{linuxdomain2}
{linuxdomain1}.{domainname}
LINUXDOMAIN0
cmdr
captain
super
major
taco
cool
phat
burrito
coffee
mega
meta
slash
dot
colon
grok
about
1st
just
everything
project
os
techno
source
the
open
free
new
colonel
go
wow
hot
uber
{firstname}
LINUXDOMAIN1
linux
geek
nerd
hack
unix
bsd
freebsd
solaris
apache
gnu
opensource
penguin
tux
daemon
linus
hacker
root
kernel
perl
python
programming
bitbucket
null
LINUXDOMAIN2
news
week
today
tommorrow
day
newbie
ware
cheesymerchandise
headlines
stuff
portal
power
shell
hack
fest
web
site
forum
community
dotcom
dotorg
fun
help
advice
world
network
net
humor
rules
warez
rulez
kiddie
geek
nerd
hacker
moneymakingportal
here
planet
city
place
chat
grok
one
central
plaza
2000
search
find
finder
links
directory
apps
business
biz
archives
island
software
bandwagon
life
howto
mag
month
minute
chix
meat
women
docs
games
focus
{Newspaperpair2}
start
now
future
universe
galaxy
key
party
jobs
tech
LINUXDISTRO
Red Hat Linux
Debian GNU/Linux
SuSE Linux
TurboLinux
Stampede Linux
Caldera OpenLinux
Slackware Linux
Linux Mandrake
Corel Linux
LINUXCOMPANY
Red Hat
SuSE
Caldera
Corel
LinuxCare
VA Linux
Internet.com
Cobalt Networks
Applix
LINUXPERSONALITY
Linus Torvalds
Eric S. Raymond
Richard M. Stallman
Alan Cox
Bernhard Rosenkraenzer
Rik van Riel
Larry Wall
Bruce Perens
Miguel de Icaza
MICROSOFTPERSONALITY
Bill Gates
Steve Ballmer
Ed Muth
Nathan Myrrhvold
PUNDITPERSONALITY
Jesse Berst
Fred Moody
Bob Metcalfe
TECHCOLUMNIST
{PunditPersonality}
Robert X. Cringely
Jon Katz
Nicholas Petreley
John Dvorak
LINUXPUBLICATION
LinuxToday
LWN
LinuxWorld
Linux.com
LINUXEXPO
{RealCity} Linux {LinuxExpoSuffix}
{USState} Linux {LinuxExpoSuffix}
Linux {LinuxExpoSuffix}
LinuxWorld {LinuxExpoSuffix}
LinuxExpo {LinuxExpoSuffix}
LinuxCon {LinuxExpoSuffix}
LINUXEXPOSUFFIX
Showcase
Expo
Conference
Convention
{@%Y|0|0}
Show
Money-Making Expo
PHB Get-Together
TECHLAWSUITTARGET
DeCSS
Napster
MP3.com
2600
TECHGEEKTARGET
DMCA
Microsoft
Echelon
Carnivore
"Know Your Customer"
Geek Profiling
Software Patents
TECHGEEKENEMY
Microsoft
RIAA
MPAA
DVD CCA
Network Solutions
GEEKPEOPLE
Hackers
Geeks
Nerds
Kids
Teenagers
{[Angst-Ridden|Troubled} Teens
Anonymous Cowards
Lurkers
Flamers
GEEKENEMY
Bible-Thumpers
Congresscritters
{[Paranoid |Clueless |Hysterical | } Parents
Recording Industry Executives
Media Tycoons
Bureaucrats
Soccer Moms
Prohibitionists
Lawyers
Attorneys
Lobbyists
Pointy Haird Bosses
School Administrators
Thought Police
GEEKBADGUYS
Script Kiddies
Hackers
Crackers
Spammers
GEEKPOLITICALPROBLEM
censorship
software patents
{[Carnivore|Echelon}
Geek Profiling
"Know Your Customer"
domain snatching
TECHPROBLEM
Script Kiddies
Spammers
Crackers
Backhoes
Network Outtages
System Crashes
LINUXERROR
lp1 on fire
kernel panic
Signal 11
Security hole found between chair and monitor
User needs a cluestick
This ain't Windows
Bus error
Black hole imminent
Segmentation fault
TECHTOPIC
Bogus Patents
Artificial Intelligence
Embedded Systems
Dotcom Meltdown
Hackers/Crackers
Spam
Windows {WindowsVersion} Security Exploits
GEEKENTERTAINMENT
Star Wars
Star Wars
The Matrix
Star Trek: {[TOS|TNG|DS9|Voyager}
Star Trek
The Simpsons
X-Files
Babylon 5
MST3K
GEEKSCIFIBOOK
The {GeekSciFiBookPeople} Of The {GeekSciFiAlien} {GeekSciFiBookPlace}
The {GeekSciFiBookPeople} Of {GeekSciFiAlien}
{[The }{GeekSciFiBookEvent} Of The {GeekSciFiAlien} {GeekSciFiBookPlace}
{[The }{GeekSciFiBookEvent} Of The {GeekSciFiBookPlace} Of The {GeekSciFiBookPeople}
The {GeekSciFiBookThing} Of The {GeekSciFiAlien} {GeekSciFiBookPlace}
{[The }{GeekSciFiBookPeople} Of The {GeekSciFiBookThing}
{[The }{GeekSciFiBookPlace} {GeekSciFiBookThing}
The {GeekSciFiBookEnemy} {[Awaits|Comes|Awakens|Returns}
{[The }{GeekSciFiBookThing} Of The {GeekSciFiBookEnemy}
{[The }{GeekSciFiBookEvent} Of The {GeekSciFiBookEnemy}
{GeekSciFiBookThing} {[In The Balance|On Hold|In Limbo|Vanishes}
{[The }{GeekSciFiBookEvent} Of The {GeekSciFiBookThing} Of {GeekSciFiAlien}
{[The }{GeekSciFiBookAdj} {GeekSciFiBookPlace}
{[The }{GeekSciFiBookAdj} {GeekSciFiBookPlace} Of {GeekSciFiAlien}
{[The }{GeekSciFiBookAdj} {GeekSciFiAlien} {GeekSciFiBookThing}
{[The }{LastName} {[Effect|Equation}
GEEKSCIFIBOOKPLACE
Planet
Star
Sun
Universe
Galaxy
Solar System
World
Realm
Asteroid
Comet
Outpost
Matrix
Constellation
Continuum
Cluster
Quasar
Nebula
GEEKSCIFIBOOKTHING
{[Techno|Cyber|Lawyer|Chrono}clysm
Federation
Future
Community
Civilization
Spaceship
Union
Alliance
Foundation
Conspiracy
Amulet
Black Hole
Anomoly
Underground
Empire
GEEKSCIFIBOOKENEMY
Menace
Monster
Machine
Beast
Devil
GEEKSCIFIBOOKPEOPLE
Explorer{[s}
Pioneer{[s}
Guardian{[s}
Time Traveler{[s}
Astrophysicist{[s}
Stonecutter{[s}
Mystic{[s}
Fortuneteller{[s}
Philosopher{[s}
King{[s}
God{[s}
Goddess{[es}
{[Dictator|Tyrant|Despot|Monarch}
Aristocrat{[s}
Mathematician{[s}
Scientist{[s}
Wizard{[s}
GEEKSCIFIBOOKEVENT
Revenge
Return
Rise
Fall
Destruction
Implosion
Annihilation
Victory
Defeat
End
GEEKSCIFIBOOKADJ
Expanding
Collapsing
Imploding
Derelict
Abandoned
Lost
Triumphant
Victorious
Doomed
Forbidden
Unknown
Null
Infinite
GEEKSCIFIELEMENT
time travel
artificial intelligence
a sentient {animal}
galactic civilizations
faster-than-light travel
parallel universes
anti-gravity cars
mind-reading aliens
scientific techno-babble
teleportation
GEEKSCIFIALIEN
{^RandomName}
{GeekSciFiAlienStatic}
GEEKSCIFIALIENSTATIC
{Planet}
Orion
Andromeda
Gaia
Alpha Centauri
Betelguese
Alpha
Beta
Gamma
Epsilon
GEEKSCIFIAUTHOR
Robert Heinlein
Neal Stephenson
Arthur C. Clarke
Isaac Asimov
Orson Scott Card
BOGUSPATENT
server side includes
weblog-style sites
random poetry generators
{[beige|rectangular|translucent} computer cases
rectangular computer cases
dancing software assistants
command-line interfaces
floppy diskettes
hypertext documents
interpreted scripting languages
{[double|zero|triple}-click shopping
ROT13 encoding
XOR encryption
the quadratic formula
CGI scripting
spell checking
pull-down menus
{[horizontal|vertical} scroll bars
PUNDITFLAME
Linux is Communistic
Linux will fail
Linux is the worst operating system ever
Could you get fired for choosing Linux?
Unix is 1960s technology
The GPL is even more restrictive than a Microsoft EULA
The GNU Project is holding back the Open Source movement
Open Source projects are uncreative and unoriginal
Linux doesn't contain any innovations
Microsoft is the most innovative company in the history of mankind
Windows {WindowsVersion} is much better than Linux
Unix sucks
Windows is the only GUI with a consistent interface
Why do end-users need source code anyways?
Linux users all behave like immature {#7-16} year olds
Linux = LinSux
Linux is only free if your time is worthless
Security through obscurity is the only way to go!
Attack of the Snot-Nosed Linux Zealots
Linux Advocacy: A Dangerous Brainwashing Religious Cult
Microsoft Will Win
PERIPHERAL
Digital Camera
{PeripheralInterface} Infrared Video Camera
{PeripheralInterface} Scanner
Software Modem
Cable Modem
Video Card
3D Accelerator Card
{PeripheralInterface} Time Travel Card
{PeripheralInterface} Coffee Machine
{#40-99} Inch Monitor
Uninterruptible Power Supply
{PeripheralInterface} CD-Recorder
Beowulf-Cluster-in-a-Box
PERIPHERALINTERFACE
SCSI
IDE
Parallel Port
USB
FireWire
Serial Port
TECHHARDWARECOMPANY
IBM
Dell
Compaq
Maxtor
Seagate
Western Digital
Transmeta
Hewlett Packard
OPENSOURCEPROJECT
Linux
FreeBSD
NetBSD
OpenBSD
Apache
Sendmail
GNOME
KDE
X11
Mozilla
UNIXTOOL
awk
sed
bison
gcc
vi
emacs
LINUXEVENT
LinuxWorld Expo
Atlanta Linux Showcase
LinuxFest
LinuxExpo
LINUXUSERGROUP
{LETTER}{LETTER}LUG
{USPOSTALSTATE}LUG
{LETTER}LUG
FRESHMEATLINK
http://freshmeat.net/news/{@%Y/%m/%d|0|50000}/{digit}{digit}{digit}{digit}{digit}{digit}{digit}{digit}{digit}.html
FRESHMEATDESC
{Apptype} {appsuffix}
{Apptype} {appsuffix} for {FreshMeatDescFor}
{Apptype} {appsuffix} written in {ComputerLanguage}
{BuzzwordAdjective} {buzzwordnoun} written in {ComputerLanguage}
{BuzzwordAdjective} {buzzwordnoun} for the {careertech}
{BuzzwordAdjective} {buzzwordnoun} {buzzwordjob}
{FreshMeatDescPrefix} {Apptype} {appsuffix}
{ComputerLanguage} {appsuffix}
{FreshMeatDescPrefix} {buzzwordnoun}
Clone of {AppNameSimple}
{FreshMeatDescPrefix} implementation of Microsoft {MicrosoftProduct}
FRESHMEATDESCPREFIX
Open Source
Free
Libre
Updated
Revamped
Upgraded
Shareware
Freeware
Public domain
FRESHMEATDESCFOR
Linux
{LinuxDistro}
Unix
FreeBSD
BeOS
BSD Unix
Perl/Tk
Tcl/Tk
KDE
GNOME
Qt
Gtk
X11
FRESHMEATAPP
{AppName} {AppVersion}
APPNAME
{AppNameSimple}
{AppNameSimple}
{AppNameSimple}
{AppNameComplex}
APPNAMESIMPLE
{ACRONYM}
{acronym}
{acronym}
{appprefix}{acronym}
{appprefix}{syllable}{letter}
{appprefix}{syllable}2{syllable}
{Acronym}
{letter}{ACRONYM}
{RandomName}
{LastName}
{Syllable}{syllable}
{letter}{Syllable}
{letter}{letter}{letter}
{letter}{letter}{letter}{letter}
{LETTER}{letter}{letter}{letter}
{letter}{LETTER}{letter}{letter}
{LETTER}{letter}{letter}{NumberWord}
{AppPrefix}{ACRONYM}
{AppPrefix}{RandomName}
{AppPrefix}{LETTER}{letter}{letter}{letter}
{AppCommon}
APPNAMECOMPLEX
{FirstName}'s {AppType} {AppSuffix}
{FirstName}'s {AppSuffix}
{Acronym} {AppType}
{ACRONYM} {AppType} {AppSuffix}
{AppType} {AppSuffix}
{Syllable}{syllable} {AppType} {AppSuffix}
{RandomName} {AppSuffix}
{AppPrefix}{LETTER}{letter}{letter}{letter} {AppSuffix}
{AppPrefix}{Syllable}{syllable} {AppType} {AppSuffix}
{AppCommon} {AppType} {AppSuffix}
{TechCompany} {Peripheral} {[Device Driver|Driver|Kernel Module|Interface|Deamon}
{BuzzwordAdjective} {AppSuffix}
{FirstName}'s {BuzzwordAdjective} {BuzzwordNoun} {BuzzwordJob}
{Acronym} {BuzzwordNoun}
{AppPrefix}{RandomName} {BuzzwordAdjective} {BuzzwordJob} {AppSuffix}
{RandomName} {BuzzwordJob}
{BuzzwordAdjective} {BuzzwordNoun} {AppSuffix}
{LinuxDistro}
APPPREFIX
GNU/
GNU
Gnu
GTK-
Gtk
KDE
X
K
X11
Perl
Java
PHP_
php
Py
GPL
Linux
Linux
My
Qt
Qt_
lib
Lib
Mod
mod_
Wx
CGI
Web
Net
Html
Phat
Cool
Wm
Free
News
BSD
APPSUFFIX
Viewer
Browser
Client
Server
Proxy
Agent
Editor
Database
Object
Programming Language
Shell
Hack
Window Manager
User Interface
Front-End
Back-End
Interface
Module
Library
Parser
Generator
Compiler
Linker
Plug-in
Applet
Project
Office
Environment
Processor
Parser
Tools
Toolkit
Analyzer
Electron Waster
Simulator
Clone
Filesystem
Device Manager
Thingamajig
APPTYPE
Web
Internet
Object Oriented
Buzzword-Enhanced
TCP/IP
HTML
HTTP
XML
Graphics
ASCII
Unicode
Threaded
Cool
CGI
Scripting
Online
C
Perl
Java
Python
Modern
Postmodern
New & Improved
APPCOMMON
{letter}spell
{letter}mail
{LETTER}edit
{letter}Edit
{lastname}fs
{randomname}lib
{letter}find
{randomname}X
{letter}grep
{letter}tools
APPVERSION
0.0.{#1-20}{AppVersionSuffix}
0.{digitnozero}.{#0-30}
1.0.{#0-30}
1.{digitnozero}.{#0-30}{AppVersionSuffix}
2.{digit}.{#0-30}
2.{digit}.{#0-30}{AppVersionSuffix}
{#3-9}.{digit}.{#0-30}
0.0{digit}{AppVersionSuffix}
0.{digit}
0.{#1-99}
1.0{AppVersionSuffix}
1.00
1.{#1-99}
1.{#1-99}{AppVersionSuffix}
{#2-20}.{#1-99}{AppVersionSuffix}
{@%Y%m%d}
APPVERSIONSUFFIX
pl{digit}
alpha
beta
-{#1-30}
{letter}
-ac{digit}
-pre{digit}
LINUXKERNELVERSION
2.2.{#30-40}
2.3.{#50-99}
2.4.0-pre{#1-30}
2.4.0-ac{#1-30}
2.4.{digit}
2.5.{#0-99}
WINDOWSVERSION
95
98
98 Second Edition
Millennium Edition
NT 4.0
2000
CE
MICROSOFTPRODUCT
Office
Word
Excel
Access
PowerPoint
Bob
Visual Basic
Visual C++
IIS
FrontPage
SOFTWAREPRODUCT
CorelDRAW
WordPerfect
Microsoft Office
Microsoft Word
Borland Delphi
Oracle
Interbase
AutoCAD
MICROSOFTSLOGAN
Making It All Make Cents
Over {#5-20} Years of Innovation
Wintel Inside
Your Windows and Gates to the World
Fighting the Department of Injustice Since Day One
Because Anti-Trust Laws Are Obsolete
Real People Use Our Software, Not Nerds & Geeks
Crashes Are Normal
Embracing & Extending For Over {#20-30} Years
This Motto is Not Anti-Competitive
Got Windows? You Have To!
One Microsoft Way. It's Much More Than An Address.
OPENSOURCELICENSE
GNU General Public License
GNU Lesser General Public License
BSD License
Artistic License
Mozilla Public License
X11 License
Apache License
RFCDOCUMENT
{[Electricity|Water|Pizza|Beer}-over-IP
IP Datagrams Carried by {[Pony Express|Taxicab|Fedex}
PORN Over Real-time Networks
SLASHDOTJONKATZ
{SlashdotJonKatzPrefix1}: {SlashdotJonKatz1}
{SlashdotJonKatz1}
SLASHDOTJONKATZ1
{SlashdotJonKatzIssues}, {SlashdotJonKatzIssues} and the {SlashdotJonKatzIssues2}
{SlashdotJonKatzVerbs1} {SlashdotJonKatzActionsOfThem} {SlashdotJonKatzIssues}
{SlashdotJonKatzPrefix2} {SlashdotJonKatzActionsOfThem} {SlashdotJonKatzIssues}
SLASHDOTJONKATZPREFIX1
Analysis
Unplugged
Part {NumberWord}
Feature
Jon Katz
The Windbag Speaks
SLASHDOTJONKATZPREFIX2
The Rise Of
Brief History Of
The Road To
The Myth Of
Voices From
Descent Into
At The Crossroads Of
Showdown With
The Era Of
The Power Of
The Death Of
The Nation Of
Some Good News From
Beyond
SLASHDOTJONKATZVERBS1
Dealing With
Handling
Facing
Coping With
Fighting
Challenging
SLASHDOTJONKATZACTIONSOFTHEM
War On
Battle Against
Heavy-Handed Crusade Against
Draconian Retaliation Against
Foolish Crackdown On
Crazy Attempts To Ban
SLASHDOTJONKATZISSUES
Criminal Libel
Free Speech
Free Music
Fighting Monopolies
Repealing Unjust Laws
Software Patents
Geek Profiling
Sexbots
Free Pornography
SLASHDOTJONKATZISSUES2
Net
World
Internet
Worldwide Community
Web
Geek Population
Future