Browse Results

Showing 31,276 through 31,300 of 53,910 results

Linux Shell Scripting Essentials

by Sinny Kumari

Learn shell scripting to solve complex shell-related problems and to efficiently automate your day-to-day tasks About This Book * Familiarize yourself with the terminal by learning about powerful shell features * Automate tasks by writing shell scripts for repetitive work * Packed with easy-to-follow, hands-on examples to help you write any type of shell script with confidence Who This Book Is For This book is aimed at administrators and those who have a basic knowledge of shell scripting and who want to learn how to get the most out of writing shell scripts. What You Will Learn * Write effective shell scripts easily * Perform search operations and manipulate large text data with a single shell command * Modularize reusable shell scripts by creating shell libraries * Redirect input, output, and errors of a command or script execution to other streams * Debug code with different shell debugging techniques to make your scripts bug-free * Manage processes, along with the environment variables needed to execute them properly * Execute and embed other languages in your scripts * Manage creation, deletion, and search operations in files In Detail Shell scripting is a quick method to prototype complex applications or problems. Shell scripts are a collection of commands to automate tasks, usually those for which the user has a repeated need, when working on Linux-based systems. Using simple commands or a combination of them in a shell can solve complex problems easily. This book starts with the basics, including essential commands that can be executed on Linux systems to perform tasks within a few nanoseconds. You'll learn to use outputs from commands and transform them to show the data you require. Discover how to write shell scripts easily, execute script files, debug, and handle errors. Next, you'll explore environment variables in shell programming and learn how to customize them and add a new environment. Finally, the book walks you through processes and how these interact with your shell scripts, along with how to use scripts to automate tasks and how to embed other languages and execute them. Style and approach This book is a pragmatic guide to writing efficient shell programs, complete with hands-on examples and tips.

Linux Sound Programming

by Jan Newmarch

Program audio and sound for Linux using this practical, how-to guide. You will learn how to use DSPs, sampled audio, MIDI, karaoke, streaming audio, and more. Linux Sound Programming takes you through the layers of complexity involved in programming the Linux sound system. You'll see the large variety of tools and approaches that apply to almost every aspect of sound. This ranges from audio codecs, to audio players, to audio support both within and outside of the Linux kernel. What You'll Learn Work with sampled audio Handle Digital Signal Processing (DSP) Gain knowledge of MIDI Build a Karaoke-like application Handle streaming audio Who This Book Is For Experienced Linux users and programmers interested in doing multimedia with Linux.

Linux System Administration

by Tom Adelstein Bill Lubanovic

If you're an experienced system administrator looking to acquire Linux skills, or a seasoned Linux user facing a new challenge, Linux System Administration offers practical knowledge for managing a complete range of Linux systems and servers. The book summarizes the steps you need to build everything from standalone SOHO hubs, web servers, and LAN servers to load-balanced clusters and servers consolidated through virtualization. Along the way, you'll learn about all of the tools you need to set up and maintain these working environments. Linux is now a standard corporate platform with users numbering in the hundreds of millions, and there is a definite shortage of talented administrators. Linux System Administration is ideal as an introduction to Linux for Unix veterans, MCSEs, and mainframe administrators, and as an advanced (and refresher) guide for existing Linux administrators who will want to jump into the middle of the book. Inside, you'll learn how to: Set up a stand-alone Linux server Install, configure, maintain, and troubleshoot a DNS server using BIND Build an Internet server to manage sites, perform email and file transfers, and more Set up an email service for a small-to-medium-sized site, complete with authentication Install and configure Apache, PHP, and MySQL on a web server built from scratch Combine computers into a load-balanced Apache web server cluster based on the free Linux Virtual Server Set up local network services from distributed file systems to DHCP services, gateway services, print services, user management and more Use Linux virtualization with Xen or VMWare to run multiple kernels on one piece of hardware; manage each kernel's access to processor time, devices, and memory Create shell scripts and adapt them for your own needs Back up and restore data with rsync, tar, cdrecord , Amanda, and MySQL tools Linux System Administration is not only knowledgeable and practical, but convenient. The ingredients for this book had been scattered throughout mailing lists, forums, and discussion groups, as well as books, periodicals, and the experiences of colleagues. Everything is now in one handy guide. In the course of their research, the authors also solved many problems whose solutions were completely undocumented. They now pass their lessons on to you.

