Some thoughts on Computer Security

The following is an excerpt from an E-mail I received from SANS institute, a computer security clearinghouse.  Quite frankly, the reason why I publishing this information is to scare you, gentle reader, into adopting "safe computing" practices.  Farther along in this essay is a list of unsafe computer practices and some work arounds. 

Information on the threats:

 

Safe computing practices

There are safe and unsafe ways to cross a street, and there are safe and unsafe ways to run computers
 
 
What you want to do The unsafe way The safe way
Select an operating system Windows/95 is safe only because its capabilities are fairly limited. 
Windows/NT is a little better.  The design of the operating system makes it hard to secure it internally
 
Linux is remarkably secure, probably because tens of thousands of programmers have looked at the source code.
Solaris is considered a secure operating system.
The ultimate in Secure operating systems are OpenVMS from DEC and MVS/XA and OS/400 from IBM.
Send formatted prose, such as a book, memo, or monograph Word for Windows (.DOC) files are worst, because a bad guy can embed a Macro in the file which is harmful.
 
Rich Text Format (RTF) are safer than DOC files because you can't plant a Macro in an RTF
Flat ASCII files are safest.  HTML files without Javascript or Java are safe.
Send formatted data as in a spreadsheet Excel spreadsheets (.XLS, .XLW, .XLM) files are worst, because a bad guy can embed a Macro in the file which is harmful.