Running Linux


Matt Welsh - 1995
    This operating system now serves as corporate hubs, Web servers, academic research platforms, and program development systems. All along it's also managed to keep its original role as an enjoyable environment for personal computing, learning system administration and programming skills, and all-around hacking.This book, now in its third edition, has been widely recognized for years in the Linux community as the getting-started book people need. It goes into depth about configuration issues that often trip up users but are glossed over by other books.A complete, UNIX-compatible operating system developed by volunteers on the Internet, Linux is distributed freely in electronic form and at a low cost from many vendors. Developed first on the PC, it has been ported to many other architectures and can now support such heavy-duty features as multiprocessing, RAID, and clustering.Software packages on Linux include the Samba file server and Apache Web server; the X Window System (X11R6); TCP/IP networking (including PPP, SSH, and NFS support); popular software tools such as Emacs and TeX; a complete software development environment including C, C++, Java, Perl, Tcl/Tk, and Python; libraries, debuggers, multimedia support, scientific and database applications, and much more. Commercial applications that run on Linux range from end-user tools like word processors and spreadsheets to mission-critical software like the Oracle, Sybase, Informix, and IBM DB/2 database management systems.Running Linux has all the information you need to understand, install, and start using the Linux operating system. This includes a comprehensive installation tutorial, complete information on system maintenance, tools for document development and programming, and guidelines for network, file, printer, and Web site administration.

Hunter's Moon


Don Hoesel - 2010
    Facing a messy divorce and doubting his talent as a writer, CJ is forced to confront secrets that have tormented him since childhood. To complicate matters, his brother Graham is running for a Senate seat, and the family is intent on keeping their most damaging secret in the family, for fear the truth, were it found out, would ruin Graham's chances at winning. But with CJ airing their dirty laundry in his books, the family is forced to deal with him. They decide on a familiar method for handling the problem: a hunting trip, and just the setting for an accident to happen. CJ must find a way to avoid being killed while exposing their toxic family secret, regardless of Graham's lofty ambitions. More important, CJ must come to terms with the newfound faith that compelled him to return to Adelia in the first place.

Tip It!: The World According to Maggie


Maggie Griffin - 2010
    1. My daughter Kathy put out her memoir last year, which was real nice except for the controversial parts. And it got to be a #1 New York Times bestseller. Congratulations, Kathleen! But now it's my turn. I've written my own book. I have things to say, too, without having to be all controversial like you were. Tip it! 2. People recognize me on the street a lot now and come over, nicely, and say "Maggie, you remind me of my own mother." And they say "Maggie, I love your show"--referring to Kathy Griffin: My Life on the D-List as my show. Sometimes I correct them, I say, "Oh, it's not my show." But sometimes . . . I don't correct them. It's kind of fun being a star, isn't it Tip it! 3. If you want to know a few things about my daughter Kathleen that only a mother could know (How the heck did she get this way? Did she always swear so much, for Chrissake?), you have come to the right book. Tip it! 4. You know how a box of wine is never empty just because the spigot seems to have run dry (There's always a little more if you just tip it!) This book is like that. There's so much in it--never-before-published Griffin family photos!, a love story (me and my dear departed husband Johnny), a whole guide to good living (including how to survive on what's in your purse), and a lot of funny business in this book from Kathleen (she made comments in this book; readers, I was not able to stop her!). So take this book and Tip It! 5. And be sure to get the last drop out of living. Isn't it nice that "Tip It" acts as a toast I'm 90 years old, and I think "Tip It!" even works pretty well as a motto for living to the fullest. So, Tip It! today. Yours,Maggie Griffin A funny thing happened on the way to Kathy Griffin's sky-rocketing stardom. The more she told stories about her mother, Maggie, in her stand-up act and on her Emmy-winning television show, Kathy Griffin: My Life on the D-List, the more popular her mother became. (At the mere mention of Maggie, a stadium full of fans will cheer, "Tip It! Tip It!") Shocked by Kathy, exasperated by Kathy, grudgingly amused by Kathy, and at the end of the day, always a loving mother to Kathy, Maggie Griffin has become the darling Gracie to Kathy's George Burns, the wry Cher to Kathy's Sonny Bono, the spry, sweet Roadrunner to Kathy's Wile E. Coyote.