Linux System Administration for the 2020s: The Modern Sysadmin Leaving Behind the Culture of Build and Maintain

by Kenneth Hitchcock

Build and manage large estates, and use the latest OpenSource management tools to breakdown a problems. This book is divided into 4 parts all focusing on the distinct aspects of Linux system administration. The book begins by reviewing the foundational blocks of Linux and can be used as a brief summary for new users to Linux and the OpenSource world. Moving on to Part 2 you'll start by delving into how practices have changed and how management tooling has evolved over the last decade. You’ll explore new tools to improve the administration experience, estate management and its tools, along with automation and containers of Linux. Part 3 explains how to keep your platform healthy through monitoring, logging, and security. You'll also review advanced tooling and techniques designed to resolve technical issues. The final part explains troubleshooting and advanced administration techniques, and less known methods for resolving stubborn problems.With Linux System Administration for the 2020s you'll learn how to spend less time doing sysadmin work and more time on tasks that push the boundaries of your knowledge. What You'll Learn Explore a shift in culture and redeploy rather than fix Improve administration skills by adopting modern toolingAvoid bad practices and rethink troubleshootingCreate a platform that requires less human intervention Who This Book Is ForEveryone from sysadmins, consultants, architects or hobbyists.

Linux System Programming: Talking Directly to the Kernel and C Library

by Robert Love

This book is about writing software that makes the most effective use of the system you're running on -- code that interfaces directly with the kernel and core system libraries, including the shell, text editor, compiler, debugger, core utilities, and system daemons. The majority of both Unix and Linux code is still written at the system level, and Linux System Programming focuses on everything above the kernel, where applications such as Apache, bash, cp, vim, Emacs, gcc, gdb, glibc, ls, mv, and X exist. Written primarily for engineers looking to program (better) at the low level, this book is an ideal teaching tool for any programmer. Even with the trend toward high-level development, either through web software (such as PHP) or managed code (C#), someone still has to write the PHP interpreter and the C# virtual machine. Linux System Programming gives you an understanding of core internals that makes for better code, no matter where it appears in the stack. Debugging high-level code often requires you to understand the system calls and kernel behavior of your operating system, too. Key topics include: An overview of Linux, the kernel, the C library, and the C compiler Reading from and writing to files, along with other basic file I/O operations, including how the Linux kernel implements and manages file I/O Buffer size management, including the Standard I/O library Advanced I/O interfaces, memory mappings, and optimization techniques The family of system calls for basic process management Advanced process management, including real-time processes File and directories-creating, moving, copying, deleting, and managing them Memory management -- interfaces for allocating memory, managing the memory you have, and optimizing your memory access Signals and their role on a Unix system, plus basic and advanced signal interfaces Time, sleeping, and clock management, starting with the basics and continuing through POSIX clocks and high resolution timers With Linux System Programming, you will be able to take an in-depth look at Linux from both a theoretical and an applied perspective as you cover a wide range of programming topics.

Linux System Programming Techniques: Become a proficient Linux system programmer using expert recipes and techniques

by Jack-Benny Persson

