Security advice from Bruce Schnier:
“If possible, don’t use Microsoft Windows.” There are some other good tips there too, like microwaving CD-Rs and deleting cmd.exe.
Security advice from Bruce Schnier:
“If possible, don’t use Microsoft Windows.” There are some other good tips there too, like microwaving CD-Rs and deleting cmd.exe.
I appreciate his comment. Finally, someone talks about alternatives rather than firewalls, service packs, CPU-intensive anti-virus software…
We can expect an immediate backslash from certain Microsofters any moment starting from now.
I strongly believe in open source, and i would like to think they can go a long way in providing a safer place for internetworking and personal computing. But such educational/awareness article plays a vital part too in educating the general mass about the simple fact that internet IS NOT EQUAL to internet explorer and pc operating system IS NOT EQUAL to Windozzzzz.
Code is poetry, poetry is free. Embrace open source, because human knowledge belongs to the world.
Yesterday someone called Henry expressed it well in
alt.html
How does deleting command.exe and cmd.exe help anything? If anything thats gonna hinder you…
Worms will not be able to execute commands like ‘copy’ and ‘delete’. Neither will you.
Windows is frustrating enough with its lackluster command line functionality. Take that away and you take away the last thread of hope at ever figuring out what Windows is doing beneath all the pretty windows.
Not to be overly subjective, many commands have been removed from cmd.exe (formely knows as command.com), e.g. ‘deltree’, ‘attrib’ and even ‘help’ since DOS 6. It has become darn useless anyhow.
I still use many DOS commands under bash ever since my migration to Linux, about 4 years ago… something along the lines of:
alias dir/w=’ls –color=always -X’
alias dir/p=’ls -la –color=always |more’
alias deltree=’rm -R’