The New Digital Age: Reshaping the Future of People, Nations and Business


Eric Schmidt - 2013
    And, the Director of Google Ideas, Jared Cohen, formerly an advisor to both Secretaries of State Condoleezza Rice and Hillary Clinton.Never before has the future been so vividly and transparently imagined. From technologies that will change lives (information systems that greatly increase productivity, safety and our quality of life, thought controlled motion technology that can revolutionize medical procedures, and near-perfect translation technology that allows us to have more diversified interactions) to our most important future considerations (curating our online identity and fighting those who would do harm with it) to the widespread political change that will transform the globe (through transformations in conflict, increasingly active and global citizenries, a new wave of cyber-terrorism and states operating simultaneously in the physical and virtual realms) to the ever present threats to our privacy and security, Schmidt and Cohen outline in great detail and scope all the promise and peril awaiting us in the coming decades.

Bash Cookbook: Solutions and Examples for Bash Users


Carl Albing - 2007
    Scripting is a way to harness and customize the power of any Unix system, and it's an essential skill for any Unix users, including system administrators and professional OS X developers. But beneath this simple promise lies a treacherous ocean of variations in Unix commands and standards.bash Cookbook teaches shell scripting the way Unix masters practice the craft. It presents a variety of recipes and tricks for all levels of shell programmers so that anyone can become a proficient user of the most common Unix shell -- the bash shell -- and cygwin or other popular Unix emulation packages. Packed full of useful scripts, along with examples that explain how to create better scripts, this new cookbook gives professionals and power users everything they need to automate routine tasks and enable them to truly manage their systems -- rather than have their systems manage them.

Electricity and Magnetism


Elisha Gray - 2010
    You may find it for free on the web. Purchase of the Kindle edition includes wireless delivery.

What's New in Java 7?


Madhusudhan Konda - 2011
    Madhusudhan Konda provides an overview of these, including strings in switch statements, multi-catch exception handling, try-with-resource statements, the new File System API, extensions of the JVM, support for dynamically-typed languages, and the fork and join framework for task parallelism.

The Node Beginner Book


Manuel Kiessling - 2011
    The aim of The Node Beginner Book is to get you started with developing applications for Node.js, teaching you everything you need to know about advanced JavaScript along the way on 59 pages.

Akka in Action


Raymond Roestenburg - 2012
    Akka uses Actors-independently executing processes that communicate via message passing—as the foundation for fault-tolerant applications where individual actors can fail without crashing everything. Perfect for high-volume applications that need to scale rapidly, Akka is an efficient foundation for event-driven systems that want to scale elastically up and out on demand, both on multi-core processors and across server nodes.Akka in Action is a comprehensive tutorial on building message-oriented systems using Akka. The book takes a hands-on approach, where each new concept is followed by an example that shows you how it works, how to implement the code, and how to (unit) test it. You'll learn to test and deploy an actor system and scale it up and out, showing off Akka's fault tolerance. As you move along, you'll explore a message-oriented event-driven application in Akka. You'll also tackle key issues like how to model immutable messages and domain models, and apply patterns like Event Sourcing, and CQRS. The book concludes with practical advice on how to tune and customize a system built with Akka.

Lex & Yacc


John R. Levine - 1990
    These tools help programmers build compilers and interpreters, but they also have a wider range of applications.The second edition contains completely revised tutorial sections for novice users and reference sections for advanced users. This edition is twice the size of the first and has an expanded index.The following material has been added:Each utility is explained in a chapter that covers basic usage and simple, stand-alone applications How to implement a full SQL grammar, with full sample code Major MS-DOS and Unix versions of lex and yacc are explored in depth, including AT&T lex and yacc, Berkeley yacc, Berkeley/GNU Flex, GNU Bison, MKS lex and yacc, and Abraxas PCYACC