Find solutions to all your problems related to Linux system programming using practical recipes for developing your own system programsKey FeaturesDevelop a deeper understanding of how Linux system programming worksGain hands-on experience of working with different Linux projects with the help of practical examplesLearn how to develop your own programs for LinuxBook DescriptionLinux is the world's most popular open source operating system (OS). Linux System Programming Techniques will enable you to extend the Linux OS with your own system programs and communicate with other programs on the system. The book begins by exploring the Linux filesystem, its basic commands, built-in manual pages, the GNU compiler collection (GCC), and Linux system calls. You'll then discover how to handle errors in your programs and will learn to catch errors and print relevant information about them. The book takes you through multiple recipes on how to read and write files on the system, using both streams and file descriptors. As you advance, you'll delve into forking, creating zombie processes, and daemons, along with recipes on how to handle daemons using systemd. After this, you'll find out how to create shared libraries and start exploring different types of interprocess communication (IPC). In the later chapters, recipes on how to write programs using POSIX threads and how to debug your programs using the GNU debugger (GDB) and Valgrind will also be covered. By the end of this Linux book, you will be able to develop your own system programs for Linux, including daemons, tools, clients, and filters.What you will learnDiscover how to write programs for the Linux system using a wide variety of system callsDelve into the working of POSIX functionsUnderstand and use key concepts such as signals, pipes, IPC, and process managementFind out how to integrate programs with a Linux systemExplore advanced topics such as filesystem operations, creating shared libraries, and debugging your programsGain an overall understanding of how to debug your programs using ValgrindWho this book is forThis book is for anyone who wants to develop system programs for Linux and gain a deeper understanding of the Linux system. The book is beneficial for anyone who is facing issues related to a particular part of Linux system programming and is looking for specific recipes or solutions.

Linux Thin Client Networks Design and Deployment

by David Richards

The book consists of HOW-TOs for all elements of setting up a thin client network, as well as expert advice on decision making, based on the authors experience creating a thin client network for the city of Largo, Florida. The book is for System Administrators interested in designing and setting up a Linux thin client network and provides enough knowledge to understand how the technology works, make decisions about deployment, and then implement a stable work environment.

Linux Unwired

by Edd Dumbill Brian Jepson Roger Weeks

In Linux Unwired , you'll learn the basics of wireless computing, from the reasons why you'd want to go wireless in the first place, to setting up your wireless network or accessing wireless data services on the road. The book provides a complete introduction to all the wireless technologies supported by Linux. You'll learn how to install and configure a variety of wireless technologies to fit different scenarios, including an office or home network and for use on the road. You'll also learn how to get Wi-Fi running on a laptop, how to use Linux to create your own access point, and how to deal with cellular networks, Bluetooth, and Infrared. Other topics covered in the book include: Connecting to wireless hotspots Cellular data plans you can use with Linux Wireless security, including WPA and 802.1x Finding and mapping Wi-Fi networks with kismet and gpsd Connecting Linux to your Palm or Pocket PC Sending text messages and faxes from Linux through your cellular phone Linux Unwired is a one-stop wireless information source for on-the-go Linux users. Whether you're considering Wi-Fi as a supplement or alternative to cable and DSL, using Bluetooth to network devices in your home or office,or want to use cellular data plans for access to data nearly everywhere, this book will show you the full-spectrum view of wireless capabilities of Linux, and how to take advantage of them.

Linux Unwired: A Complete Guide to Wireless Configuration

by Brian Jepson Edd Wilder-James Roger Weeks

In Linux Unwired, you'll learn the basics of wireless computing, from the reasons why you'd want to go wireless in the first place, to setting up your wireless network or accessing wireless data services on the road. The book provides a complete introduction to all the wireless technologies supported by Linux. You'll learn how to install and configure a variety of wireless technologies to fit different scenarios, including an office or home network and for use on the road. You'll also learn how to get Wi-Fi running on a laptop, how to use Linux to create your own access point, and how to deal with cellular networks, Bluetooth, and Infrared.Other topics covered in the book include:Connecting to wireless hotspotsCellular data plans you can use with LinuxWireless security, including WPA and 802.1xFinding and mapping Wi-Fi networks with kismet and gpsdConnecting Linux to your Palm or Pocket PCSending text messages and faxes from Linux through your cellular phoneLinux Unwired is a one-stop wireless information source for on-the-go Linux users. Whether you're considering Wi-Fi as a supplement or alternative to cable and DSL, using Bluetooth to network devices in your home or office, or want to use cellular data plans for access to data nearly everywhere, this book will show you the full-spectrum view of wireless capabilities of Linux, and how to take advantage of them.

