|
Home | Switchboard | Unix Administration | Red Hat | TCP/IP Networks | Neoliberalism | Toxic Managers |
(slightly skeptical) Educational society promoting "Back to basics" movement against IT overcomplexity and bastardization of classic Unix |
Etc |
|
Good introductory book (or better books) save you a lot of trouble, especially if one try to learn Linux/Unix independently. Actually a good book can make a difference between success and failure in moving from widows to Unix environment. Unix is a complex OS and there is a tremendous difference in quality among introductory books. Please be careful. Some books are available in electronic format, see Unix CD bookshelf, 3d edition and Safari
|
One of my recommendations for very basic introductory books is Mark Sobell's books. He breaks one rule that I talked about in the introduction: the book value is strongly correlated with the quality of the authors web site, if any. The author web site www.sobell.com is weak, but the books are decent. You can read an interview with Mark G. Sobell.
All Mark Sobell Unix books contain two parts: the first is tutorial and the second is reference. Both are good. The reference is close to man pages, but always contain examples -- a sad omission in original Unix man pages (along with obsolete format -- HTML would be much better and more modern choice). Those examples alone are worth the price of the book.
For Solaris books see my Solaris page that I created after Sun's initiative to open Solaris. Solaris 8 is free on computers with up to 8 CPUs and is a very good OS, especially for using with commercial databases. IMHO Oracle on Linux is a rather shaky proposition despite all recent Oracle hype and handwaiving.
Most Unix vendors have documentation available online and the last thing you want is a reproduction of man pages in printed format. You need to check for such a correlation :-). See my Solaris links. Actually it was DEC that has the best documentation available online...
If you have no chance to browse book yourself in a nearby bookstore, open content books are definitely preferable -- at least you know what to expect and you can adapt/add to electronic text to suit your needs. See also Softpanorama CD Bookshelf
Dr. Nikolai Bezroukov
You can use Honor System to make a contribution, supporting this site |
Peter Salus A Quarter Century of UNIX
Jon Lasser Think UNIX
Mark Sobel Softpanorama Review: A Practical Guide to Red Hat Linux 8
Mark Sobel A Practical Guide to Solaris
Arnold Robbins Classic Shell Scripting
Bill Rosenblatt Learning the Korn Shell
NIIT Special Edition Using Solaris 9
Jul 09, 2017 | tech.slashdot.org
(multicians.org)"The seminal operating system Multics has been reborn," writes Slashdot reader doon386 :
The last native Multics system was shut down in 2000 . After more than a dozen years in hibernation a simulator for the Honeywell DPS-8/M CPU was finally realized and, consequently, Multics found new life... Along with the simulator an accompanying new release of Multics -- MR12.6 -- has been created and made available. MR12.6 contains many bug and Y2K fixes and allows Multics to run in a post-Y2K, internet-enabled world. Besides supporting dates in the 21st century, it offers mail and send_message functionality, and can even simulate tape and disk I/O. (And yes, someone has already installed Multics on a Raspberry Pi.)
Version 1.0 of the simulator was released Saturday, and Multicians.org is offering a complete QuickStart installation package with software, compilers, install scripts, and several initial projects (including SysDaemon, SysAdmin, and Daemon).
Plus there's also useful Wiki documents about how to get started, noting that Multics emulation runs on Linux, macOS, Windows, and Raspian systems. The original submission points out that "This revival of Multics allows hobbyists, researchers and students the chance to experience first hand the system that inspired UNIX."
www.sorehands.com ( 142825 ) , Sunday July 09, 2017 @01:47AM ( #54772267 ) Homepage
I used it at MIT in the early 80s. ( Score: 4 , Informative)Gravis Zero ( 934156 ) , Sunday July 09, 2017 @02:10AM ( #54772329 )I was a project administrator on Multics for my students at MIT. It was a little too powerful for students, but I was able to lock it down. Once I had access to the source code for the basic subsystem (in PL/1) I was able to make it much easier to use. But it was still command line based.
A command line, emails, and troff. Who needed anything else?
It's not the end! ( Score: 4 , Interesting)Tom ( 822 ) , Sunday July 09, 2017 @04:16AM ( #54772487 ) Homepage JournalConsidering that processor was likely made with the three micrometer lithographic process, it's quite possible to make the processor in a homemade lab using maskless lithography. Hell, you could even make it NMOS if you wanted. So yeah, emulation isn't the end, it's just another waypoint in bringing old technology back to life.
Multics ( Score: 5 , Interesting)nuckfuts ( 690967 ) , Sunday July 09, 2017 @02:00PM ( #54774035 )The original submission points out that "This revival of Multics allows hobbyists, researchers and students the chance to experience first hand the system that inspired UNIX."More importantly: To take some of the things that Multics did better and port them to Unix-like systems. Much of the secure system design, for example, was dumped from early Unix systems and was then later glued back on in pieces.
Influence on Unix ( Score: 4 , Informative)Shirley Marquez ( 1753714 ) , Monday July 10, 2017 @12:44PM ( #54779281 ) HomepageFrom here [wikipedia.org]...
The design and features of Multics greatly influenced the Unix operating system, which was originally written by two Multics programmers, Ken Thompson and Dennis Ritchie. Superficial influence of Multics on Unix is evident in many areas, including the naming of some commands. But the internal design philosophy was quite different, focusing on keeping the system small and simple, and so correcting some deficiencies of Multics because of its high resource demands on the limited computer hardware of the time.
The name Unix (originally Unics) is itself a pun on Multics. The U in Unix is rumored to stand for uniplexed as opposed to the multiplexed of Multics, further underscoring the designers' rejections of Multics' complexity in favor of a more straightforward and workable approach for smaller computers. (Garfinkel and Abelson[18] cite an alternative origin: Peter Neumann at Bell Labs, watching a demonstration of the prototype, suggested the name/pun UNICS (pronounced "Eunuchs"), as a "castrated Multics", although Dennis Ritchie is claimed to have denied this.)
Ken Thompson, in a transcribed 2007 interview with Peter Seibel[20] refers to Multics as "...overdesigned and overbuilt and over everything. It was close to unusable. They (i.e., Massachusetts Institute of Technology) still claim it's a monstrous success, but it just clearly wasn't." He admits, however, that "the things that I liked enough (about Multics) to actually take were the hierarchical file system and the shell! a separate process that you can replace with some other process."
A hugely influential failure ( Score: 2 )The biggest problem with Multics was GE/Honeywell/Bull, the succession of companies that made the computers that it ran on. None of them were much good at either building or marketing mainframe computers.
So yes, Multics was a commercial failure; the number of Multics systems that were sold was small. But in terms of moving the computing and OS state of the art forward, it was a huge success. Many important concepts were invented or popularized by Multics, including memory mapped file I/O, multi-level file system hierarchies, and hardware protection rings. Security was a major focus in the design of Multics, which led to it being adopted by the military and other security-conscious customers.
Are there any books you would recommend to someone interested in improving their understanding of Unix? Even though I use it every day, I feel like my understanding is incomplete. I would like to read one or two books, preferably under 300 pages each, that would make me a lot smarter when it comes to Unix. And I figure reading about Unix at bedtime would help me fall asleep faster.
The Real PC
Friday, May 28, 2004Advanced Programming in the Unix Environment, Stevens.
SG
Friday, May 28, 2004I like "Linux System Administration - A User's Guide" by Marcel Gagne' (Addison Wesley).
It's not fat, and it's full of useful info. The downside is that Gagne's writing style is good enough that it might not help put you to sleep.
yet another anon
Friday, May 28, 2004I always learned fun new things from Unix Power Tools.
http://www.oreilly.com/catalog/upt2/index.html
m
Friday, May 28, 2004Keep in mind that while I've used multiple languages on unixes, I'm nowhere near being an expert, just gotten in 'n out. So I hope someone will point out if my mentions are outdated.
- Kernighan/Mashey "Unix Programming Environment" paper. Since it's a paper, it's rather short.
- Ritchie/Thompson original paper might put things in perspective.
- Kernighan/Pike _The Unix Programming Environment_ book.
- Maurice/Bach _The Design..._ book goes into detail.
- Nemeth/Snyder/... unix sysadmin book might be useful.
- Unix Hater's Handbook, gratis online.Tayssir John Gabbour
Friday, May 28, 2004If you use it every day, but you're looking for more, I recommend O'Reilly's "Essential System Administration." Describes the evolutions of the different branches of Unixes, and how they differ. Each part of the book describes how to do something in the different ways peculiar to different Unix-alikes. It does have a sysadmin bent, of course, but you still might want to check it out.
Rich
Friday, May 28, 2004I second the Unix Power Tools reccomendation. It has taught me more about unix than any other unix book I've bought, or any one site online.
Its not small, but its not designed to be read straight through. Its a collection of tips from newsgroups and email lists over the past 20+ years.
It won't teach you tons of sysadmin stuff, but it will make you a much more effective unix user, which will translate into a better sysadmin.
I cannot reccomend this book enough.
Andrew Hurst
Friday, May 28, 2004I'll third Unix Power Tools. It makes learning Unix fun.
Herbert Sitz
Friday, May 28, 2004I have some of the nicest linux and unix books under the sun!! :D If you read through any 15% of them you'll be able to create a cluster of computers capable of curing AIDS.
They are gathering dust. *sigh* However I probably will not sell them. Maybe for a future project that might accidentally change the world.
Li-fan Chen
Friday, May 28, 2004Ask me for the list, it's long.
Li-fan Chen
Friday, May 28, 2004> I feel like my understanding is incomplete
None of the books recommended so far gives you the "big picture", and (IMHO) you will never become proficient in UNIX (be it programming or system administration), until you have a good mental model of the whole.
The best book for the "high-level view" is "Operating Systems: Design and Implementation" by Andrew S. Tanenbaum.
His other books are very good as well, and "Structured Computer Organization" is worth a read no matter which OS you are using.
Employed Russian
Friday, May 28, 2004I also like The Unix Philosophy which leans more towards the programming life, but sets a frame of reference for why unix is as it is.
m
Friday, May 28, 2004"The Unix Haters Handbook"
http://research.microsoft.com/~daniel/uhh-download.html
;-)
Friday, May 28, 2004Eric Raymond's 'The Art of UNIX Programming' Is a bn="right">john
Saturday, May 29, 2004Linux Server Hacks
100 Industrial-Strength Tips and Tools
http://www.oreilly.com/catalog/linuxsvrhack/Michael Moser
Saturday, May 29, 2004A personal favourite is "The UNIX Programming Environment" by Kernighan and Pike. Like UNIX itself, this compact book is either dated or timeless.
M. E.
Saturday, May 29, 2004I second the Unix Programming Environment, by Kernigan and Pike.
Unix power tools is a good one, as others have mentioned it's a collection of tips for using commands. Ever tried to figure out the find command from the manual? It bites, but Power Tools tells you how to do what you want done.
The Stevens book is great, but only for system programmers. That would be me.
Think Unix by Jon Lasser is another great book on overall Unix stuff.
Snotnose
Saturday, May 29, 2004Great free resources. In case of LINUX some guys are trying
to create something in the likes of MSDN.Linux documentation project
http://en.tldp.org/Developer works tutorials (need to register/fill out a form)
http://www-106.ibm.com/developerworks/views/linux/tutorials.jspDeveloper works technical library (need to register/fill out a form)
http://www-106.ibm.com/developerworks/linux/library/technical/linux.htmlMichael Moser
Sunday, May 30, 2004Get "The Design and Implementation of the BSD Operating System". I haven't read the latest version, but it used to be pretty good in the old days.
Just me (Sir to you)
Monday, May 31, 2004
This is an expensive CD. The Unix CD Bookshelf packs six books: one excellent, two good and three semi-useless/obsolite. Version 3 provides convenient online access to seven books. It also includes the hard copy of Unix in a Nutshell, Third Edition.
**** Unix Power Tools, 3rd Edition;
??? Learning the Unix Operating System, 5th Edition;
??? Learning the vi Editor, 6th Edition;
??? Mac OS X for Unix Geeks;
***** Learning the Korn Shell, 2nd Edition;
**** sed & awk, 2nd Edition;
*** Unix in a Nutshell, 3rd Edition.
The CD has a master index, a powerful search engine, and all the text is extensively hyperlinked, so you'll find what you're looking for quickly.
This is a hell of a book with its 1616 pages :-). But you can judge general quality of material by browsing chapters that Mark Sobell provides online:
Copyright Notice |
Table of Contents |
Preface |
Chapter 5: The Shell I |
Chapter 7: GNOME Desktop Manager |
Chapter 9: Networking and the Internet |
Chapter 12: The Shell II: The Bourne Again Shell |
Index |
I also somewhat doubt that Red Hat should be called GNU/Linux system :-)
Vast improvement, June 27, 2002
Reviewer: Daniel O'Riordan from New York City, New York
I bought the Solaris 8 version of this book. It was OK but did not contain sufficient material on the new technologies. I ordered the Solaris 9 version of the book because it's the only Solaris 9 book around. I am happy to report that this book covers new technologies like RBAC, LDAP and the resource manager. These are so much more important for the enterprise than GNOME. Strong emphasis on disks - format, partition, volume management, backups - is good and logically ordered. The only thing I would like to see is more coverage on application servers, databases, message queues and other uses of Solaris in large firms. But that's probably an architecture book with a different focus.
by Aeleen Frisch
Probably the intermediate best sysadmin book on the market.
Unix in general and Linux in particular is a complex OS and any introductory book that has, say, less than 800 pages is suspect. You just need to put a lot of stuff into the introductory Unix book. Some books like all Mark Sobell books are structured in two parts with the second part containing a reference. This is a good idea for the introductory book as man pages are often difficult to use for novices, but content of the first part suffers (Sobell's books do not contain chapters on AWK and SED -- a sad omission for the introductory book, but it contain a pretty decent information about this utilities in the reference part of the book). The problem is that Sobell authored a general Unix book (A Practical Guide to the Unix System, 1994 see below) and never updated it, his more recent books are about Linux and Solaris. They are covered in my Linux and Solaris pages. Here we will cover general introductory books.
What I really like about Mark Sobell's Unix books is that all of them contain
two parts that can be considered as a separate books. So in essence you buy
two books for the price of one.
The book also has pretty usable index and five appendixes. Appendix A (regular expressions) actually deserves to be converted to a chapter.
This edition is a result of polishing the material from four previous editions and that shows. For example in the Chapter 2 (p.38) the author mentions the problem of using Ctrl-Z by the beginners who attempt to undo some command line changes. But this is not a Windows environment and that actually postpone the program -- a very puzzling situation for beginners for which very few Unix beginner books authors provide a helpful advice. Useful tips can be found in almost any chapter and it is this attention to details that really make this book an outstanding example of the introductory Unix textbook.
Another interesting feature of the book is that the command line environment is introduced after GUI (KDE/Gnome) environment. Such an approach is more modern than "command line first" approach and provides an opportunity for students immediately transfer their Windows-based skills to Linux and master command line after that, saving a lot of frustration (vi as the first Unix editor is a torture, I know that for sure :-). In this case beginners can postpone struggling with vi until they get to speed with pipes and classical Unix utilities. Actually this permit studying vi in more depth. We should not forget than most students now study Unix after they learn Windows and Sobell's book in one of the few that take into account this situation.
I used his previous Solaris-based book for several introductory Unix classes at the university and can attest that students grasp most material very easily. Exercises given after each chapter can serve as a basis of very useful homework assignments.
As for shortcomings there are very few of them and they generally does not diminish the high value of the book. For some reason gawk and sed are not covered in the main chapters, but only in the reference part. I would change this is a future edition(s).
Grep and find probably also can be covered a small separate chapter (or the author may wish to swap it with the chapter 14 --the second shell (c shell) might be an overkill for the introductory book (bash is now "good enough") and it's better to move it into supplement :-). I would also convert the supplement about regular expressions into a regular chapter and devote some space to Perl (Z-shell can go to the supplement too; I doubt about wisdom of covering three shells in an introductory book.)
It's really sad that Perl is not mentioned at all while the whole chapter is devoted to zsh: in reality Perl killed shell scripting in all but simple and special purpose (startup) cases. And although the decision whether to include Perl chapter or not should probably be better left to the author (it complicates the book as such has some drawbacks too), I think that it make sense at least to provide a supplement with Perl overview in future editions.
Another minor thing: using pine as a newsreader as in Chapter 9 is fine if you are limited to the command line. If not, than Netscape Communicator (in its Mozilla incarnation) is much more user friendly and easier to use program.
All-in-all I hope everybody who is trying to master Linux will appreciate the level of insight into this pretty complex environment that this book provides. It beats similar books not only by weight :-). IMHO this book is as close to a classic Linux book as one can get.
Copyright Notice |
Table of Contents |
Preface |
Chapter 5: The Shell I |
Chapter 7: GNOME Desktop Manager |
Chapter 9: Networking and the Internet |
Chapter 12: The Shell II: The Bourne Again Shell |
Index |
I also somewhat doubt that Red Hat should be called GNU/Linux system :-)
This edition is a result of polishing the material in three previous editions and that shows. For example in the Chapter 2 (p.23) the author mentions the problem of using Ctrl-Z by the beginners who attempt to undo some command line changes. But this is not a Windows environment and that actually postpone the program -- a very puzzling situation for beginners for which very few Unix beginner books authors provide a helpful advice. Another example of attention to details is that this is one of the few intro Unix books that recommends a reasonable .profile file that make Solaris/Unix more user friendly. All-in-all tremendous amount of useful tips can be found in almost any chapter and this attention to details really make this book an outstanding example of the introductory Unix textbook.
Another excellent feature of the book is that Solaris/Unix command line environment is studied along with X windows environment. such an approach is more modern than pure command line approach and it provides additional insights into how best use Solaris/Unix in a particular circumstances. For example I am convinced that the approach adopted in the book of using X-based editors first is an improvement over traditional methods of introducing students to vi from the beginning. In this case beginners can postpone struggling with vi until they get to speed with command line and that experience can simplify mastering vi features and permit to study vi in more depth. We should not forget than most people study Solaris/Unix after they learn Windows and Sobell's book in one of the few that make necessary adjustments for this situation.
What I really like about Mark Sobell's Unix books is that all of them contain two parts:
A very good price for 1K well written pages ;-). Well known authors. Stan Kelly-Bootle ([email protected]) -- a famous author of Understanding Unix and The Computer Contradictionary
A good thing about this book is that it is very patient; the author assumes that you have absolutely NO experience in computers. He is pretty elaborate even covering on how to enter a command in UNIX. He says it like this: Press the characters on the keyboard in a sequence that matches the name of the command you want to use and press ENTER button.
The purpose of the book wasn't to tell you EVERYTHING. Rather, it is designed to get you comfortable with UNIX so you can advance if you want. But this book already has plenty of information to start doing some productive work in UNIX. Overall, I recommend any later Solbell's book instead of this one if you are new to UNIX and just want an easy, no -frills guide. If you are interested in Solaris then the author Solaris book will be much better value.
This decent book. some parts of it (User classification(9.1),
how to write your resume(10.4), etc) are unique. Generally just those
two chapters(Ch.9 and 10) worth the price of the book. Here is the review
that catch the essence but put it in a negative way because reviewer did not
understand the fact that this is a reference book. In certain aspects this book
competes with Unix Tools.
Average Customer Review: ****
Average and grossly overpriced. Very poor index. Also the stuff on troff,
mm, etc., is just a waste. I haven't seen anyone use those dinosaurs in a while.
Perl is absent. Never buy this book for $20. The main problem
is that there are not that many good examples. Even in comparison with Solaris
man pages it does not shine ;-) In 1994 such a book (for $10) was half decent.
Now it's simply junk. Here is one review from Amazon with which I agree:
***
If you're a beginner, don't
buy this.....yet. |
|
Reviewer: A reader from
midwest us
April 19, 1999 |
|
If you're a beginner
or even casual user of Unix then steer clear of this book. While
the information contained within is excellent, it's more suited towards
experienced users as it's not very well explained.
Also a major fault is the incredibly poor index. Frankly, it's one of the worst I've ever seen in any computer book. Pathetic. Instead of just indexing the terms, the descriptives should be listed as well. ... ... ... |
Society
Groupthink : Two Party System as Polyarchy : Corruption of Regulators : Bureaucracies : Understanding Micromanagers and Control Freaks : Toxic Managers : Harvard Mafia : Diplomatic Communication : Surviving a Bad Performance Review : Insufficient Retirement Funds as Immanent Problem of Neoliberal Regime : PseudoScience : Who Rules America : Neoliberalism : The Iron Law of Oligarchy : Libertarian Philosophy
Quotes
War and Peace : Skeptical Finance : John Kenneth Galbraith :Talleyrand : Oscar Wilde : Otto Von Bismarck : Keynes : George Carlin : Skeptics : Propaganda : SE quotes : Language Design and Programming Quotes : Random IT-related quotes : Somerset Maugham : Marcus Aurelius : Kurt Vonnegut : Eric Hoffer : Winston Churchill : Napoleon Bonaparte : Ambrose Bierce : Bernard Shaw : Mark Twain Quotes
Bulletin:
Vol 25, No.12 (December, 2013) Rational Fools vs. Efficient Crooks The efficient markets hypothesis : Political Skeptic Bulletin, 2013 : Unemployment Bulletin, 2010 : Vol 23, No.10 (October, 2011) An observation about corporate security departments : Slightly Skeptical Euromaydan Chronicles, June 2014 : Greenspan legacy bulletin, 2008 : Vol 25, No.10 (October, 2013) Cryptolocker Trojan (Win32/Crilock.A) : Vol 25, No.08 (August, 2013) Cloud providers as intelligence collection hubs : Financial Humor Bulletin, 2010 : Inequality Bulletin, 2009 : Financial Humor Bulletin, 2008 : Copyleft Problems Bulletin, 2004 : Financial Humor Bulletin, 2011 : Energy Bulletin, 2010 : Malware Protection Bulletin, 2010 : Vol 26, No.1 (January, 2013) Object-Oriented Cult : Political Skeptic Bulletin, 2011 : Vol 23, No.11 (November, 2011) Softpanorama classification of sysadmin horror stories : Vol 25, No.05 (May, 2013) Corporate bullshit as a communication method : Vol 25, No.06 (June, 2013) A Note on the Relationship of Brooks Law and Conway Law
History:
Fifty glorious years (1950-2000): the triumph of the US computer engineering : Donald Knuth : TAoCP and its Influence of Computer Science : Richard Stallman : Linus Torvalds : Larry Wall : John K. Ousterhout : CTSS : Multix OS Unix History : Unix shell history : VI editor : History of pipes concept : Solaris : MS DOS : Programming Languages History : PL/1 : Simula 67 : C : History of GCC development : Scripting Languages : Perl history : OS History : Mail : DNS : SSH : CPU Instruction Sets : SPARC systems 1987-2006 : Norton Commander : Norton Utilities : Norton Ghost : Frontpage history : Malware Defense History : GNU Screen : OSS early history
Classic books:
The Peter Principle : Parkinson Law : 1984 : The Mythical Man-Month : How to Solve It by George Polya : The Art of Computer Programming : The Elements of Programming Style : The Unix Hater�s Handbook : The Jargon file : The True Believer : Programming Pearls : The Good Soldier Svejk : The Power Elite
Most popular humor pages:
Manifest of the Softpanorama IT Slacker Society : Ten Commandments of the IT Slackers Society : Computer Humor Collection : BSD Logo Story : The Cuckoo's Egg : IT Slang : C++ Humor : ARE YOU A BBS ADDICT? : The Perl Purity Test : Object oriented programmers of all nations : Financial Humor : Financial Humor Bulletin, 2008 : Financial Humor Bulletin, 2010 : The Most Comprehensive Collection of Editor-related Humor : Programming Language Humor : Goldman Sachs related humor : Greenspan humor : C Humor : Scripting Humor : Real Programmers Humor : Web Humor : GPL-related Humor : OFM Humor : Politically Incorrect Humor : IDS Humor : "Linux Sucks" Humor : Russian Musical Humor : Best Russian Programmer Humor : Microsoft plans to buy Catholic Church : Richard Stallman Related Humor : Admin Humor : Perl-related Humor : Linus Torvalds Related humor : PseudoScience Related Humor : Networking Humor : Shell Humor : Financial Humor Bulletin, 2011 : Financial Humor Bulletin, 2012 : Financial Humor Bulletin, 2013 : Java Humor : Software Engineering Humor : Sun Solaris Related Humor : Education Humor : IBM Humor : Assembler-related Humor : VIM Humor : Computer Viruses Humor : Bright tomorrow is rescheduled to a day after tomorrow : Classic Computer Humor
The Last but not Least Technology is dominated by two types of people: those who understand what they do not manage and those who manage what they do not understand ~Archibald Putt. Ph.D
Copyright � 1996-2021 by Softpanorama Society. www.softpanorama.org was initially created as a service to the (now defunct) UN Sustainable Development Networking Programme (SDNP) without any remuneration. This document is an industrial compilation designed and created exclusively for educational use and is distributed under the Softpanorama Content License. Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.
FAIR USE NOTICE This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner. We are making such material available to advance understanding of computer science, IT technology, economic, scientific, and social issues. We believe this constitutes a 'fair use' of any such copyrighted material as provided by section 107 of the US Copyright Law according to which such material can be distributed without profit exclusively for research and educational purposes.
This is a Spartan WHYFF (We Help You For Free) site written by people for whom English is not a native language. Grammar and spelling errors should be expected. The site contain some broken links as it develops like a living tree...
|
You can use PayPal to to buy a cup of coffee for authors of this site |
Disclaimer:
The statements, views and opinions presented on this web page are those of the author (or referenced source) and are not endorsed by, nor do they necessarily reflect, the opinions of the Softpanorama society. We do not warrant the correctness of the information provided or its fitness for any purpose. The site uses AdSense so you need to be aware of Google privacy policy. You you do not want to be tracked by Google please disable Javascript for this site. This site is perfectly usable without Javascript.
Last modified: March 29, 2020