Delta Girls


Gayle Brandeis - 2010
    Izzy works the fields as a fruit picker, following the produce north and south through the growing season. When they reach a struggling pear orchard in the Sacramento River Delta, Izzy intends it to be just another way station in their nomadic lives. But the orchard and its kindly owners capture Quinn’s heart, and Izzy briefly forgets that she’s running from a past that still haunts her—until a strange incident brings national media attention to the Delta. Seemingly a world away, Karen is a rising young star in figure skating with an edgy, daring new partner. Nathan is everything her old teammate wasn’t: sexy, dangerous, and extremely headstrong. As Karen nears her eighteenth birthday, the partners find themselves on the world stage—and the simmering intensity between them finally erupts.As each woman struggles with a sudden thrust into the spotlight, their narratives become more intertwined—until Izzy’s past and Karen’s future finally collide.

Python Programming for Beginners: An Introduction to the Python Computer Language and Computer Programming (Python, Python 3, Python Tutorial)


Jason Cannon - 2014
    There can be so much information available that you can't even decide where to start. Or worse, you start down the path of learning and quickly discover too many concepts, commands, and nuances that aren't explained. This kind of experience is frustrating and leaves you with more questions than answers.Python Programming for Beginners doesn't make any assumptions about your background or knowledge of Python or computer programming. You need no prior knowledge to benefit from this book. You will be guided step by step using a logical and systematic approach. As new concepts, commands, or jargon are encountered they are explained in plain language, making it easy for anyone to understand. Here is what you will learn by reading Python Programming for Beginners: When to use Python 2 and when to use Python 3. How to install Python on Windows, Mac, and Linux. Screenshots included. How to prepare your computer for programming in Python. The various ways to run a Python program on Windows, Mac, and Linux. Suggested text editors and integrated development environments to use when coding in Python. How to work with various data types including strings, lists, tuples, dictionaries, booleans, and more. What variables are and when to use them. How to perform mathematical operations using Python. How to capture input from a user. Ways to control the flow of your programs. The importance of white space in Python. How to organize your Python programs -- Learn what goes where. What modules are, when you should use them, and how to create your own. How to define and use functions. Important built-in Python functions that you'll use often. How to read from and write to files. The difference between binary and text files. Various ways of getting help and find Python documentation. Much more... Every single code example in the book is available to download, providing you with all the Python code you need at your fingertips! Scroll up, click the Buy Now With 1 Click button and get started learning Python today!

Kotlin for Android Developers: Learn Kotlin the easy way while developing an Android App


Antonio Leiva - 2016
    

The Linux Command Line Beginner's Guide


Jonathan Moeller - 2012
    ABOUT THE AUTHORStanding over six feet tall, Jonathan Moeller has the piercing blue eyes of a Conan of Cimmeria, the bronze-colored hair a Visigothic warrior-king, and the stern visage of a captain of men, none of which are useful in his career as a computer repairman, alas.He has written the "Demonsouled" trilogy of sword-and-sorcery novels, and continues to write the "Ghosts" sequence about assassin and spy Caina Amalas, the "Computer Beginner's Guide" series of computer books, and numerous other works.

Ansible for DevOps


Jeff Geerling - 2015
    This book will help those familiar the command line and basic shell scripting start using Ansible to provision and manage anywhere from one to thousands of servers.The book begins with fundamentals, like installing Ansible, setting up a basic inventory file, and basic concepts, then guides you through Ansible's many uses, including ad-hoc commands, basic and advanced playbooks, application deployments, custom modules, and special cases like running ansible in 'pull' mode when you have thousands of servers to manage (or more). Everything is explained with pertinent real-world examples, often using Vagrant-managed virtual machines.