Browse Results

Showing 48,376 through 48,400 of 59,442 results

Recreation Programming

by J. Robert Roseman Barbara Elwood Schlatter

Used in numerous universities throughout the United States, Canada, Australia, and New Zealand, this book provides programming insights for educators, practitioners, and students. This book will present readers with the vital tools necessary in providing successful programs for their patrons.

Recruiting, Training, and Retention of Science and Technology Librarians

by Patricia A. Kreitz JoAnn DeVries

Since the 1950s there has been a persistent shortage of sci-tech librarians, and as more librarians retire or change positions, the prospect looms that the profession will only depopulate further. Tackling this difficult challenge, Recruiting, Training, and Retention of Science and Technology Librarians gathers together into one source the perspectives of top library administrators and managers as well as front-line librarians who present the latest research and practical strategies to find, train, and keep those valuable specialized professionals. This book explores in depth timely issues and presents creative perspectives and innovative solutions to this persistent problem in subject-specialized libraries.As the baby-boom generation of science and technology librarians begins to retire, training and keeping sci-tech librarians will become even more crucial. Recruiting, Training, and Retention of Science and Technology Librarians discusses the “replacement gap” problem in libraries, including who should be recruited, how they should be trained, and how to retain them once hired. Several authors address the field’s long-standing specialist vs. generalist debate, bringing new data and experience-driven perspectives to this challenging issue.Topics in Recruiting, Training, and Retention of Science and Technology Librarians include: updating the cultural image of librarians to make the profession more appealing a comprehensive literature review how to cultivate candidates who are dedicated to service and love research and learning practical approaches to improve the visibility and attractiveness of science librarianship the skills and support needed to become a successful science librarian an innovative program to recruit undergraduates an in-depth survey of practicing science and technology librarians the challenges of science librarianship in Africa library and information science educators as recruiters for sci-tech librarians creative strategies to recruit and retain librarians adapting aspects of first-year student retention programs as a model for library retention programs how professional competencies can be used for recruitment, training, and retention and more Recruiting, Training, and Retention of Science and Technology Librarians is a timely, important resource for college and university administrators, and public, special, academic, and government librarians.

Rectenna: Wireless Energy Harvesting System (Advances in Sustainability Science and Technology)

by Binod Kumar Kanaujia Neeta Singh Sachin Kumar

This book covers the theory, modeling, and implementation of different RF energy harvesting systems. RF energy harvesting is the best choice among the existing renewable energy sources, in terms of availability, cost, size, and integration with other systems. The device used for harvesting RF energy is called rectenna. A rectenna can work at the microwave, millimeter-wave, and terahertz waves. It also has the capability to operate at optical frequencies to be used for 6G and beyond communication systems. This book covers all aspects of wireless power transfer (WPT)/wireless energy harvesting (WEH), basics, theoretical concepts, and advanced developments occurring in the field of energy harvesting. It also covers the design theory for different types of antenna, rectifier, and impedance matching circuits used in RF energy harvesting systems. Different future and present applications, such as charging of vehicles, smart medical health care, self-driven e-vehicles, self-sustainable home automation system, and wireless drones, have also been discussed in detail.

Recurrent Neural Networks: From Simple to Gated Architectures

by Fathi M. Salem

This textbook provides a compact but comprehensive treatment that provides analytical and design steps to recurrent neural networks from scratch. It provides a treatment of the general recurrent neural networks with principled methods for training that render the (generalized) backpropagation through time (BPTT). This author focuses on the basics and nuances of recurrent neural networks, providing technical and principled treatment of the subject, with a view toward using coding and deep learning computational frameworks, e.g., Python and Tensorflow-Keras. Recurrent neural networks are treated holistically from simple to gated architectures, adopting the technical machinery of adaptive non-convex optimization with dynamic constraints to leverage its systematic power in organizing the learning and training processes. This permits the flow of concepts and techniques that provide grounded support for design and training choices. The author’s approach enables strategic co-training of output layers, using supervised learning, and hidden layers, using unsupervised learning, to generate more efficient internal representations and accuracy performance. As a result, readers will be enabled to create designs tailoring proficient procedures for recurrent neural networks in their targeted applications.

Recurrent Neural Networks: Concepts and Applications

by Amit Kumar Tyagi Ajith Abraham

