|
Linux Complete Command Reference
|
|
Hits: 20 |
|
Date added: 06/25/2005 |
|
(ebook - PDF) Linux Complete Command Reference |
|
|
|
|
|
|
Linux Commands, Editors, and Shell Programming
hot!
|
|
Hits: 91 |
|
Date added: 03/20/2007 |
|
The Most Useful Linux Tutorial and Reference Ever, with Hundreds of High-Quality Examples Covering Every Linux Distribution. To be a true Linux expert, you still must understand the command line and Linux shells. Now Mark Sobell has compiled all that knowledge into one superb book. Part tutorial, part reference, this book focuses on the commands, utilities, and techniques needed by every serious Linux user. Whats in here? A tabbed reference to more than 80 key utilities (aspell, chmod, dd, ftp, gzip, ls, make, ssh, sort, tar, and scores more). Clear introductions to the Linux programming environment; to vi and emacs; to gawk and sed; to Linux shells programming them and leveraging them from the command line. This book supports any Linux distribution: no need to swap books when you swap distros. But what really sets it apart is Sobell’s clarity and the richness of his examples. Don’t waste time with man pages when there's such a good alternative. In this guide, the author of many Linux and UNIX books explains how to work with all recent versions of the Linux operating system from the command line. Introductory chapters introduce this open source software alternative to Microsoft Windows. For experienced users, Sobell offers practical examples, tutorials, tips, and resources on Linux tools. He includes a glossary and appended material on regular expressions used by various utilities, troubleshooting, and ways to keep the system updated. Web site support is available |
|
|
|
|
Learning the bash Shell, 2nd Edition
|
|
Hits: 48 |
|
Date added: 01/06/2007 |
|
The first thing users of the Linux operating system come face to face with is the shell. BashShell is the UNIX term for a user interface to the system something that lets you communicate with the computer via the keyboard and display. Bash, the Free Software Foundation Again Shell, the popular free UNIX-like operating system. It’s also a replacement for the standard UNIX Bourne shell, which serves both as a user interface and as a programming language. Like the other tools, bash is more than a mere replacement: it extends the Bourne shell in many ways. Features include command line editing, key bindings, integrated programming features, command completion, control structures (especially the select construct, which enables you to create menus easily), and new ways to customize your environment.
Whether you want to use bash for its user interface or its programming features you will find Learning the bash Shell a valuable guide. The book covers all of bash’s features, both for interactive use and programming. If you are new to shell programming, Learning the bash Shell provides an excellent introduction, covering everything from the most basic to the most advanced features, like signal handling and command line processing. If you’ve been writing shell scripts for years, it offers a great way to find out what the new shell offers. The book is full of examples of shell commands and programs that are designed to be useful in your everyday life as a user, not just to illustrate the feature being explained. All of these examples are freely available to you online on the Internet. |
|
|
|
|
kmalloc Exploitation
|
|
Hits: 8 |
|
Date added: 04/19/2006 |
|
Whitepaper that goes into deep detail describing kmalloc related kernel vulnerabilities and how to properly exploit them. Sample exploit provided. |
|
|
|