Python for Unix and Linux System Administration

Python for Unix and Linux System Administration
Author: Noah Gift,Jeremy M. Jones
Publsiher: "O'Reilly Media, Inc."
Total Pages: 456
Release: 2008-08-22
Genre: Computers
ISBN: 9781449367183

Download Python for Unix and Linux System Administration Book in PDF, Epub and Kindle

Python is an ideal language for solving problems, especially in Linux and Unix networks. With this pragmatic book, administrators can review various tasks that often occur in the management of these systems, and learn how Python can provide a more efficient and less painful way to handle them. Each chapter in Python for Unix and Linux System Administration presents a particular administrative issue, such as concurrency or data backup, and presents Python solutions through hands-on examples. Once you finish this book, you'll be able to develop your own set of command-line utilities with Python to tackle a wide range of problems. Discover how this language can help you: Read text files and extract information Run tasks concurrently using the threading and forking options Get information from one process to another using network facilities Create clickable GUIs to handle large and complex utilities Monitor large clusters of machines by interacting with SNMP programmatically Master the IPython Interactive Python shell to replace or augment Bash, Korn, or Z-Shell Integrate Cloud Computing into your infrastructure, and learn to write a Google App Engine Application Solve unique data backup challenges with customized scripts Interact with MySQL, SQLite, Oracle, Postgres, Django ORM, and SQLAlchemy With this book, you'll learn how to package and deploy your Python applications and libraries, and write code that runs equally well on multiple Unix platforms. You'll also learn about several Python-related technologies that will make your life much easier.

Python for Unix and Linux System Administration

Python for Unix and Linux System Administration
Author: Noah Gift,Jeremy M. Jones
Publsiher: O'Reilly Germany
Total Pages: 456
Release: 2008
Genre: Computers
ISBN: 9780596515829

Download Python for Unix and Linux System Administration Book in PDF, Epub and Kindle

A guide to using the Python computer language to handle a variety of tasks in both the Unix and Linux servers.

UNIX and Linux System Administration Handbook

UNIX and Linux System Administration Handbook
Author: Evi Nemeth,Garth Snyder,Trent R. Hein,Ben Whaley,Dan Mackin
Publsiher: Addison-Wesley Professional
Total Pages: 1469
Release: 2017-09-14
Genre: Computers
ISBN: 9780134278292

Download UNIX and Linux System Administration Handbook Book in PDF, Epub and Kindle

“As an author, editor, and publisher, I never paid much attention to the competition—except in a few cases. This is one of those cases. The UNIX System Administration Handbook is one of the few books we ever measured ourselves against.” —Tim O’Reilly, founder of O’Reilly Media “This edition is for those whose systems live in the cloud or in virtualized data centers; those whose administrative work largely takes the form of automation and configuration source code; those who collaborate closely with developers, network engineers, compliance officers, and all the other worker bees who inhabit the modern hive.” —Paul Vixie, Internet Hall of Fame-recognized innovator and founder of ISC and Farsight Security “This book is fun and functional as a desktop reference. If you use UNIX and Linux systems, you need this book in your short-reach library. It covers a bit of the systems’ history but doesn’t bloviate. It’s just straight-forward information delivered in a colorful and memorable fashion.” —Jason A. Nunnelley UNIX® and Linux® System Administration Handbook, Fifth Edition, is today’s definitive guide to installing, configuring, and maintaining any UNIX or Linux system, including systems that supply core Internet and cloud infrastructure. Updated for new distributions and cloud environments, this comprehensive guide covers best practices for every facet of system administration, including storage management, network design and administration, security, web hosting, automation, configuration management, performance analysis, virtualization, DNS, security, and the management of IT service organizations. The authors—world-class, hands-on technologists—offer indispensable new coverage of cloud platforms, the DevOps philosophy, continuous deployment, containerization, monitoring, and many other essential topics. Whatever your role in running systems and networks built on UNIX or Linux, this conversational, well-written ¿guide will improve your efficiency and help solve your knottiest problems.

Pro Python System Administration

Pro Python System Administration
Author: Rytis Sileika
Publsiher: Apress
Total Pages: 411
Release: 2014-11-21
Genre: Computers
ISBN: 9781484202173

Download Pro Python System Administration Book in PDF, Epub and Kindle

Pro Python System Administration, Second Edition explains and shows how to apply Python scripting in practice. It will show you how to approach and resolve real-world issues that most system administrators will come across in their careers. This book has been updated using Python 2.7 and Python 3 where appropriate. It also uses various new and relevant open source projects and tools that should now be used in practice. In this updated edition, you will find several projects in the categories of network administration, web server administration, and monitoring and database management. In each project, the author will define the problem, design the solution, and go through the more interesting implementation steps. Each project is accompanied by the source code of a fully working prototype, which you’ll be able to use immediately or adapt to your requirements and environment. This book is primarily aimed at experienced system administrators whose day-to-day tasks involve looking after and managing small-to-medium-sized server estates. It will also be beneficial for system administrators who want to learn more about automation and want to apply their Python knowledge to solve various system administration problems. Python developers will also benefit from reading this book, especially if they are involved in developing automation and management tools.

