Unix Power Tools

Unix Power Tools
Title Unix Power Tools PDF eBook
Author Shelley Powers
Publisher "O'Reilly Media, Inc."
Total Pages 1154
Release 2003
Genre Computers
ISBN 0596003307

Download Unix Power Tools Book in PDF, Epub and Kindle

With the growing popularity of Linux and the advent of Darwin, Unix has metamorphosed into something new and exciting. No longer perceived as a difficult operating system, more and more users are discovering the advantages of Unix for the first time. But whether you are a newcomer or a Unix power user, you'll find yourself thumbing through the goldmine of information in the new edition of Unix Power Tools to add to your store of knowledge. Want to try something new? Check this book first, and you're sure to find a tip or trick that will prevent you from learning things the hard way. The latest edition of this best-selling favorite is loaded with advice about almost every aspect of Unix, covering all the new technologies that users need to know. In addition to vital information on Linux, Darwin, and BSD, Unix Power Tools 3rd Edition now offers more coverage of bash, zsh, and other new shells, along with discussions about modern utilities and applications. Several sections focus on security and Internet access. And there is a new chapter on access to Unix from Windows, addressing the heterogeneous nature of systems today. You'll also find expanded coverage of software installation and packaging, as well as basic information on Perl and Python. Unix Power Tools 3rd Edition is a browser's book...like a magazine that you don't read from start to finish, but leaf through repeatedly until you realize that you've read it all. Bursting with cross-references, interesting sidebars explore syntax or point out other directions for exploration, including relevant technical details that might not be immediately apparent. The book includes articles abstracted from other O'Reilly books, new information that highlights program tricks and gotchas, tips posted to the Net over the years, and other accumulated wisdom. Affectionately referred to by readers as "the" Unix book, UNIX Power Tools provides access to information every Unix user is going to need to know. It will help you think creatively about UNIX, and will help you get to the point where you can analyze your own problems. Your own solutions won't be far behind.

X Power Tools

X Power Tools
Title X Power Tools PDF eBook
Author Chris Tyler
Publisher "O'Reilly Media, Inc."
Total Pages 273
Release 2008-02-05
Genre Computers
ISBN 0596101953

Download X Power Tools Book in PDF, Epub and Kindle

Provides information on the X Window System, covering such topics as X.org configuration, the X Server, utility programs, remote access, VNC, and keyboard configuration.

Security Power Tools

Security Power Tools
Title Security Power Tools PDF eBook
Author Bryan Burns
Publisher "O'Reilly Media, Inc."
Total Pages 858
Release 2007-08-27
Genre Computers
ISBN 0596554818

Download Security Power Tools Book in PDF, Epub and Kindle

What if you could sit down with some of the most talented security engineers in the world and ask any network security question you wanted? Security Power Tools lets you do exactly that! Members of Juniper Networks' Security Engineering team and a few guest experts reveal how to use, tweak, and push the most popular network security applications, utilities, and tools available using Windows, Linux, Mac OS X, and Unix platforms. Designed to be browsed, Security Power Tools offers you multiple approaches to network security via 23 cross-referenced chapters that review the best security tools on the planet for both black hat techniques and white hat defense tactics. It's a must-have reference for network administrators, engineers and consultants with tips, tricks, and how-to advice for an assortment of freeware and commercial tools, ranging from intermediate level command-line operations to advanced programming of self-hiding exploits. Security Power Tools details best practices for: Reconnaissance -- including tools for network scanning such as nmap; vulnerability scanning tools for Windows and Linux; LAN reconnaissance; tools to help with wireless reconnaissance; and custom packet generation Penetration -- such as the Metasploit framework for automated penetration of remote computers; tools to find wireless networks; exploitation framework applications; and tricks and tools to manipulate shellcodes Control -- including the configuration of several tools for use as backdoors; and a review of known rootkits for Windows and Linux Defense -- including host-based firewalls; host hardening for Windows and Linux networks; communication security with ssh; email security and anti-malware; and device security testing Monitoring -- such as tools to capture, and analyze packets; network monitoring with Honeyd and snort; and host monitoring of production servers for file changes Discovery -- including The Forensic Toolkit, SysInternals and other popular forensic tools; application fuzzer and fuzzing techniques; and the art of binary reverse engineering using tools like Interactive Disassembler and Ollydbg A practical and timely network security ethics chapter written by a Stanford University professor of law completes the suite of topics and makes this book a goldmine of security information. Save yourself a ton of headaches and be prepared for any network security dilemma with Security Power Tools.

