The Linux Command Line: A Complete Introduction

Posted by reco | Posted in Linux Magazines | Posted on 28-01-2012-05-2008

0

The Linux Command Line: A Complete Introduction

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

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

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

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

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

Once you overcome your initial “shell shock,” you’ll find that the command line is a natural and expressive way to communicate with your computer. Just don’t be surprised if your mouse starts to gather dust.

Price: $20.98

Introduction to the Command Line (Second Edition): The Fat Free

Posted by reco | Posted in Linux Magazines | Posted on 26-01-2012-05-2008

0

Introduction to the Command Line (Second Edition): The Fat Free

Introduction to the Command Line is a visual guide that teaches the most important Unix and Linux shell commands in a simple and straight forward manner. Command line programs covered in this book are demonstrated with typical usage to aid in the learning process and help you master the command line quickly and easily. Covers popular Unix, Linux, and BSD systems.

Introduction to the Command Line (Second Edition): The Fat Free Guide to Unix and Linux Commands

Price: $15.98

Maximum PC (1-year auto-renewal)

Posted by reco | Posted in Linux Magazines | Posted on 12-01-2012-05-2008

0

Maximum PC (1-year auto-renewal)

MAXIMUM PC is the ultimate upgrade for the savvy PC owners. Every month, the magazine is packed with breaking news, tons of tips & techniques, and the most in-depth reviews anywhere.

Installing Linux on a Dead Badger

Posted by reco | Posted in Linux Magazines | Posted on 30-10-2011-05-2008

0

Installing Linux on a Dead Badger

Installing Linux on a Dead Badger (and other Oddities) is a collection of Lucy Snyder’s humorous essays, fiction and articles, some culled from places like “Strange Horizons” and “Spacesuits and Six-Guns” and some brand new. This collection of thirteen short stories, articles and essays from Lucy A. Snyder will appeal to any fan of zombies, aliens or installation manuals. Here’s what Wikipedia said about Lucy, last time we checked: “Lucy A. Snyder is an American science fiction, fantasy, humor, and nonfiction writer. She grew up in San Angelo, Texas but moved to Bloomington, Indiana for graduate studies at Indiana University and currently lives in Columbus, Ohio with her husband Gary A. Braunbeck. Snyder served as an editor for HMS Beagle, an online bioscience publication produced by Elsevier. She has also contributed technical articles to publications such as Electronic Products.”

Price: $5.91

LPI Linux Certification in a Nutshell (In a Nutshell (O’Reilly))

Posted by reco | Posted in Linux Magazines | Posted on 30-10-2011-05-2008

0