Linux Utilities Cookbook

by James Kent Lewis

A Cookbook-style guide packed with examples and illustrations, it offers organized learning through recipes and step-by-step instructions. The book is designed so that you can pick exactly what you need, when you need it.Written for anyone that would like to familiarize themselves with Linux. This book is perfect migrating from Windows to Linux and will save your time and money, learn exactly how to and where to begin working with Linux and troubleshooting in easy steps.

Linux with Operating System Concepts

by Richard Fox

A True Textbook for an Introductory Course, System Administration Course, or a Combination Course Linux with Operating System Concepts merges conceptual operating system (OS) and Unix/Linux topics into one cohesive textbook for undergraduate students. The book can be used for a one- or two-semester course on Linux or Unix. It is complete with revie

Linux with Operating System Concepts

by Richard Fox

A True Textbook for an Introductory Course, System Administration Course, or a Combination Course Linux with Operating System Concepts, Second Edition merges conceptual operating system (OS) and Unix/Linux topics into one cohesive textbook for undergraduate students. The book can be used for a one- or two-semester course on Linux or Unix. It is complete with review sections, problems, definitions, concepts and relevant introductory material, such as binary and Boolean logic, OS kernels and the role of the CPU and memory hierarchy. Details for Introductory and Advanced Users The book covers Linux from both the user and system administrator positions. From a user perspective, it emphasizes command-line interaction. From a system administrator perspective, the text reinforces shell scripting with examples of administration scripts that support the automation of administrator tasks. Thorough Coverage of Concepts and Linux Commands The author incorporates OS concepts not found in most Linux/Unix textbooks, including kernels, file systems, storage devices, virtual memory and process management. He also introduces computer science topics, such as computer networks and TCP/IP, binary numbers and Boolean logic, encryption and the GNU’s C compiler. In addition, the text discusses disaster recovery planning, booting and Internet servers. New in this Edition The book has been updated to systemd Linux and the newer services like Cockpit, NetworkManager, firewalld and journald. This edition explores Linux beyond CentOS/Red Hat by adding detail on Debian distributions. Content across most topics has been updated and improved.

Linux Yourself: Concept and Programming

by Sunil K. Singh

Numerous people still believe that learning and acquiring expertise in Linux is not easy, that only a professional can understand how a Linux system works. Nowadays, Linux has gained much popularity both at home and at the workplace. Linux Yourself: Concept and Programming aims to help and guide people of all ages by offering a deep insight into the concept of Linux, its usage, programming, administration, and several other connected topics in an easy approach. This book can also be used as a textbook for undergraduate/postgraduate engineering students and others who have a passion to gain expertise in the field of computer science/information technology as a Linux developer or administrator. The word "Yourself" in the title refers to the fact that the content of this book is designed to give a good foundation to understand the Linux concept and to guide yourself as a good Linux professional in various platforms. There are no prerequisites to understand the contents from this book, and a person with basic knowledge of C programming language will be able to grasp the concept with ease. With this mindset, all the topics are presented in such a way that it should be simple, clear, and straightforward with many examples and figures. Linux is distinguished by its own power and flexibility, along with open-source accessibility and community as compared to other operating systems, such as Windows and macOS. It is the author’s sincere view that readers of all levels will find this book worthwhile and will be able to learn or sharpen their skills. KEY FEATURES Provides a deep conceptual learning and expertise in programming skill for any user about Linux, UNIX, and their features. Elaborates GUI and CUI including Linux commands, various shells, and the vi editor Details file management and file systems to understand Linux system architecture easily Promotes hands-on practices of regular expressions and advanced filters, such as sed and awk through many helpful examples Describes an insight view of shell scripting, process, thread, system calls, signal, inter-process communication, X Window System, and many more aspects to understand the system programming in the Linux environment Gives a detailed description of Linux administration by elaborating LILO, GRUB, RPM-based package, and program installation and compilation that can be very helpful in managing the Linux system in a very efficient way Reports some famous Linux distributions to understand the similarity among all popular available Linux and other features as case studies