The text discusses recurrent neural networks for prediction and offers new insights into the learning algorithms, architectures, and stability of recurrent neural networks. It discusses important topics including recurrent and folding networks, long short-term memory (LSTM) networks, gated recurrent unit neural networks, language modeling, neural network model, activation function, feed-forward network, learning algorithm, neural turning machines, and approximation ability. The text discusses diverse applications in areas including air pollutant modeling and prediction, attractor discovery and chaos, ECG signal processing, and speech processing. Case studies are interspersed throughout the book for better understanding. FEATURES Covers computational analysis and understanding of natural languages Discusses applications of recurrent neural network in e-Healthcare Provides case studies in every chapter with respect to real-world scenarios Examines open issues with natural language, health care, multimedia (Audio/Video), transportation, stock market, and logistics The text is primarily written for undergraduate and graduate students, researchers, and industry professionals in the fields of electrical, electronics and communication, and computer engineering/information technology.

Recurrent Neural Networks with Python Quick Start Guide: Sequential learning and language modeling with TensorFlow

by Simeon Kostadinov

Learn how to develop intelligent applications with sequential learning and apply modern methods for language modeling with neural network architectures for deep learning with Python's most popular TensorFlow framework. Key FeaturesTrain and deploy Recurrent Neural Networks using the popular TensorFlow libraryApply long short-term memory unitsExpand your skills in complex neural network and deep learning topicsBook DescriptionDevelopers struggle to find an easy-to-follow learning resource for implementing Recurrent Neural Network (RNN) models. RNNs are the state-of-the-art model in deep learning for dealing with sequential data. From language translation to generating captions for an image, RNNs are used to continuously improve results. This book will teach you the fundamentals of RNNs, with example applications in Python and the TensorFlow library. The examples are accompanied by the right combination of theoretical knowledge and real-world implementations of concepts to build a solid foundation of neural network modeling.Your journey starts with the simplest RNN model, where you can grasp the fundamentals. The book then builds on this by proposing more advanced and complex algorithms. We use them to explain how a typical state-of-the-art RNN model works. From generating text to building a language translator, we show how some of today's most powerful AI applications work under the hood.After reading the book, you will be confident with the fundamentals of RNNs, and be ready to pursue further study, along with developing skills in this exciting field.What you will learnUse TensorFlow to build RNN modelsUse the correct RNN architecture for a particular machine learning taskCollect and clear the training data for your modelsUse the correct Python libraries for any task during the building phase of your modelOptimize your model for higher accuracyIdentify the differences between multiple models and how you can substitute themLearn the core deep learning fundamentals applicable to any machine learning modelWho this book is forThis book is for Machine Learning engineers and data scientists who want to learn about Recurrent Neural Network models with practical use-cases. Exposure to Python programming is required. Previous experience with TensorFlow will be helpful, but not mandatory.

The Recursive Book of Recursion: Ace the Coding Interview with Python and JavaScript

by Al Sweigart

An accessible yet rigorous crash course on recursive programming using Python and JavaScript examples.Recursion has an intimidating reputation: it&’s considered to be an advanced computer science topic frequently brought up in coding interviews. But there&’s nothing magical about recursion. The Recursive Book of Recursion uses Python and JavaScript examples to teach the basics of recursion, exposing the ways that it&’s often poorly taught and clarifying the fundamental principles of all recursive algorithms. You&’ll learn when to use recursive functions (and, most importantly, when not to use them), how to implement the classic recursive algorithms often brought up in job interviews, and how recursive techniques can help solve countless problems involving tree traversal, combinatorics, and other tricky topics. This project-based guide contains complete, runnable programs to help you learn: How recursive functions make use of the call stack, a critical data structure almost never discussed in lessons on recursionHow the head-tail and &“leap of faith&” techniques can simplify writing recursive functionsHow to use recursion to write custom search scripts for your filesystem, draw fractal art, create mazes, and moreHow optimization and memoization make recursive algorithms more efficient Al Sweigart has built a career explaining programming concepts in a fun, approachable manner. If you&’ve shied away from learning recursion but want to add this technique to your programming toolkit, or if you&’re racing to prepare for your next job interview, this book is for you.

Recursive Filtering for 2-D Shift-Varying Systems with Communication Constraints

by Jinling Liang Zidong Wang Fan Wang

This book presents up-to-date research developments and novel methodologies regarding recursive filtering for 2-D shift-varying systems with various communication constraints. It investigates recursive filter/estimator design and performance analysis by a combination of intensive stochastic analysis, recursive Riccati-like equations, variance-constrained approach, and mathematical induction. Each chapter considers dynamics of the system, subtle design of filter gains, and effects of the communication constraints on filtering performance. Effectiveness of the derived theories and applicability of the developed filtering strategies are illustrated via simulation examples and practical insight. Features:- Covers recent advances of recursive filtering for 2-D shift-varying systems subjected to communication constraints from the engineering perspective. Includes the recursive filter design, resilience operation and performance analysis for the considered 2-D shift-varying systems. Captures the essence of the design for 2-D recursive filters. Develops a series of latest results about the robust Kalman filtering and protocol-based filtering. Analyzes recursive filter design and filtering performance for the considered systems. This book aims at graduate students and researchers in mechanical engineering, industrial engineering, communications networks, applied mathematics, robotics and control systems.

