rss Home » Tag Archive For ‘Auto’

The Linux Command Line: A Complete Introduction

The Linux Command Line: A Complete Introduction

Book Description

You’ve experienced the shiny, point-and-click surface of your computer—now dive below and explore its depths with the power of the line.

The Line takes you from your very first terminal keystrokes to writing full programs in , the most popular Linux . Along the way you’ll learn the timeless skills handed down by generations of gray-bearded, mouse-shunning gurus: file navigation, environment configuration, command chaining, pattern matching with regular expressions, and more.

In addition to that practical knowledge, author William Shotts reveals the philosophy behind these tools and the rich heritage that your desktop Linux machine has inherited from supercomputers of yore.

As you make your way through the book’s short, easily-digestible chapters, you’ll learn how to:

  • Create and delete files, directories, and symlinks
  • Administer your system, including , package installation, and process
  • Use standard input and output, redirection, and pipelines
  • Edit files with , the world’s most popular text editor
  • Write scripts to automate common or boring tasks
  • Slice and dice text files with cut, paste, grep, patch, and sed

Once you overcome your initial “shell shock,” you’ll find Download Now »

Automating System Administration with Perl, 2nd Edition

Automating System Administration with Perl, 2nd Edition

Book Description

If you do systems administration work of any kind, you have to deal with the growing complexity of your environment and increasing demands on your time. Automating System Administration with , Second Edition, not only offers you the right tools for your job, but also suggests the best way to approach specific problems and to securely automate recurring tasks. Updated and expanded to cover the latest operating systems, technologies, and modules, this edition of the “Otter Book” will help you:Manage user accounts Monitor filesystems and processes Work with configuration files in important formats such as XML and YAML Administer databases, including MySQL, MS-SQL, and with DBI Work with directory services like LDAP and Active Directory Script email protocols and spam control Effectively create, handle, and analyze log files Administer network name and configuration services, including NIS, DNS and DHCP Maintain, monitor, and map network services, using technologies and tools such as SNMP, nmap, libpcap, GraphViz and RRDtool Improve filesystem, process, and network security

This edition includes additional appendixes to get you up to speed on technologies such as XML/XPath, LDAP, SNMP, and SQL. With this book in hand and in your toolbox, you can do more with less — fewer resources, less effort, and far less hassle. Download Now »

Mastering Oracle Scheduler in Oracle 11g Databases

Mastering Oracle Scheduler in Oracle 11g Databases

Book Description

Schedule, manage, and execute jobs that automate your business processes.

  • Automate jobs from within the with the built-in Scheduler.
  • Boost performance by managing, monitoring, and controlling jobs more effectively.
  • Contains easy-to-understand explanations, simple examples, debugging tips, and real-life scenarios.

In Detail

Scheduler (DBMS_SCHEDULER) is included in Database and is a tool for the automation, , and control of jobs. It enables users to schedule jobs running inside the database such as PL/SQL procedures or PL/SQL blocks, as well as jobs running outside the database like scripts. Scheduler ensures that jobs are run on time, automates business processes, and optimizes the use of available resources. Download Now »

Automating Windows with Perl

Automating Windows with Perl

Book Description

is the perfect language for achieving Automation in Windows because it combines a painless Visual Basic style of coding with ’s strength as a scripting language for process communications. The new multitasking and approaches with 32-bit Windows require a radical departure from previous programming techniques. This book, dedicated to the use of as a language to automate 32-bit Windows, shows how to control many Win32 systems processes without immediate user interaction.

The author explains how to use scripts to automate tasks such as processing complex documents and customizing interactions by making a program look different to different users. Also provided are scripts that will permit network administrators to automate tedious Windows maintenance tasks that range from automating backups to running a Windows system remotely from the Web.

Review
Written for those with some previous knowledge of Perl, Scott McMahan’s Automating Windows with Perl brings the spirit of Perl to Windows along with several handy sample scripts that can simplify the life of any administrator or advanced programmer. Download Now »