Liquid Metal Soft Machines: Principles and Applications (Topics in Mining, Metallurgy and Materials Engineering)

by Jing Liu Lei Sheng Zhi-Zhu He

This book discusses the core principles and practical applications of a brand new machine category: liquid-metal soft machines and motors. After a brief introduction on the conventional soft robot and its allied materials, it presents the new conceptual liquid-metal machine, which revolutionizes existing rigid robots, both large and small. It outlines the typical features of the soft liquid-metal materials and describes the various transformation capabilities, mergence of separate metal droplets, self-rotation and planar locomotion of liquid-metal objects under external or internal mechanism. Further, it introduces a series of unusual phenomena discovered while developing the shape changeable smart soft machine and interprets the related mechanisms regarding the effects of the shape, size, voltage, orientation and geometries of the external fields to control the liquid-metal transformers. Moreover, the book illustrates typical strategies to construct a group of different advanced functional liquid-metal soft machines, since such machines or robots are hard to fabricate using rigid-metal or conventional materials. With highly significant fundamental and practical findings, this book is intended for researchers interested in establishing a general method for making future smart soft machine and accompanying robots.

Liquiditätsplanung: Das Steuerungstool für zukunftssicheres unternehmerisches Handeln – ein Praxisleitfaden

by Thomas Schmidt

Dieses Buch fokussiert auf die Liquiditätsplanung, die die zukunftssichere und wirtschaftliche Fortführung eines Unternehmens und seine Zahlungsfähigkeit an erste Stelle stellt. Es widmet sich einer möglichst prognosegenauen Abbildung der zukünftigen Zahlungsströme des laufenden operativen Geschäftsmodells. Aufgrund der Zusammenführung von Planungsrechnungen, rechtlichen Vereinbarungen des Debitoren- und Kreditorenmanagements und Prognoseverfahren ist der Liquiditätsplan im Planungsuniversum einzigartig und sichert bei konsequenter und richtiger Anwendung die Unternehmensexistenz. Ziel dieses Praxisleitfadens ist ein konzeptionell stringentes und gleichzeitig praktisch orientiertes Planungsmodell, das mit einer beherrschbaren Toleranz Aufschluss über die Entwicklung der Liquidität des Unternehmens gibt – sowohl dem Management als auch den Finanzverantwortlichen –, um es erfolgreich in die Zukunft zu führen.

Lisp in Small Pieces

by Christian Queinnec

This is a comprehensive account of the semantics and the implementation of the whole Lisp family of languages, namely Lisp, Scheme and related dialects. It describes 11 interpreters and 2 compilers, including very recent techniques of interpretation and compilation. The book is in two parts. The first starts from a simple evaluation function and enriches it with multiple name spaces, continuations and side-effects with commented variants, while at the same time the language used to define these features is reduced to a simple lambda-calculus. Denotational semantics is then naturally introduced. The second part focuses more on implementation techniques and discusses precompilation for fast interpretation: threaded code or bytecode; compilation towards C. Some extensions are also described such as dynamic evaluation, reflection, macros and objects. This will become the new standard reference for people wanting to know more about the Lisp family of languages: how they work, how they are implemented, what their variants are and why such variants exist. The full code is supplied (and also available over the Net). A large bibliography is given as well as a considerable number of exercises. Thus it may also be used by students to accompany second courses on Lisp or Scheme.

LISS 2012

by Juliang Zhang Runtong Zhang Zhenji Zhang