Recursive Identification and Parameter Estimation

by Han-Fu Chen Wenxiao Zhao

Recursive Identification and Parameter Estimation describes a recursive approach to solving system identification and parameter estimation problems arising from diverse areas. Supplying rigorous theoretical analysis, it presents the material and proposed algorithms in a manner that makes it easy to understand-providing readers with the modeling and

Red Hat and IT Security: With Red Hat Ansible, Red Hat OpenShift, and Red Hat Security Auditing

by Rithik Chatterjee

Use Red Hat’s security tools to establish a set of security strategies that work together to help protect your digital data. You will begin with the basic concepts of IT security and DevOps with topics such as CIA triage, security standards, network and system security controls and configuration, hybrid cloud infrastructure security, and the CI/CD process. Next, you will integrate and automate security into the DevOps cycle, infrastructure, and security as code. You will also learn how to automate with Red Hat Ansible Automation Platform and about hybrid cloud infrastructure. The later chapters will cover hyper-converged infrastructure and its security, Red Hat Smart Management, predictive analytics with Red Hat Insights, and Red Hat security auditing to ensure best security practices. Lastly, you will see the different types of case studies with real-world examples.Red Hat and IT Security will help you get a better understanding of IT security concepts from a network and system administration perspective. It will help you to understand how the IT infrastructure landscape can change by implementing specific security best practices and integrating Red Hat products and solutions to counter against modern cybersecurity threats.What You Will Learn● Understand IT infrastructure security and its best practices● Implement hybrid cloud infrastructure ● Realign DevOps process into DevSecOps, emphasizing security● Implement automation in IT infrastructure services using Red Hat Ansible● Explore Red Hat Smart Management, predictive analytics, and auditingWho This Book Is For IT professionals handling network/system administration or the IT infrastructure of an organization. DevOps professionals and cybersecurity analysts would find the book useful.

Red Hat Certified Engineer (RHCE) Study Guide: Ansible Automation for the Red Hat Enterprise Linux 8 Exam (EX294)

by Andrew Mallett

Study the material in this book to prepare for the RHCE exam EX294 and to learn how using Ansible within your own environment improves system administration productivity.This book covers all of the objectives of the exam and extends further, ensuring that you know how to use Ansible to manage Linux. The book uses CentOS, a Red Hat-based distribution, and Ubuntu instead of using a single Red Hat distribution. By using the two distributions, you will understand the power of Ansible and how easily you can deal with multiple platforms, which is crucial for your understanding of Ansible in the real world. The book assumes no previous knowledge of Ansible but some knowledge of Linux system administration from the command line. You will learn how to manage Linux systems that are installed with different distributions, including CentOS Enterprise Linux 8 and Ubuntu 18.04. You will be able to manage these systems using ad hoc commands from the command line as well as creating Ansible playbooks that can be replayed reliably many times. To save on the code that you have to create, you will learn how to use Ansible Galaxy to search for and download roles and collections that are pre-written to manage elements of your Linux installations. By the end of this book, you will be able to write efficient and effective YAML playbooks to manage your entire estate.What You Will Learn Prepare systems so that password-less access can be used with Ansible remotely Use ad hoc commands to quickly configure systems Use and format YAML files correctly Create playbooks that grow in their complexity as your experience develops Ensure that services are restarted on configuration changesWho This Book Is ForThose who want to prepare for the RHCE exam EX294 and readers who want to learn how to use Ansible to improve the productivity of their system administration. This book will help you prepare yourself for the exam as well as your real-life administration needs.

Red Hat Certified Specialist in Services Management and Automation EX358 Exam Guide: Get your certification and prepare for real-world challenges as a Red Hat Certified Specialist

by Eric McLeroy Peter Sprygada

