Login | Sign Up | Settings | Wish List

 



Searching ...
0 %

Books by Carl Albing






bash Cookbook(2nd Edition)
Solutions and Examples for bash Users
by Jp Vossen, Carl Albing, Cameron Newham
Paperback, 726 Pages, Published 2017 by O'reilly Media
ISBN-13: 978-1-4919-7533-6, ISBN: 1-4919-7533-4

"For system administrators, programmers, and end users, shell command or carefully crafted shell script can save you time and effort, or facilitate consistency and repeatability for a variety of common tasks. This cookbook provides more than 300 practical recipes for using bash, the popular Unix shell that enables you to harness and customize the power of any Unix or Linux system.Ideal for new and experienced users alike—including profic ..."






Java Application Development on Linux(1st Edition)
by Carl Albing, Michael Schwarz, David Schneider
Paperback, 600 Pages, Published 2004 by Prentice Hall
ISBN-13: 978-0-13-143697-8, ISBN: 0-13-143697-X

"Linux is the fastest-growing Java development platform because it saves money and then saves time by serving as a platform for both development and deployment. But developers face significant platform-specific challenges when managing and deploying Java applications in a controlled production environment. Written for Java and Linux developers alike, Java' Application Development on Linux is the hands-on guide to the full Java applicatio ..."






Bash Idioms(1st Edition)
Write Powerful, Flexible, Readable Shell Scripts
by Carl Albing, Jp Vossen
Paperback, 167 Pages, Published 2022 by O'reilly Media
ISBN-13: 978-1-4920-9475-3, ISBN: 1-4920-9475-7






