SSH Mastery: OpenSSH, PuTTY, Tunnels and Keys


Michael W. Lucas - 2012
    But most people only use the bare minimum SSH offers. Used properly, SSH simplifies your job and improves security.This book saves you from sifting a decade of obsolete online tutorials and quickly gets you running:SSH with the OpenSSH server and the PuTTY and OpenSSH clients. You will:Eliminate passwords.Manage access to your SSH server by users, groups, addresses, and moreSecurely move files around your networkForward graphic displays from one host to anotherForward TCP/IP connections Centrally manage host keys and client configurationsUse SSH as a secure transport for other applicationsSecure applications run over SSHBuild Virtual Private Networks with OpenSSHAnd more! This book quickly and painlessly simplifies life for anyone using SSH.Review"Michael W. Lucas is one of my favorite technical authors, and every book he writes is a must-read for IT professionals." - Richard Bejtlich, CSO, MANDIANT, and TaoSecurity blogger"...SSH Mastery is a title that Unix users and system administrators like myself will want to keep within reach..." - Peter Hansteen"This stripping-down of the usual tech-book explanations gives it the immediacy of extended documentation on the Internet. ...an in-depth presentation from someone who used OpenSSH to do a number of things, and paid attention while doing it." - Justin Sherrill, DragonFly BSD Digest

Columbus in the Americas


William Least Heat-Moon - 2002
    I was attentive and labored to find out if there was any gold."With these portentous words, Christopher Columbus described one of his first encounters with Native Americans on the island of Guanahani, which he had named San Salvador and claimed for Spain the day before. In Columbus in the Americas, bestselling author William Least Heat-Moon reveals that Columbus's subsequent dealings with the cultures he encountered not only did considerable immediate harm, but also set the pattern of behavior for those who followed him.Based on the logbook of Columbus and numerous other firsthand accounts of his four voyages to the New World, this vividly detailed history also examines the strengths and weaknesses of Columbus as a navigator, explorer, and leader. It recounts dramatic events such as the destruction of Fortress Navidad, the very first European settlement in the New World; a pitched battle in northern Panama with the native Guaymi people; and an agonizing year Columbus and his men spent marooned on a narrow spit of land in southern Jamaica.Filled with stories of triumph and tragedy, courage and villainy, Columbus in the Americas offers a balanced yet unflinching portrait of the most famous and controversial explorer in history.TURNING POINTS features preeminent writers offering fresh, personal perspectives on the defining events of our time.

Practical C Programming


Steve Oualline - 1992
    Style and debugging also play a tremendous part in creating programs that run well and are easy to maintain. This book teaches you not only the mechanics of programming, but also describes how to create programs that are easy to read, debug, and update.Practical rules are stressed. For example, there are fifteen precedence rules in C (&& comes before || comes before ?:). The practical programmer reduces these to two: Multiplication and division come before addition and subtraction.Contrary to popular belief, most programmers do not spend most of their time creating code. Most of their time is spent modifying someone else's code. This books shows you how to avoid the all-too-common obfuscated uses of C (and also to recognize these uses when you encounter them in existing programs) and thereby to leave code that the programmer responsible for maintenance does not have to struggle with. Electronic Archaeology, the art of going through someone else's code, is described.This third edition introduces popular Integrated Development Environments on Windows systems, as well as UNIX programming utilities, and features a large statistics-generating program to pull together the concepts and features in the language.