Gain the skills and knowledge to manage your core network services on Red Hat Enterprise Linux with help of self-tests and practical use casesKey FeaturesGet the EX358 certification with this easy-to-follow guide while preparing for real-life challengesLearn everything you need to know about Linux system administration and automation using Ansible 2.9Use practical use cases and exam-focused questions to prepare for the certification examBook DescriptionIf you're ready to take the next step in your system engineering career with the EX358, then this book is for you. Packed with all the knowledge and skills that you need to configure and maintain services and applications on the Red Hat Linux 8 (RHEL OS 8) platform, this book will help you ace the exam and thrive at work.Red Hat Certified Specialist in Service Management and Automation will help you build a solid foundation of the most recent and up-to-date exam requirements and practice questions.Throughout the course of the book, you'll get hands-on experience with different technical processes needed to fully administer a Red Hat Enterprise Linux 8 system. This will include file storage, database management, direct configuration of applications, such as SMB shares, networking. You'll be well equipped with the configuration of essential components like firewall, SELinux, and iSCSI while learning how to automate these tasks using Ansible Automation 2.9 in order to alleviate the burden of completing them by hand.By the end of this book, you'll have covered all essential topics to ace the Red Hat EX358 certification exam and add another feather to your career as a Red Hat Certified Specialist.What you will learnAttain the skills to take and pass the Red Hat EX358 certification examBecome familiar with the ways of leveraging Ansible Core 2.9Gain deeper knowledge of the Red Hat Linux Networking with DNS, DHCP, and IP addressingCreate your own link and master the networking domain through link aggregation creationSet up printers and email services through Linux serversGet up and running with MariaDB SQL databasesExplore how to create and control web trafficWho this book is forThis book is for you if you want to advance your career by adding the essential Red Hat certificate to your resume. It will be particularly useful for system administrators responsible for managing large enterprise environments, network services and Red Hat Certified Engineers interested in becoming a Red Hat Certified Architect (RHCA). Before reading this book, you must have a working knowledge of Red Hat Enterprise Linux and Ansible Automation and command line usage of Red Hat Enterprise Linux systems administration.

Red Hat Enterprise Linux 6 Administration

by Sander Van Vugt

The definitive guide to administering a Red Hat Enterprise Linux 6 networkLinux professionals who need a go-to guide on version 6 of Red Hat Enterprise Linux (RHEL) will find what they need in this comprehensive Sybex book. It covers RHEL administration in detail, including how to set up and manage web and mail services, use RHEL in enterprise environments, secure it, optimize storage, configure for virtualization and high availability, and much more. It also provides a great study aid for those preparing for either the RHCSA or RHCE certification exam.Red Hat is the Linux market leader, and Red Hat administrators are in demandThis Sybex guide is a comprehensive resource on Red Hat Enterprise Linux administration and useful for those preparing for one of the Red Hat certification examsCovers setting up and managing web and mail services, using RHEL in enterprise environments, securing RHEL, and optimizing storage to fit your environmentExplores advanced RHEL configurations, including virtualization and high availabilityRed Hat Enterprise Linux 6 Administration is the guide Linux professionals and Red Hat administrators need to stay current on the newest version.

Red Hat Enterprise Linux 8 Administration: Master Linux administration skills and prepare for the RHCSA certification exam

by Miguel Perez Colino Pablo Iranzo Gomez Scott McCarty

Develop the skill to manage and administer Red Hat Enterprise Linux and get ready to achieve the RHCSA certificationKey FeaturesLearn the most common administration and security tasks and manage enterprise Linux infrastructures efficientlyAssess your knowledge using self-assessment questions based on real-world examplesUnderstand how to apply the concepts of core systems administration in the real worldBook DescriptionWhether in infrastructure or development, as a DevOps or site reliability engineer, Linux skills are now more relevant than ever for any IT job, forming the foundation of understanding the most basic layer of your architecture. With Red Hat Enterprise Linux (RHEL) becoming the most popular choice for enterprises worldwide, achieving the Red Hat Certified System Administrator (RHCSA) certification will validate your Linux skills to install, configure, and troubleshoot applications and services on RHEL systems.Complete with easy-to-follow tutorial-style content, self-assessment questions, tips, best practices, and practical exercises with detailed solutions, this book covers essential RHEL commands, user and group management, software management, networking fundamentals, and much more. You'll start by learning how to create an RHEL 8 virtual machine and get to grips with essential Linux commands. You'll then understand how to manage users and groups on an RHEL 8 system, install software packages, and configure your network interfaces and firewall. As you advance, the book will help you explore disk partitioning, LVM configuration, Stratis volumes, disk compression with VDO, and container management with Podman, Buildah, and Skopeo.By the end of this book, you'll have covered everything included in the RHCSA EX200 certification and be able to use this book as a handy, on-the-job desktop reference guide.This book and its contents are solely the work of Miguel Perez Colino, Pablo Iranzo Gomez, and Scott McCarty. The content does not reflect the views of their employer (Red Hat Inc.). This work has no connection to Red Hat, Inc. and is not endorsed or supported by Red Hat, Inc.What you will learnDeploy RHEL 8 in different footprints, from bare metal and virtualized to the cloudManage users and software on local and remote systems at scaleDiscover how to secure a system with SELinux, OpenSCAP, and firewalldGain an overview of storage components with LVM, Stratis, and VDOMaster remote administration with passwordless SSH and tunnelsMonitor your systems for resource usage and take actions to fix issuesUnderstand the boot process, performance optimizations, and containersWho this book is forThis book is for IT professionals or students who want to start a career in Linux administration and anyone who wants to take the RHCSA 8 certification exam. Basic knowledge of Linux and familiarity with the Linux command-line is necessary.