bash Cookbook(1st Edition)
Solutions and Examples for bash Users (Cookbooks (O'Reilly))
by Cameron Newham, Jp Vossen, Carl Albing
Paperback, 630 Pages, Published 2007 by O'reilly Media
Bargain Price
ISBN-13: 978-0-596-52678-8, ISBN: 0-596-52678-4

"The key to mastering any Unix system, especially Linux and Mac OS X, is a thorough knowledge of shell scripting. Scripting is a way to harness and customize the power of any Unix system, and it's an essential skill for any Unix users, including system administrators and professional OS X developers. But beneath this simple promise lies a treacherous ocean of variations in Unix commands and standards. bash Cookbook teaches shell scripti ..."






Rapid Cybersecurity Ops(1st Edition)
Attack, Defend, and Analyze with bash
by Paul Troncone
Paperback, 300 Pages, Published 2019 by O'reilly Media
ISBN-13: 978-1-4920-4131-3, ISBN: 1-4920-4131-9






Bash Cookbook
Solutions and Examples for Bash Users
by Carl Albing, Jp Vossen
726 Pages, Published 2017 by "O'reilly Media, Inc."
ISBN-13: 978-1-4919-7530-5, ISBN: 1-4919-7530-X

"([01]?\d\ d?|2|[0-4]\d|25[0-5])\. ([01]?\d\d?|2|[0-4]\d|25I0-5])' has ipas 10. 10.10.10 10. 10.10.11 10. 10. 10. 12 10. 10. 10. 13 Š Or use Perl: $ perl -ne 'while ( m/([01 ]?\d\d?|2|[0-4]\d|25[0-5])\. ([01]?\d\d?|2|[0-4]\d|25I0-5])\. ([01]?\d\d?|2|[0-4]\d|25[0-5 ])\. ([01]?\d\d?|2|[0-4]\d|25[0-5])/g ) { print qq.($1.52. $3. $4\n); }' has ipas 10. 10.10.10 10. 10.10.11 10. 10. 10. 12 10. 10. 10. 13 Š See Also • [man Cut • man awk • m ..."






bash Cookbook
Solutions and Examples for bash Users
by Carl Albing, Jp Vossen
726 Pages, Published 2017 by "O'reilly Media, Inc."
ISBN-13: 978-1-4919-7528-2, ISBN: 1-4919-7528-8

"You’ll learn ways to handle input/output, file manipulation, program execution, administrative tasks, and many other challenges. Each recipe includes one or more scripting examples and a discussion of why the solution works."






Bash Idioms
by Carl Albing, JP Vossen
170 Pages, Published 2022 by "O'reilly Media, Inc."
ISBN-13: 978-1-4920-9472-2, ISBN: 1-4920-9472-2

"Authors Carl Albing and JP Vossen show you how to use the power and flexibility of the shell to your advantage. You may know enough bash to get by, but this book will take your skills from manageable to magnificent."






Cybersecurity Ops with bash
Attack, Defend, and Analyze from the Command Line
by Paul Troncone
306 Pages, Published 2019 by O'reilly Media
ISBN-13: 978-1-4920-4128-3, ISBN: 1-4920-4128-9

"With this book, security practitioners, administrators, and students will learn how to: Collect and analyze data, including system logs Search for and through files Detect network and host changes Develop a remote access toolkit Format ..."






Cybersecurity Ops with bash
Attack, Defend, and Analyze from the Command Line
by Paul Troncone, Carl Albing Ph.D.
306 Pages, Published 2019 by "O'reilly Media, Inc."
ISBN-13: 978-1-4920-4126-9, ISBN: 1-4920-4126-2

"... Carl Albing Copyright © 2019 Digadel Corp & Carl Albing. All rights reserved. Printed in the United States of America. Published by O'Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472. O'Reilly books may be ..."






Cookbooks Ser.
by Carl Albing, Jp Vossen, Cameron Newham
Digital, 600 Pages, Published 2007 by O'reilly Media
ISBN-13: 978-0-596-51603-1, ISBN: 0-596-51603-7

"[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' has_ipas 10.10.10.10 10.10.10.11 10.10.10.12 10.10.10.13 Discussion The possibilities are endless, and we haven't even scratched the surface here. This is the very essence of what the Unix toolchain idea is all about. Take a number of small tools that do one thing well and combine them as needed to solve problems. Also, the regex we used for IP addresses is naive and could match other things, inc ..."






Cookbooks Ser.
by Carl Albing, Jp Vossen, Cameron Newham
630 Pages, Published 2007 by "O'reilly Media, Inc."
ISBN-13: 978-0-596-55470-5, ISBN: 0-596-55470-2

"Mastering Regular Expressions by Jeffrey E. F. Friedl (O'Reilly) • Recipe 19.5, “ Expecting to Change Exported Variables” 7.4 Searching for Text While Ignoring Case Problem You need to search for a string (e.g., “error”) in a log file, and you want to do it case- insensitively to catch all occurrences. Solution Use the -i option on grep to ignore case: $ grep -i error logfile.msgs Discussion A case- insensitive search finds messages ..."






Bash. Receptury
by Carl Albing, J. P. Vossen, Cameron Newham
Paperback, 624 Pages, Published 2012 by Inbook Sa
ISBN-13: 978-83-246-1378-6, ISBN: 83-246-1378-1

"Nast?pnie zostaje ono zinterpretowane i wykonane przez system. Ksi ka "bash. Receptury" zawiera opis pow?oki bash oraz prezentuje praktyczne przyk?ady rozwi?za? problemow spotykanych powszechnie podczas projektowania skryptow."






実践 bashによるサイバーセキュリティ対策 セキュリティ技術者のためのシェルスクリプト活用術
by Paul Troncone, Carl Albing
321 Pages, Published 2020
ISBN-13: 978-4-87311-905-2, ISBN: 4-87311-905-7

"bashとLinuxの標準コマンドを活用したセキュリティ対策の解説書。情報収集、解析、監視、侵入テストなどを実践形式で解説。"






Bash資安管理手冊
by Paul Troncone, Carl Albing
Published 2019 by ??? 0, N/A
ISBN-13: 978-986-502-323-2, ISBN: 986-502-323-7






bash'ÇO'ÉÉ'ÇO'Én'ÉÉ'ÇO
by Carl Albing, Jp Vossen, Cameron Newham, ジェーピー ボーセン
特大尺寸, 644 Pages, Published 2008 by オライリージャパン
ISBN-13: 978-4-87311-376-0, ISBN: 4-87311-376-8

"LinuxやFreeBSD、Mac OS Xなども含んだUnixユーザの基本ツールであるbashの活用テクニックを、1冊に詰め込んだ決定版。初学者からヘビーユーザまで、あらゆるbash ユーザを満足させる実用テクニック満載です。日々の作業はもとより、bashの隠れた機能や使いこなしまで、豊富なコード例とともに解説します。読者はニーズやスキルに応じて、さまざまなアイデアを見出すことができるでしょう。bashユーザ必携のテクニック集です。"






Bash Cookbook
Solutions and Examples for Bash Users
by Carl Albing
Paperback, Published 2007 by Shroff Publishers/O`Reilly
ISBN-13: 978-81-8404-347-1, ISBN: 81-8404-347-3






Bash
Le livre de recettes
by Carl Albing, Cameron Newham, J. P. Vossen, François Cerbelle, Hervé Soulard
Paperback, 636 Pages, Published 2007 by O'reilly Editions
ISBN-13: 978-2-84177-447-0, ISBN: 2-84177-447-3

"Bash est aujourd'hui le shell le plus utilisé dans le monde Unix."






bash Cookbook
Solutions and Examples for bash Users, Second Edition
by JP Vossen And Carl Albing
Softcover, Published 2017 by Shroff/O'reilly 0
ISBN-13: 978-93-5213-649-0, ISBN: 93-5213-649-7

All Authors

Carl Albing

Jp Vossen

Cameron Newham

Paul Troncone

Carl Albing Ph

Michael Schwarz

David Schneider

Vossen

ジェーピー ボーセン

François Cerbelle


All Bindings

Paperback

Unknown


All Editions

1st Edition

2nd Edition


All Years

2022

2020

2019

2017

2012

2008

2007

2004


All Regions

English

India

Japan

French

Taiwan

Poland