Information and communication technology has helped to provide a more effective network infrastructure and development platform for logistics and service operations. In order to meet the needs of consumers, and particularly to promote low-carbon development processes, new types of services will also emerge. LISS 2012 is a prime international forum for both researchers and industry practitioners to exchange the latest fundamental advances in the state of the art and practice of logistics, informatics, service operations and service science. Experts and researchers from related fields will discuss current issues and future development opportunities, discuss and analyze developing trends and exchange the latest research and academic thought. The theme of the conference is Logistics and Service Science based on the Internet of Things.

LISS2019: Proceedings of the 9th International Conference on Logistics, Informatics and Service Sciences

by Juliang Zhang Martin Dresner Runtong Zhang Guowei Hua Xiaopu Shang

This book focuses on AI and data-driven technical and management innovations in logistics, informatics and services. The respective papers analyze in detail the latest fundamental advances in the state of the art and practice of logistics, informatics, service operations and service science. The book gathers the outcomes of the “9th International Conference on Logistics, Informatics and Service Sciences,” which was held at the University of Maryland, USA.

List of The Informed Brain in a Digital World

by National Academies Keck Future Initiative

Digital media provide humans with more access to information than ever before-a computer, tablet, or smartphone can all be used to access data online and users frequently have more than one device. However, as humans continue to venture into the digital frontier, it remains to be known whether access to seemingly unlimited information is actually helping us learn and solve complex problems, or ultimately creating more difficulty and confusion for individuals and societies by offering content overload that is not always meaningful. Throughout history, technology has changed the way humans interact with the world. Improvements in tools, language, industrial machines, and now digital information technology have shaped our minds and societies. There has always been access to more information than humans can handle, but the difference now lies in the ubiquity of the Internet and digital technology, and the incredible speed with which anyone with a computer can access and participate in seemingly infinite information exchange. Humans now live in a world where mobile digital technology is everywhere, from the classroom and the doctor's office to public transportation and even the dinner table. This paradigm shift in technology comes with tremendous benefits and risks. Interdisciplinary Research (IDR) Teams at the 2012 National Academies Keck Futures Initiative Conference on The Informed Brain in the Digital World explored common rewards and dangers to Humans among various fields that are being greatly impacted by the Internet and the rapid evolution of digital technology. Keynote speaker Clifford Nass of Stanford University opened the dialogue by offering insight into what we already know about how the "information overload" of the digital world may be affecting our brains. Nass presented the idea of the "media budget," which states that when a new media emerges, it takes time away from other media in a daily time budget. When additional media appear and there is no time left in a person's daily media budget, people begin to "double book" media time. Personal computers, tablets, and smartphones make it easy to use several media simultaneously, and according to Nass, this double-booking of media can result in chronic multitasking, which effects how people store and manage memory. Although current fast-paced work and learning environments often encourage multitasking, research shows that such multitasking is inefficient, decreases productivity, and may hinder cognitive function. National Academies Keck Future Initiative: The Informed Brain in a Digital World summarizes the happenings of this conference.