Red Hat Enterprise Linux 8 Administration: Master Linux administration skills and prepare for the RHCSA certification exam

by Scott McCarty Miguel Pérez Colino Pablo Iranzo Gómez

Develop the skills to manage and administer Red Hat Enterprise Linux and get ready to earn the RHCSA certification Key FeaturesLearn the most common administration and security tasks and manage enterprise Linux infrastructures efficientlyAssess your knowledge using self-assessment questions based on real-world examplesUnderstand how to apply the concepts of core systems administration in the real worldBook DescriptionWhether in infrastructure or development, as a DevOps or site reliability engineer, Linux skills are now more relevant than ever for any IT job, forming the foundation of understanding the most basic layer of your architecture. With Red Hat Enterprise Linux (RHEL) becoming the most popular choice for enterprises worldwide, achieving the Red Hat Certified System Administrator (RHCSA) certification will validate your Linux skills to install, configure, and troubleshoot applications and services on RHEL systems. Complete with easy-to-follow tutorial-style content, self-assessment questions, tips, best practices, and practical exercises with detailed solutions, this book covers essential RHEL commands, user and group management, software management, networking fundamentals, and much more. You'll start by learning how to create an RHEL 8 virtual machine and get to grips with essential Linux commands. You'll then understand how to manage users and groups on an RHEL 8 system, install software packages, and configure your network interfaces and firewall. As you advance, the book will help you explore disk partitioning, LVM configuration, Stratis volumes, disk compression with VDO, and container management with Podman, Buildah, and Skopeo. By the end of this book, you'll have covered everything included in the RHCSA EX200 certification and be able to use this book as a handy, on-the-job desktop reference guide. This book and its contents are solely the work of Miguel Pérez Colino, Pablo Iranzo Gómez, and Scott McCarty. The content does not reflect the views of their employer (Red Hat Inc.). This work has no connection to Red Hat, Inc. and is not endorsed or supported by Red Hat, Inc.What you will learnDeploy RHEL 8 in different footprints, from bare metal and virtualized to the cloudManage users and software on local and remote systems at scaleDiscover how to secure a system with SELinux, OpenSCAP, and firewalldGain an overview of storage components with LVM, Stratis, and VDOMaster remote administration with passwordless SSH and tunnelsMonitor your systems for resource usage and take actions to fix issuesUnderstand the boot process, performance optimizations, and containersWho this book is forThis book is for IT professionals or students who want to start a career in Linux administration and anyone who wants to take the RHCSA 8 certification exam. Basic knowledge of Linux and familiarity with the Linux command-line is necessary.

Red Hat Enterprise Linux 9 Administration: A comprehensive Linux system administration guide for RHCSA certification exam candidates, 2nd Edition

by Miguel Perez Colino Pablo Iranzo Gomez Scott McCarty Pedro Ibanez Requena