Sed & Awk

Sed & Awk
Title Sed & Awk PDF eBook
Author Dale Dougherty
Publisher "O'Reilly Media, Inc."
Total Pages 432
Release 1997
Genre Computers
ISBN 1565922255

Download Sed & Awk Book in PDF, Epub and Kindle

In Sed & Awk, Dale Dougherty and Arnold Robbins describe two text manipulation programs that are mainstays of the UNIX programmer's toolbox. This new edition covers the Sed and Awk systems as they are now mandated by the POSIX standard.

Java Power Tools

Java Power Tools
Title Java Power Tools PDF eBook
Author John Ferguson Smart
Publisher "O'Reilly Media, Inc."
Total Pages 912
Release 2008-04-22
Genre Computers
ISBN 149195454X

Download Java Power Tools Book in PDF, Epub and Kindle

All true craftsmen need the best tools to do their finest work, and programmers are no different. Java Power Tools delivers 30 open source tools designed to improve the development practices of Java developers in any size team or organization. Each chapter includes a series of short articles about one particular tool -- whether it's for build systems, version control, or other aspects of the development process -- giving you the equivalent of 30 short reference books in one package. No matter which development method your team chooses, whether it's Agile, RUP, XP, SCRUM, or one of many others available, Java Power Tools provides practical techniques and tools to help you optimize the process. The book discusses key Java development problem areas and best practices, and focuses on open source tools that can help increase productivity in each area of the development cycle, including: Build tools including Ant and Maven 2 Version control tools such as CVS and Subversion, the two most prominent open source tools Quality metrics tools that measure different aspects of code quality, including CheckStyle, PMD, FindBugs and Jupiter Technical documentation tools that can help you generate good technical documentation without spending too much effort writing and maintaining it Unit Testing tools including JUnit 4, TestNG, and the open source coverage tool Cobertura Integration, Load and Performance Testing to integrate performance tests into unit tests, load-test your application, and automatically test web services, Swing interfaces and web interfaces Issue management tools including Bugzilla and Trac Continuous Integration tools such as Continuum, Cruise Control, LuntBuild and Hudson If you are a Java developer, these tools can help improve your development practices, and make your life easier in the process. Lead developers, software architects and people interested in the wider picture will be able to gather from these pages some useful ideas about improving your project infrastructure and best practices.

Classic Shell Scripting

Classic Shell Scripting
Title Classic Shell Scripting PDF eBook
Author Arnold Robbins
Publisher "O'Reilly Media, Inc."
Total Pages 562
Release 2005-05-16
Genre Computers
ISBN 0596555261

Download Classic Shell Scripting Book in PDF, Epub and Kindle

Shell scripting skills never go out of style. It's the shell that unlocks the real potential of Unix. Shell scripting is essential for Unix users and system administrators-a way to quickly harness and customize the full power of any Unix system. With shell scripts, you can combine the fundamental Unix text and file processing commands to crunch data and automate repetitive tasks. But beneath this simple promise lies a treacherous ocean of variations in Unix commands and standards. Classic Shell Scripting is written to help you reliably navigate these tricky waters.Writing shell scripts requires more than just a knowledge of the shell language, it also requires familiarity with the individual Unix programs: why each one is there, how to use them by themselves, and in combination with the other programs. The authors are intimately familiar with the tips and tricks that can be used to create excellent scripts, as well as the traps that can make your best effort a bad shell script. With Classic Shell Scripting you'll avoid hours of wasted effort. You'll learn not only write useful shell scripts, but how to do it properly and portably.The ability to program and customize the shell quickly, reliably, and portably to get the best out of any individual system is an important skill for anyone operating and maintaining Unix or Linux systems. Classic Shell Scripting gives you everything you need to master these essential skills.

Learning the Unix Operating System

Learning the Unix Operating System
Title Learning the Unix Operating System PDF eBook
Author Jerry Peek
Publisher "O'Reilly Media, Inc."
Total Pages 182
Release 2002
Genre Computers
ISBN 9780596002619

Download Learning the Unix Operating System Book in PDF, Epub and Kindle

A handy book for someone just starting with Unix or Linux, and an ideal primer for Mac and PC users of the Internet who need to know a little about Unix on the systems they visit. The most effective introduction to Unix in print, covering Internet usage for email, file transfers, web browsing, and many major and minor updates to help the reader navigate the ever-expanding capabilities of the operating system.