About this product: 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.
About this product: We know from the success of titles such as Web Standards Solutions, Cascading Style Sheets: Separating Content from Presentation, and the Web Designer's Reference that web designers are increasingly concerned with making sites that don't just look pretty, but are also built using current best practices. There are three main technologies married together to create usable, standards-compliant web designs: XHTML for data structure, Cascading Style Sheets for styling your data, and JavaScript for adding dynamic effects and manipulating structure on the fly using the Document Object Model. This book is about the latter of the three. DOM Scripting: Web Design with JavaScript and the Document Object Model gives you everything you need to start using JavaScript and the Document Object Model to enhance your web pages with client-side dynamic effects. Jeremy starts off by giving you a basic crash course in JavaScript and the DOM, then move on to provide you with several real world examples built up from scratch including dynamic image galleries and dynamic menus, and show you how to manipulate web page style using the CSS DOM, and create markup on the fly.
About this product: UNIX expert Randal K. Michael guides you through every detail of writing shell scripts to automate specific tasks. Each chapter begins with a typical, everyday UNIX challenge, then shows you how to take basic syntax and turn it into a shell scripting solution. Covering Bash, Bourne, and Korn shell scripting, this updated edition provides complete shell scripts plus detailed descriptions of each part. UNIX programmers and system administrators can tailor these to build tools that monitor for specific system events and situations, building solid UNIX shell scripting skills to solve real-world system administration problems.
About this product: Automate everyday administrative tasks and take greater control of your Windows networks with this hands-on guide to scripting. Your instructor, a Microsoft Certified Trainer with more than a decade of enterprise consulting experience, expertly builds your scripting expertise with labs and lessons you complete at your own pace. From writing your first scripts from scratch with Microsoft Visual Basic Scripting Edition (VBScript) and Windows Script Host (WSH) to exploring the programmatic advantages of using Windows Management Instrumentation (WMI) and Active Directory Service Interface (ADSI) you ll learn timesaving ways to set up, deploy, and manage your Windows-based systems. Teach yourself how to write and run scripts to: Automate folder and file management including performing multiple functions?within a single script Configure network components using WMI Perform global or select changes to users and groups in Active Directory directory service using ADSI Design logon scripts that increase system manageability and configurability Monitor and manage printers Edit the registry avoiding common pitfalls Track and respond to critical events Simplify user management for Microsoft Exchange Server Streamline IIS website administration including creating consistent security configurations PLUS Get 100+ script samples on CD you can use or customize to help simplify the management of your system resources Get 100+ sample scripts plus an eBook inside. CD features: More than 100 sample scripts to adapt for your own work Timesaving scripting tools including Script-o-Matic 1.0 and an evaluation version of PrimalScript Fully searchable electronic version of the book #160;
About this product: There's a lot to be said for going back to basics. Not only does this Bible give you a quick refresher on the structure of open-source Linux software, it also shows you how to bypass the hefty graphical user interface on Linux systems and start interacting the fast and efficient waywith command lines and automated scripts. You'll learn how to manage files on the filesystem, start and stop programs, use databases, even do Web programmingwithout a GUIwith this one-stop resource.
With the expert techniques discussed in this book, Oracle database administrators can automate routine tasks to save time and money and better monitor the flow of work. Using shell scripts—an indispensable tool on UIX and Linux—any number of commands can be combined and executed either simultaneously or sequentially. More than 50 working shell scripts for both beginners and experts give Oracle professionals a fantastic head-start on automating their administration duties and are easily modifiable for any environment. Topics include the history of shells and shell scripting, detailed step-by-step instructions on building shell scripts, how to tell when things are working right, and how to effectively monitor the system for failures.
About this product: Discover how to automate system administration tasks for Windows 2000 and maximize your productivity with expertise from those who know Microsoft scripting technologies best. Created specifically for system administrators by the Windows 2000 product development team, this guide explains how to develop and implement scripting solutions using Microsoft Visual Basic #174; Scripting Language (VBScript), Windows Scripting Host (WSH), the Script Runtime Library, ADSI, and WMI. Learn how to create practical and timesaving scripting solutions for managing user accounts, computers, printers, files, logs, processes, services, Registry settings, print functions, and other common tasks. The book provides guidelines and best practices for creating secure and robust scripts in the enterprise environment, along with the latest versions of VBScript and WSH, reusable script snippets, and an eBook, all on CD-ROM.
About this product: Windows Admin Scripting Little Black Book, 3rd Edition, shows Windows users and administrators how to perform Windows management and administrative tasks using powerful scripts for just about every important task imaginable. It covers techniques for working with files, input/output, text files, and performing various network administrative tasks through scripting. It presents the necessity of logon scripts, the backbone structure of a good logon script, and how to implement these scripts in an everyday environment to automate repetitive tasks such as inventory, file modifications, installations, and system updates. It also provides an in-depth look into the registry and registry editing tools including locating the important registry keys and values, and modifying them.
The book features example scripts on every new topic covered to reinforce what the reader has just learned. Key scripting topics include manipulating the Windows XP file system, using powerful third-party scripting tools, creating scripts for installing service packs and new applications, automating applications from the command line, and setting up security features for Windows XP. Everything is included in this book, and users can easily modify or combine the scripts to perform myriad tasks. And the author has included all the scripts on his website for easy reference.
About this product: Get practical guidance for using Windows PowerShell to manage Windows Vista and Windows Server 2008. Written by Ed Wilson, a leading scripting expert and trainer at Microsoft, this reference offers a task-based approach to help you find the information you need for day-to-day tasks. With more than 200 scripts, it offers rich examples that administrators can customize for their own environment and needs. The scripts range in complexity from one-line commands, to full-blown scripts with managed output and command-line arguments examples that are applicable to all skill levels. Includes a companion CD with fully searchable eBook, sample scripts, and other resources for managing your Windows-based environment.
Key Book Benefits
Delivers more than 200 scripts administrators can customize and use to get up and running quickly
Provides multiple ways of accomplishing tasks: from one-line commands to full-blown scripts with managed output and command-line arguments
Features a task-oriented approach, and organized to help you quickly find the information you need for your day-to-day activities
Includes a companion CD with a fully searchable eBook, sample scripts, and other resources for on-the-job results
About this product: As a web designer or developer, you know how powerful DOM scripting is for enhancing web pages and applications, adding dynamic functionality and improving the user experience. You've got a reasonable understanding of JavaScript and the DOM, but now you want to take your skills further. This book is all you need to do soit shows you how to add essential functionality to your web pages, such as on the fly layout and style changes, interface personalization, maps and search using APIs, visual effects using JavaScript libraries, and much more.
Includes a quick recap of the basics, for reference purposes.
Packed with real world JavaScript solutions from beginning to end
Written by "Beginning Google Maps" author Jeffrey Sambells, and includes a case study by JavaScript guru Aaron Gustafson.
What you'll learn
A quick recap of the HTML and CSS DOM, methods, and events.
Shows you the basics of how to add dynamic effects and respond to user actions to your web sites using CSS and JavaScript.
Introduces Ajax to the mix, showing you how to use it, and when not to use it.
Learn best practices (such as graceful degredation) and productivity improvement via code reuse (libraries and APIs)
Create Mashups using search, photo and mapping APIs.
Build better, more dynamic user experiences using libraries such as Prototype and Scriptaculous.
Who is this book for?
This book is for intermediate to advanced web designers and developers who already have a reasonable to good knowledge of HTML, CSS, and JavaScript.