Develop the skills required to administer your RHEL environment on-premises and in the cloud while preparing for the RHCSA examPurchase of the print or Kindle book includes a free eBook in PDF formatKey FeaturesBecome a pro at system administration from installation to container managementSecure and harden your Linux environment using SSH, SELinux, firewall, and system permissionsGain confidence to pass the RHCSA exam with the help of practice testsBook DescriptionWith Red Hat Enterprise Linux 9 becoming the standard for enterprise Linux used from data centers to the cloud, Linux administration skills are in high demand. With this book, you'll learn how to deploy, access, tweak, and improve enterprise services on any system on any cloud running Red Hat Enterprise Linux 9.Throughout the book, you'll get to grips with essential tasks such as configuring and maintaining systems, including software installation, updates, and core services. You'll also understand how to configure the local storage using partitions and logical volumes, as well as assign and deduplicate storage. You'll learn how to deploy systems while also making them secure and reliable.This book provides a base for users who plan to become full-time Linux system administrators by presenting key command-line concepts and enterprise-level tools, along with essential tools for handling files, directories, command-line environments, and documentation for creating simple shell scripts or running commands. With the help of command line examples and practical tips, you'll learn by doing and save yourself a lot of time.By the end of the book, you'll have gained the confidence to manage the filesystem, users, storage, network connectivity, security, and software in RHEL 9 systems on any footprint.What you will learnBecome well versed with the fundamentals of RHEL9—from system deployment to user managementSecure a system by using SELinux policies and configuring firewall rulesUnderstand LVM to manage volumes and maintain VDO deduplicationManage a system remotely using SSH and public key authenticationGet the hang of the boot process and kernel tunable to adjust your systemsAutomate simple tasks using scripts or Ansible PlaybooksWho this book is forThis book is for Red Hat Enterprise Linux system administrators and Linux system administrators. It's also a good resource for any IT professional who wants to learn system administration. RHCSA certification candidates will find this book useful in their preparation for the certification exam.

Red Hat Enterprise Linux Server Cookbook

by William Leemans

Over 60 recipes to help you build, configure, and orchestrate RHEL 7 Server to make your everyday administration experience seamless About This Book * Create fully unattended installations and deploy configurations without breaking a sweat * Discover and kick-start the newest RHEL 7 configuration and management tools through an easy-to-follow, practical approach for a lazy system management * Be guided by an experienced RHEL expert who is a certified Linux engineer with a passion for open source and open standards Who This Book Is For Red Hat Enterprise Linux Server Cookbook is for RHEL 7 system administrators and DevOps in need of a practical reference guide to troubleshoot common issues and quickly perform tasks. What You Will Learn * Set up and configure RHEL 7 Server * Use NetworkManager to configure all aspects of your network * Manage virtual environments using libvirt * Set up software repositories * Secure and monitor your RHEL environment * Configure SELinux, and create and apply its policies * Create kickstart scripts to automatically deploy RHEL 7 systems * Use Orchestration and configuration management tools to manage your environment In Detail Dominating the server market, the Red Hat Enterprise Linux operating system gives you the support you need to modernize your infrastructure and boost your organization's efficiency. Combining both stability and flexibility, RHEL helps you meet the challenges of today and adapt to the demands of tomorrow. This practical Cookbook guide will help you get to grips with RHEL 7 Server and automating its installation. Designed to provide targeted assistance through hands-on recipe guidance, it will introduce you to everything you need to know about KVM guests and deploying multiple standardized RHEL systems effortlessly. Get practical reference advice that will make complex networks setups look like child's play, and dive into in-depth coverage of configuring a RHEL system. Also including full recipe coverage of how to set up, configuring, and troubleshoot SELinux, you'll also discover how secure your operating system, as well as how to monitor it. Style and approach This practical guide is packed full of hands-on recipes that provide quick solutions to the problems faced when building your RHEL 7 system from scratch using orchestration tools. Each topic is explained sequentially in the process of setting up a system and binding everything together.

Red Hat Enterprise Linux Troubleshooting Guide

by Benjamin Cane

Identify, capture and resolve common issues faced by Red Hat Enterprise Linux administrators using best practices and advanced troubleshooting techniquesAbout This BookDevelop a strong understanding of the base tools available within Red Hat Enterprise Linux (RHEL) and how to utilize these tools to troubleshoot and resolve real-world issuesGain hidden tips and techniques to help you quickly detect the reason for poor network/storage performanceTroubleshoot your RHEL to isolate problems using this example-oriented guide full of real-world solutionsWho This Book Is ForIf you have a basic knowledge of Linux from administration or consultant experience and wish to add to your Red Hat Enterprise Linux troubleshooting skills, then this book is ideal for you. The ability to navigate and use basic Linux commands is expected.What You Will LearnIdentify issues that need rapid resolution against long term root cause analysisDiscover commands for testing network connectivity such as telnet, netstat, ping, ip and curlSpot performance issues with commands such as top, ps, free, iostat, and vmstatUse tcpdump for traffic analysisRepair a degraded file system and rebuild a software raidIdentify and troubleshoot hardware issues using dmesgTroubleshoot custom applications with strace and knowledge of Linux resource limitationsIn DetailRed Hat Enterprise Linux is an operating system that allows you to modernize your infrastructure, boost efficiency through virtualization, and finally prepare your data center for an open, hybrid cloud IT architecture. It provides the stability to take on today's challenges and the flexibility to adapt to tomorrow's demands.In this book, you begin with simple troubleshooting best practices and get an overview of the Linux commands used for troubleshooting. The book will cover the troubleshooting methods for web applications and services such as Apache and MySQL. Then, you will learn to identify system performance bottlenecks and troubleshoot network issues; all while learning about vital troubleshooting steps such as understanding the problem statement, establishing a hypothesis, and understanding trial, error, and documentation. Next, the book will show you how to capture and analyze network traffic, use advanced system troubleshooting tools such as strace, tcpdump & dmesg, and discover common issues with system defaults.Finally, the book will take you through a detailed root cause analysis of an unexpected reboot where you will learn to recover a downed system.Style and approachThis is an easy-to-follow guide packed with examples of real-world core Linux concepts. All the topics are presented in detail while you're performing the actual troubleshooting steps.