A List of Successes That Can Change the World: Essays Dedicated to Philip Wadler on the Occasion of His 60th Birthday (Lecture Notes in Computer Science #9600)

by Sam Lindley Conor Mcbride Phil Trinder Don Sannella

This volume is published in Honor of PhilipWadler on the occasion of his 60th birthday, and the collection of papers forma Festschrift for him. The contributions are made by some of the many who knowPhil and have been influenced by him. The research papers included hererepresent some of the areas in which Phil has been active, and the editorsthank their colleagues for agreeing to contribute to this Festschrift. We attemptto summarize Phil Wadler's scientific achievements. In addition, we describethe personal style and enthusiasm that Phil has brought to the subject.

Listen and Talk

by Yun Liao Lingyang Song Zhu Han

This brief focuses on the use of full-duplex radio in cognitive radio networks, presenting a novel spectrum sharing protocol that allows the secondary users to simultaneously sense and access the vacant spectrum. This protocol, called "Listen-and-talk" (LAT), is evaluated by both mathematical analysis and computer simulations in comparison with other existing protocols, including the listen-before-talk protocol. In addition to LAT-based signal processing and resource allocation, the brief discusses techniques such as spectrum sensing and dynamic spectrum access. The brief proposes LAT as a suitable access scheme for cognitive radio networks, which can support the quality-of-service requirements of these high priority applications. Fundamental theories and key techniques of cognitive radio networks are also covered. Listen and Talk: Full-duplex Cognitive Radio Networks is designed for researchers, developers, and professionals involved in cognitive radio networks. Advanced-level students studying signal processing or simulations will also find the content helpful since it moves beyond traditional cognitive radio networks into future applications for the technology.

Listening In: Cybersecurity in an Insecure Age

by Susan Landau

A cybersecurity expert and former Google privacy analyst’s urgent call to protect devices and networks against malicious hackers and misinformed policymakers New technologies have provided both incredible convenience and new threats. The same kinds of digital networks that allow you to hail a ride using your smartphone let power grid operators control a country’s electricity—and these personal, corporate, and government systems are all vulnerable. In Ukraine, unknown hackers shut off electricity to nearly 230,000 people for six hours. North Korean hackers destroyed networks at Sony Pictures in retaliation for a film that mocked Kim Jong-un. And Russian cyberattackers leaked Democratic National Committee emails in an attempt to sway a U.S. presidential election. And yet despite such documented risks, government agencies, whose investigations and surveillance are stymied by encryption, push for a weakening of protections. In this accessible and riveting read, Susan Landau makes a compelling case for the need to secure our data, explaining how we must maintain cybersecurity in an insecure age.

The Listening Party: Artists, Bands and Fans Reflect on 100 Favorite Albums

by Tim Burgess

The Charlatans&’ Tim Burgess invites you to the greatest listening party of all time. In 2020 when the world was forced to hit pause on live in-person gigs, Tim Burgess found an ingenious way to bring people together by inviting artists and bands, from Paul McCartney and New Order to Michael Kiwanuka and Kylie, to host real-time album playbacks via Twitter. Relive 100 of the most memorable listening parties here with stories from bands and fans, rarely seen backstage images, and unique insider info from those who created these iconic albums. "Hey Twitter, let's all say a big thanks to Tim for these brilliant events this year! We really needed them. So much great music being talked about.'" - Sir Paul McCartney "Twitter being used for something really positive." - Mary Beard

Literacy Is NOT Enough: 21st Century Fluencies for the Digital Age

by Lee Crockett Ian Jukes Andrew Churches

How to upgrade literacy instruction for digital learners Educating students to traditional literacy standards is no longer enough. If students are to thrive in their academic and 21st century careers, then independent and creative thinking hold the highest currency. The authors explain in detail how to add these new components of literacy: Solution Fluency Information Fluency Creativity Fluency Collaboration Fluency Students must master a completely different set of skills to succeed in a culture of technology-driven automation, abundance, and access to global labor markets. The authors present an effective framework for integrating comprehensive literacy or fluency into the traditional curriculum.

Literacy Is Still Not Enough: Modern Fluencies for Teaching, Learning, and Assessment

by Ian Jukes Nicky Mohan Ryan L. Schaaf

Modern fluencies provide a platform for authentic teaching, learning, and assessment While reading, writing, and arithmetic remain important, they are no longer enough. For learners to thrive, they must move beyond traditional literacies to modern fluencies—the unconscious mental processes that are learned, adapted, and applied in the context of real-world problems and challenges. In this book, the authors unpack the fluencies (solution, information, creativity, communication, collaboration, and global citizenship) to reflect the relentless social, cultural, and economic shifts of modern times. Practical resources are presented alongside: Authentic Unit Plan Exemplars for each fluency Assessment rubric examples Discussion questions Learners today must master an entirely different set of essential skills and knowledge needed to succeed than previous generations. This book provides a practical framework for integrating new fluencies into traditional curriculum.

Refine Search

Showing 31,276 through 31,300 of 53,910 results