Thanks to Eric Lubow for contributing this great review.
Being a SysAdmin (as most of you who read this blog regularly know), I love to look at logs to solve problems. If there is an issue, the first thing I always do is look at the logs to see what went wrong. Even when I am writing programs, I build debugging in from the beginning to make sure I know what’s going on at all times (especially when something goes wrong).
If I ask “How much do you know about Google?” You may not take even a second to respond. But if I may ask “How much does Google know about you”? You may instantly reply “Wait... what!? Do they!?” The book “Googling Security: How Much Does Google Know About You” by Greg Conti (Computer Science Professor at West Point) is the first book to reveal how Google's vast information stockpiles could be used against you or your business – and what you can do to protect yourself.
“Hacking Exposed Linux” by ISECOM (Institute for Security and Open Methodologies) is a guide to help you secure your Linux environment. This book does not only help improve your security it looks at why you should. It does this by showing examples of real attacks and rates the importance of protecting yourself from being a victim of each type of attack.
“The Book of Wireless” by John Ross is an answer to the problem of learning about wireless networking. With the wide spread use of Wireless networks today anyone with a computer should at least know the basics of wireless. Also, with the wireless networking, users need to know how to protect themselves from wireless networking attacks.
Learning a new language cannot be complete without a few 'real world'
examples. 'Hello world!'s and fibonacci sequences are always nice as
an introduction to certain aspects of programming, but soon or later
you crave something meatier to chew on. 'Ruby by Example: Concepts
and Code' by Kevin C. Baird provides a wealth of knowledge via general
to specialized examples of the dynamic object oriented programming
language, Ruby. Want to build an mp3 playlist processor? How about
parse out secret codes from 'Moby Dick'? Read on!