Red Hat Linux 7.1 Bible, Unlimited Edition

by Christopher Megus

Complete guide to using Red Hat Linux

Red Hat Linux 9: Red Hat Linux x86 Installation Guide

by Red Hat Inc.

Installation manual for Red Hat Linux 9

Red vs. Blue Apple FF: The Ultimate Fan Guide

by Rooster Teeth Eddy Rivas Burnie Burns

In Red vs. Blue, its creators at Rooster Teeth brings together more than a decades' worth of ephemera and behind-the-scenes information from the popular comedic web series, including:Character dossiers and fact sheetsCharacter-driven lists, including "The Wisdom of Caboose"Charts and statistics mapping out character, world, and episode triviaBest Red vs. Blue quotes. Of all timeAlternate stories and character arcs that were abandonedSpotlights on the cast and crew of Red vs. Blue, filled with unique anecdotes, behind-the-scenes stories, and insights into the series and their roleNew, never-before-seen content: Includes annotated scripts of some of the most-watching episodes, side-stores, expanded universe material, alternate endings, deleted scenes and triviaOriginal sketches and drawings

The Red Web: The Struggle Between Russia's Digital Dictators and the New Online Revolutionaries

by Andrei Soldatov Irina Borogan

Half of Russia’s email traffic passes through an ordinary-looking building in an otherwise residential district of South West Moscow. On the eighth floor, in here a room occupied by the FSB, the successor organization to the KGB, is a box the size of a VHS player, marked SORM. SORM once intercepted just phone calls. Now it monitors emails, internet usage, Skype, and all social networks. It is the world’s most intrusive listening device, and it is the Russian Government’s front line for the battle of the future of the internet. Drawn from scores of interviews personally conducted with numerous prominent officials in in the ministry of communications and web-savvy activists challenging the state, Andrei Soldatov and Irina Borogan’s fearless investigative reporting in The Red Web is both harrowing and alarming. They explain the long and storied history of Russian advanced surveillance systems, from research laboratories in Soviet era labor camps to the legalization of government monitoring of all telephone and internet communications in 1995. But for every hacker subcontracted by the FSB to interfere with Russia’s antagonists abroad—such as those who in a massive Denial of Service attack overwhelmed the entire internet in neighboring Estonia—there is a radical or an opportunist who is using the web to chip away at the power of the state at home. Empowered by communication enabled by social media, a community of activists, editors, programmers and others are finding ways to challenge abusive state powers online. Alexei Navalny used his LiveJournal to expose political corruption in Russian, and gained a viral following after attacking Putin’s “party of crooks and thieves. ” Grigory Melkonyants, deputy director of the nation’s only independent election watchdog organization, developed a visual that tracked and mapped voter fraud across the country. And on December 10th, 2011 50,000 people crowded Bolotnaya Square to protest United Russia and its lawless practices. Twenty-four-year-old Ilya Klishin had used Facebook to spark the largest organized demonstration in Moscow since the dying days of the Soviet Union. The internet in Russia is either the most efficient totalitarian tool or the very device by which totalitarianism will be overthrown. Perhaps both. The Red Web exposes how easily a free global exchange can be splintered coerced into becoming a tool of geopolitical warfare. Without much-needed activism or regulation, the Internet will no longer be a safe and egalitarian public forum—but instead a site Balkanized and policed to suit the interests and agendas of the world’s most hostile governments.

RedakBot

by Ramón Kadel