Mastering Python Scripting for System Administrators

Mastering Python Scripting for System Administrators
Author: Ganesh Sanjiv Naik
Publsiher: Packt Publishing Ltd
Total Pages: 308
Release: 2019-01-30
Genre: Computers
ISBN: 9781789134261

Download Mastering Python Scripting for System Administrators Book in PDF, Epub and Kindle

Leverage the features and libraries of Python to administrate your environment efficiently. Key FeaturesLearn how to solve problems of system administrators and automate routine activitiesLearn to handle regular expressions, network administration Building GUI, web-scraping and database administration including data analyticsBook Description Python has evolved over time and extended its features in relation to every possible IT operation. Python is simple to learn, yet has powerful libraries that can be used to build powerful Python scripts for solving real-world problems and automating administrators' routine activities. The objective of this book is to walk through a series of projects that will teach readers Python scripting with each project. This book will initially cover Python installation and quickly revise basic to advanced programming fundamentals. The book will then focus on the development process as a whole, from setup to planning to building different tools. It will include IT administrators' routine activities (text processing, regular expressions, file archiving, and encryption), network administration (socket programming, email handling, the remote controlling of devices using telnet/ssh, and protocols such as SNMP/DHCP), building graphical user interface, working with websites (Apache log file processing, SOAP and REST APIs communication, and web scraping), and database administration (MySQL and similar database data administration, data analytics, and reporting). By the end of this book, you will be able to use the latest features of Python and be able to build powerful tools that will solve challenging, real-world tasks What you will learnUnderstand how to install Python and debug Python scriptsUnderstand and write scripts for automating testing and routine administrative activitiesUnderstand how to write scripts for text processing, encryption, decryption, and archivingHandle files, such as pdf, excel, csv, and txt files, and generate reportsWrite scripts for remote network administration, including handling emailsBuild interactive tools using a graphical user interfaceHandle Apache log files, SOAP and REST APIs communicationAutomate database administration and perform statistical analysisWho this book is for This book would be ideal for users with some basic understanding of Python programming and who are interested in scaling their programming skills to command line scripting and system administration. Prior knowledge of Python would be necessary.

Mastering Python for Unix and Linux System Administration

Mastering Python for Unix and Linux System Administration
Author: Racco Hill
Publsiher: Createspace Independent Publishing Platform
Total Pages: 410
Release: 2017-06-12
Genre: Electronic Book
ISBN: 1974577597

Download Mastering Python for Unix and Linux System Administration Book in PDF, Epub and Kindle

Python is an ideal language for solving problems, especially in Linux and Unix networks. With this pragmatic book, administrators can review various tasks that often occur in the management of these systems, and learn how Python can provide a more efficient and less painful way to handle them.

Python for DevOps

Python for DevOps
Author: Noah Gift,Kennedy Behrman,Alfredo Deza,Grig Gheorghiu
Publsiher: O'Reilly Media
Total Pages: 506
Release: 2019-12-12
Genre: Computers
ISBN: 9781492057666

Download Python for DevOps Book in PDF, Epub and Kindle

Much has changed in technology over the past decade. Data is hot, the cloud is ubiquitous, and many organizations need some form of automation. Throughout these transformations, Python has become one of the most popular languages in the world. This practical resource shows you how to use Python for everyday Linux systems administration tasks with today’s most useful DevOps tools, including Docker, Kubernetes, and Terraform. Learning how to interact and automate with Linux is essential for millions of professionals. Python makes it much easier. With this book, you’ll learn how to develop software and solve problems using containers, as well as how to monitor, instrument, load-test, and operationalize your software. Looking for effective ways to "get stuff done" in Python? This is your guide. Python foundations, including a brief introduction to the language How to automate text, write command-line tools, and automate the filesystem Linux utilities, package management, build systems, monitoring and instrumentation, and automated testing Cloud computing, infrastructure as code, Kubernetes, and serverless Machine learning operations and data engineering from a DevOps perspective Building, deploying, and operationalizing a machine learning project

Linux System Administration

Linux System Administration
Author: Tom Adelstein,Bill Lubanovic
Publsiher: "O'Reilly Media, Inc."
Total Pages: 299
Release: 2007-03-27
Genre: Computers
ISBN: 9780596009526

Download Linux System Administration Book in PDF, Epub and Kindle

A guide geared toward seasoned Linux and Unix administrators offers practical knowledge for managing a range of Linux systems and servers, covering such topics as installing servers, setting up e-mail systems, and creating shell scripts.