LPI Linux Certification in a Nutshell (In a Nutshell (O'Reilly))

Linux deployment continues to increase, and so does the demand for qualified and certified Linux system administrators. If you’re seeking a job-based certification from the Linux Professional Institute (LPI), this updated guide will help you prepare for the technically challenging LPIC Level 1 Exams 101 and 102.

The third edition of this book is a meticulously researched reference to these exams, written by trainers who work closely with LPI. You’ll find an overview of each exam, a summary of the core skills you need, review questions and exercises, as well as a study guide, a practice test, and hints to help you focus.

Major topics include:

  • Critical GNU and Unix commands
  • Linux installation and package management
  • Devices and filesystems
  • Text editing, processing, and printing
  • The X Window System
  • Networking and security
  • Mail transfer agents
  • Email, FTP, and web services

These exams are for junior to mid-level Linux administrators with about two years of practical system administration experience. You should be comfortable with Linux at the command line and capable of performing simple tasks, including system installation and troubleshooting.

Price: $27.48

Linux All-in-One Desk Reference For Dummies

Posted by reco | Posted in Linux Magazines | Posted on 27-10-2011-05-2008

0

Linux All-in-One Desk Reference For Dummies

Curious about Linux, the amazing alternative operating system? Not sure which of the zillion different variations is right for you, or how to find out? How wise you are to think of Linux All-In-One Desk Reference For Dummies!

Because Linux offers so many options, this book helps you narrow them down by giving you five popular Linux distributions on a DVD—Debian GNU/Linux, Fedora, openSUSE Linux, Ubuntu, and Xandros. You get everything you need to test-drive all five, including the instructions to install and use any of them. But that’s just the beginning! Linux All-In-One Desk Reference For Dummies includes eight individual minibooks, each devoted to a specific aspect of Linux:

  • Linux Basics
  • Linux Desktops
  • Networking
  • Internet
  • Administration
  • Security
  • Internet Servers
  • Programming

You’ll find out how to:

  • Understand the Linux kernel
  • Create a network and connect a Linux PC to the Internet
  • Use Internet services including Web, Mail, News, FTP, NFS, and DNS.
  • Set up a Windows server using Samba
  • Use Perl, shell, and C programming with Linux
  • Manage system and network security and administration
  • Work with the OpenOffice.org productivity tools and other applications that come with Linux

So what are you waiting for? Linux All-In-One Desk Reference For Dummies is like having a guided tour of the wonderful world of Linux!

Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Price: $8.77

Essential Linux Administration: A Comprehensive Guide for

Posted by reco | Posted in Linux Magazines | Posted on 25-10-2011-05-2008

0

Essential Linux Administration: A Comprehensive Guide for

ESSENTIAL LINUX ADMINISTRATION: A COMPREHENSIVE GUIDE FOR BEGINNERS introduces you to the various aspects of Linux administration. Each chapter is designed to give you an overview of a specific topic, along with some practical “how-to” material that you can apply immediately. The first three chapters set the stage, providing an overview of operating system concepts, Linux history, and instructions for installing Linux for use as a server. The remaining chapters are designed to teach specific administrative tasks. ESSENTIAL LINUX ADMINISTRATION will help you develop the skills you need to be a competent network administrator using Linux.

Essential Linux Administration: A Comprehensive Guide for Beginners

Price: $21.29

Understanding Linux Network Internals

Posted by reco | Posted in Linux Magazines | Posted on 08-10-2011-05-2008

0

Understanding Linux Network Internals

If you’ve ever wondered how Linux carries out the complicated tasks assigned to it by the IP protocols — or if you just want to learn about modern networking through real-life examples — Understanding Linux Network Internals is for you.

Like the popular O’Reilly book, Understanding the Linux Kernel, this book clearly explains the underlying concepts and teaches you how to follow the actual C code that implements it. Although some background in the TCP/IP protocols is helpful, you can learn a great deal from this text about the protocols themselves and their uses. And if you already have a base knowledge of C, you can use the book’s code walkthroughs to figure out exactly what this sophisticated part of the Linux kernel is doing.

Part of the difficulty in understanding networks — and implementing them — is that the tasks are broken up and performed at many different times by different pieces of code. One of the strengths of this book is to integrate the pieces and reveal the relationships between far-flung functions and data structures. Understanding Linux Network Internals is both a big-picture discussion and a no-nonsense guide to the details of Linux networking. Topics include:

  • Key problems with networking
  • Network interface card (NIC) device drivers
  • System initialization
  • Layer 2 (link-layer) tasks and implementation
  • Layer 3 (IPv4) tasks and implementation
  • Neighbor infrastructure and protocols (ARP)
  • Bridging
  • Routing
  • ICMP

Author Christian Benvenuti, an operating system designer specializing in networking, explains much more than how Linux code works. He shows the purposes of major networking features and the trade-offs involved in choosing one solution over another. A large number of flowcharts and other diagrams enhance the book’s understandability.

Price: $29.75

Pro Linux System Administration (Expert’s Voice in Open Source)

Posted by reco | Posted in Linux Magazines | Posted on 07-10-2011-05-2008

0

Pro Linux System Administration (Expert's Voice in Open Source)

This book aims to ease the entry of small to medium businesses to the world of zero-cost software running on Linux. The authors take a layered, component-based approach to open source business systems, while training system administrators as the builders of business infrastructure.

This book is a must-have for all administrators who wish to add Linux to their skill set. The layered approach is unique, and distinguishes it from the usual Linux administration fare.

Price: $19.95

Linux (Hacking Exposed)

Posted by reco | Posted in Linux Magazines | Posted on 05-10-2011-05-2008

0

Linux (Hacking Exposed)

Tighten holes and maintain security on your Linux system! From one of the authors of the international best-seller, Hacking Exposed: Network Security Secrets & Solutions, comes a must-have security handbook for anyone running Linux. This cutting-edge volu

Price: $20.00

Linux Essentials

Posted by reco | Posted in Linux Magazines | Posted on 04-10-2011-05-2008

0

Linux Essentials

A unique, full-color introduction to Linux fundamentals

Serving as a low-cost, secure alternative to expensive operating systems, Linux is a UNIX-based, open source operating system. Full-color and concise, this beginner’s guide takes a learning-by-doing approach to understanding the essentials of Linux. Each chapter begins by clearly identifying what you will learn in the chapter, followed by a straightforward discussion of concepts that leads you right into hands-on tutorials. Chapters conclude with additional exercises and review questions, allowing you to reinforce and measure your understanding.

  • Offers a hands-on approach to acquiring a foundation of Linux skills, aiming to ensure Linux beginners gain a solid understanding
  • Uses the leading Linux distribution Fedora to demonstrate tutorials and examples
  • Addresses Linux installation, desktop configuration, management of files and filesystems, remote administration, security, and more

This book is essential reading for anyone entering the world of Linux!

Price: $24.80

Linux Cookbook

Posted by reco | Posted in Linux Magazines | Posted on 02-10-2011-05-2008

0

Linux Cookbook

This unique and valuable collection of tips, tools, and scripts provides clear, concise, hands-on solutions that can be applied to the challenges facing anyone running a network of Linux servers from small networks to large data centers in the practical and popular problem-solution-discussion O’Reilly cookbook format.

The Linux Cookbook covers everything you’d expect: backups, new users, and the like. But it also covers the non-obvious information that is often ignored in other books the time-sinks and headaches that are a real part of an administrator’s job, such as: dealing with odd kinds of devices that Linux historically hasn’t supported well, building multi-boot systems, and handling things like video and audio.

The knowledge needed to install, deploy, and maintain Linux is not easily found, and no Linux distribution gets it just right. Scattered information can be found in a pile of man pages, texinfo files, and source code comments, but the best source of information is the experts themselves who built up a working knowledge of managing Linux systems. This cookbook’s proven techniques distill years of hard-won experience into practical cut-and-paste solutions to everyday Linux dilemmas.

Use just one recipe from this varied collection of real-world solutions, and the hours of tedious trial-and-error saved will more than pay for the cost of the book. But those who prefer to learn hands-on will find that this cookbook not only solves immediate problems quickly, it also cuts right to the chase pointing out potential pitfalls and illustrating tested practices that can be applied to a myriad of other situations.

Whether you’re responsible for a small Linux system, a huge corporate system, or a mixed Linux/Windows/MacOS network, you’ll find valuable, to-the-point, practical recipes for dealing with Linux systems everyday. The Linux Cookbook is more than a time-saver; it’s a sanity saver.

Price: $13.99

Shell Scripting: Expert Recipes for Linux, Bash and more

Posted by reco | Posted in Linux Magazines | Posted on 01-10-2011-05-2008

0

Shell Scripting: Expert Recipes for Linux, Bash and more

A compendium of shell scripting recipes that can immediately be used, adjusted, and applied

The shell is the primary way of communicating with the Unix and Linux systems, providing a direct way to program by automating simple-to-intermediate tasks. With this book, Linux expert Steve Parker shares a collection of shell scripting recipes that can be used as is or easily modified for a variety of environments or situations. The book covers shell programming, with a focus on Linux and the Bash shell; it provides credible, real-world relevance, as well as providing the flexible tools to get started immediately.

  • Shares a collection of helpful shell scripting recipes that can immediately be used for various of real-world challenges
  • Features recipes for system tools, shell features, and systems administration
  • Provides a host of plug and play recipes for to immediately apply and easily modify so the wheel doesn’t have to be reinvented with each challenge faced

Come out of your shell and dive into this collection of tried and tested shell scripting recipes that you can start using right away!

Price: $29.43

LPIC-1: Linux Professional Institute Certification Study Guide:

Posted by reco | Posted in Linux Magazines | Posted on 30-09-2011-05-2008

0

LPIC-1: Linux Professional Institute Certification Study Guide:

Offering you thorough coverage of the new version of the leading Linux certification from Linux Professional Institute (LPI), this book covers both objectives and materials tested in the two required LPIC-1 exams: LPI 101 and LPI 102. You’ll certainly appreciate the clear, concise information on key exam topics, including using Linux command line tools, managing software, configuring hardware, managing files and filesystems, working with the X Window system, administering the system, basic networking, and more.

LPIC-1: Linux Professional Institute Certification Study Guide: (Exams 101 and 102)

Price: $27.99

Beginning Ubuntu Linux

Posted by reco | Posted in Linux Magazines | Posted on 26-09-2011-05-2008

0

Beginning Ubuntu Linux

Ubuntu Linux is the fastest growing Linux-based operating system, and Beginning Ubuntu Linux, Fifth Edition teaches all of us—including those who have never used Linux—how to use it productively, whether you come from Windows or the Mac or the world of open source.

Beginning Ubuntu Linux, Fifth Edition shows you how to take advantage of Lucid Lynx. Based on the best-selling previous edition, Emilio Raggi maintains a fine balance between teaching Ubuntu and introducing new features. Whether you aim to use it in the home or in the office, you’ll be introduced to the world of Ubuntu Linux, from simple word processing to using cloud services. You’ll learn how to control the Ubuntu system, which you just installed from the book’s DVD, as you are guided through common tasks such as configuring the system’s graphical user interface (GUI), listening to audio CDs and MP3s, producing documents, using VoIP and chat, and of course, general system maintenance.

This book also supplies a series of comprehensive tutorials on Ubuntu administration and security—essential for any Ubuntu user—while not neglecting matters pertaining to office applications and the cloud.

What you’ll learn

  • Use Ubuntu as a daily desktop on your laptop or PC
  • Complete office tasks, such as creating Microsoft Office–compatible documents and spreadsheets, using e–mail, and managing contacts
  • Listen to MP3s, manage pictures and CDs, and watch movies using a user–friendly Linux desktop
  • Configure Ubuntu’s printer– and file–sharing features to share resources seamlessly with other computers on your network
  • Administer and secure your Ubuntu machine

Who this book is for

Everyone who uses Ubuntu daily, whether in the office or in the home.

Table of Contents

  1. Meet Ubuntu Linux
  2. GNU “slash” Linux
  3. Pre-installation Steps
  4. Installing Ubuntu
  5. Solving Installation Problems
  6. Booting Ubuntu for the First Time
  7. Getting Everything Up and Running
  8. How to Secure Your Computer
  9. Personalizing Ubuntu: Getting Everything Just Right
  10. Managing Your Data
  11. A World of Applications
  12. Working with Text Files
  13. Making the Move to OpenOffice.org
  14. Communicating with Others
  15. Social Networks and Cloud Computing
  16. Digital Audio
  17. Movies and Multimedia
  18. Digital Photos
  19. Playing Games
  20. Installing and Removing Software
  21. Understanding Linux Users and File Permissions
  22. Optimizing Your System
  23. Backing Up Data
  24. Scheduling Tasks
  25. Accessing Computers Remotely
  26. Taking Control of the System
  27. Introducing the BASH Shell
  28. Glossary of Linux Terms
  29. Getting Further Help
  30. Exploring the DVD-ROM and Other Ubuntu Versions

Price: $47.57