Der Journalismus ist im Wandel – nicht nur aufgrund des Medienstrukturwandels durch Digitalisierung und Internet, sondern auch aufgrund neuer Technologien, die erstmals sogar ein Stück weit die Existenzberechtigung des Berufsbilds infrage stellen. Werden Journalisten also durch künstliche Intelligenz ersetzt? Nein! Denn KI im Journalismus ist ein „Frenemy“: Freund und Feind zugleich. Freund, wenn man sich auf den KI-Journalismus vorbereitet, Feind für diejenigen, die ihr Mindset nicht ändern können und die neuen Technologien ausschließlich als Bedrohung sehen. Mit der Lektüre dieses Buches sollen Journalisten und Redakteure sowie Volontäre und Studenten im Bereich der Kommunikationswissenschaften konkrete Ideen im Kopf haben, wie sie sich auf die Zeit des KI-Journalismus erfolgreich vorbereiten. Es regt an, innovativ zu sein, und von den neuen Möglichkeiten, die redaktionelle Bots bieten, zu partizipieren – und schließlich zu profitieren. Die Frage ist nicht, ob „RedakBots“ unsere Arbeitswelt verändern, sondern wann dies passiert. Das Buch bereitet darauf vor.

Redash v5 Quick Start Guide: Create and share interactive dashboards using Redash

by Alexander Leibzon Yael Leibzon

Learn how to quickly generate business intelligence, insights and create interactive dashboards for digital storytelling through various data sources with RedashKey FeaturesLearn the best use of visualizations to build powerful interactive dashboardsCreate and share visualizations and data in your organizationWork with different complexities of data from different data sourcesBook DescriptionData exploration and visualization is vital to Business Intelligence, the backbone of almost every enterprise or organization. Redash is a querying and visualization tool developed to simplify how marketing and business development departments are exposed to data. If you want to learn to create interactive dashboards with Redash, explore different visualizations, and share the insights with your peers, then this is the ideal book for you.The book starts with essential Business Intelligence concepts that are at the heart of data visualizations. You will learn how to find your way round Redash and its rich array of data visualization options for building interactive dashboards. You will learn how to create data storytelling and share these with peers. You will see how to connect to different data sources to process complex data, and then visualize this data to reveal valuable insights. By the end of this book, you will be confident with the Redash dashboarding tool to provide insight and communicate data storytelling.What you will learnInstall Redash and troubleshoot installation errorsManage user roles and permissionsFetch data from various data sourcesVisualize and present data with RedashCreate active alerts based on your dataUnderstand Redash administration and customizationExport, share and recount stories with Redash visualizationsInteract programmatically with Redash through the Redash APIWho this book is forThis book is intended for Data Analysts, BI professionals and Data Developers, but can be useful to anyone who has a basic knowledge of SQL and a creative mind. Familiarity with basic BI concepts will be helpful, but no knowledge of Redash is required.

Reddito Passivo Online: 5 modi altamente remunerativi per fare soldi online

by Jonathan S. Walker

Impara i segreti per fare reddito passivo online oggi e inizia a fare soldi! Reddito passivo online: 5 modi altamente redditizi per fare soldi online Impara i segreti per fare reddito passivo online oggi e inizia a fare soldi! Sei stanco di lavorare come un cane, correndo come un pazzo come tutti gli altri là fuori? Scambi tempo per guadagnare soldi giorno dopo giorno, sacrificando tempo di qualità con amici e familiari e non avendo mai abbastanza da spendere con i vostri cari? Cosa succede se ti dico che esiste un modo per costruire un impero del reddito passivo on-line senza dover lasciare il lavoro di tutti i giorni? Il reddito passivo online è la soluzione definitiva. Per essere IL ragazzo di cui tutti sono invidiosi, è necessario iniziare a costruire un reddito passivo online OGGI. Ci vuole tempo per far crescere un'azienda da zero e questo libro ti fornirà i passi esatti che dovrai fare per iniziare quel viaggio. In questo libro imparerai: 5 Fonti redditizie per la creazione di flussi di reddito passivi online Strategie specifiche su come far crescere le aziende Costruire blog redditizi Costruire un impero commerciale e vendere con l'FBA Come creare un sito membership Come fare soldi vendendo Ebook su Amazon Kindle Store Come impostare un canale Youtube redditizio Risultati della creazione di reddito passivo online: Essere in grado di viaggiare per il mondo Realizzare i tuoi sogni Avere sicurezza finanziaria Essere finanziariamente senza stress Acquistare tutto quello che vuoi in qualsiasi momento Stai per ottenere queste strategie e grazie a tutta questa conoscenza a portata di mano farai il salto di qualità e diventerai finanziariamente libero, con un reddito passivo disponibile ogni giorno. Qualcuno che è in pensione prima dei 40 anni e ha il tempo e la libertà di vivere la vita al massimo con i loro cari. Affretta

Refine Search

Showing 48,376 through 48,400 of 59,442 results