reklama - zainteresowany?

Learning Unix for OS X. Going Deep With the Terminal and Shell. 2nd Edition - Helion

Learning Unix for OS X. Going Deep With the Terminal and Shell. 2nd Edition
ebook
Autor: Dave Taylor
ISBN: 978-14-919-3993-2
stron: 238, Format: ebook
Data wydania: 2016-01-20
Księgarnia: Helion

Cena książki: 80,74 zł (poprzednio: 94,99 zł)
Oszczędzasz: 15% (-14,25 zł)

Dodaj do koszyka Learning Unix for OS X. Going Deep With the Terminal and Shell. 2nd Edition

Tagi: Unix

Think your Mac is powerful now? This practical guide shows you how to get much more from your system by tapping into Unix, the robust operating system concealed beneath OS X’s beautiful user interface. OS X puts more than a thousand Unix commands at your fingertips—for finding and managing files, remotely accessing your Mac from other computers, and using freely downloadable open source applications.

If you’re an experienced Mac user, this updated edition teaches you all the basic commands you need to get started with Unix. You’ll soon learn how to gain real control over your system.

  • Get your Mac to do exactly what you want, when you want
  • Make changes to your Mac’s filesystem and directories
  • Use Unix’s find, locate, and grep commands to locate files containing specific information
  • Create unique "super commands" to perform tasks that you specify
  • Run multiple Unix programs and processes at the same time
  • Access remote servers and interact with remote filesystems
  • Install the X Window system and learn the best X11 applications
  • Take advantage of command-line features that let you shorten repetitive tasks

Dodaj do koszyka Learning Unix for OS X. Going Deep With the Terminal and Shell. 2nd Edition

 

Osoby które kupowały "Learning Unix for OS X. Going Deep With the Terminal and Shell. 2nd Edition", wybierały także:

  • Ansible 2 w praktyce. Automatyzacja infrastruktury, zarzÄ…dzanie konfiguracjÄ… i wdrażanie aplikacji
  • Systemy operacyjne. Architektura, funkcjonowanie i projektowanie. Wydanie IX
  • Vim. Kurs video. ZostaÅ„ administratorem systemów IT
  • Systemy operacyjne. Architektura, funkcjonowanie i projektowanie. Wydanie IX
  • Unix i Linux. Przewodnik administratora system

Dodaj do koszyka Learning Unix for OS X. Going Deep With the Terminal and Shell. 2nd Edition

Spis treści

Learning Unix for OS X. Going Deep With the Terminal and Shell. 2nd Edition eBook -- spis treści

  • Preface
    • Who This Book Is For
    • Who This Book Isnt For
    • A Brief History of Unix
      • Versions of Unix
      • Interfaces to Unix
    • How This Book Is Organized
    • Conventions Used in This Book
    • Using Code Examples
    • Safari Books Online
    • How to Contact Us
    • The Evolution of This Book
    • Acknowledgments
  • 1. Why Use Unix?
    • The Power of Unix
      • Batch Renames and Extracting File Lists
      • Finding Hidden Files
    • Folders or Directories?
    • Thousands of Free Applications
      • Power Internet Connections
    • Commands Included with Unix
      • Displaying All Unix Commands
      • The 10 Most Common Unix Commands
    • A Simple Guided (Unix) Tour
  • 2. Using the Terminal
    • Launching the Terminal
      • Syntax of a Unix Command
      • Exercise: Entering a Few Commands
      • Types of Commands
      • Changing the Terminals Preferences
        • General
        • Profiles
      • Features of the Terminal
        • Secure Keyboard Entry
        • More cool Terminal features
    • Customizing Your Terminal Session
      • Setting the Terminals Title
      • Using AppleScript to Manipulate the Terminal
      • Working with .terminal Files
    • Working with the Terminal
      • The Shell Prompt
      • Entering a Command
        • date
        • who
      • Recalling Previous Commands
      • Completing File and Directory Names
      • Running Multiple Commands on the Command Line
      • Correcting a Command
      • Ending Your Session
      • Problem Checklist
    • Customizing the Shell Environment
      • Picking a Login Shell
      • Changing the Command Prompt
    • Advanced Shell Customization
      • Shell Configuration Settings
      • Creating Aliases
    • The Unresponsive Terminal
  • 3. Exploring the Filesystem
    • The OS X Filesystem
      • Your Home Directory
      • Your Working Directory
      • The Directory Tree
      • Absolute Pathnames
      • Relative Pathnames
        • Relative pathnames up
      • Changing Your Working Directory
        • pwd
        • cd
      • Files in the Directory Tree
    • Listing Files and Directories
      • The All-Powerful ls Command
      • Trying Out the ls Command
      • Using the -l Option
      • File Permissions
    • Calculating File Size and Disk Space
      • Calculating Available Disk Space
      • Exercise: Exploring the Filesystem
    • Protecting and Sharing Files
      • File Access Permissions
      • Setting Permissions with chmod
        • Problem checklist
      • Changing the Group and Owner
    • Changing Your Password
    • Superuser Privileges with sudo
    • Exploring External Volumes
  • 4. File Management
    • File and Directory Names
    • File and Directory Wildcards
    • Looking Inside Files
      • cat
      • less
      • grep
    • Creating and Editing Files
      • Text Editors and Word Processors
      • The vi Text Editor
      • vi Basics
        • Searching in vi
        • Invoking external Unix commands
        • More powerful capabilities
      • A Simpler vi Alternative: Pico
      • The More Complex Option: Emacs
    • Managing Files
      • Creating Directories with mkdir
      • Copying Files
        • Problem checklist
      • Renaming and Moving Files with mv
      • Removing Files and Directories
        • rm
        • rmdir
      • Working with Links
      • Compressing and Archiving Files
        • gzip
        • tar
      • Files on Other Operating Systems
  • 5. Finding Files and Information
    • Searching Inside Files with the grep Command
      • Useful grep Options
        • Matching context
        • Matches in color
        • Counting matches rather than showing matching lines
      • Working with Regular Expressions
    • Finding Files with locate
      • Fast Filename Search with locate
    • Using find to Explore Your Filesystem
      • Matching by File Size
      • Exploring find Permission Strings
      • Using find to Identify Recently Changed Files
      • finds Faithful Sidekick: xargs
      • Further Refinements to find
    • Shining a Light on Spotlight
      • Listing Spotlight Metadata with mdls
      • Finding Files with mdfind
      • Making Spotlight Useful
  • 6. Redirecting I/O
    • Standard Input and Standard Output
      • Putting Text in a File
        • cat
    • Pipes and Filters
      • wc
      • tr
      • grep
      • head and tail
      • sort
      • uniq
      • Piping Output to a Pager
    • Printing
      • The Unix Way
        • lpstat
        • lp
        • pr
  • 7. Multitasking
    • Running a Command in the Background
    • Checking on a Process
      • ps
      • top
    • Canceling a Process
      • kill
      • killall
    • Launching GUI Applications
      • open
      • Useful Starting Options for Use with open
      • Making open More Useful
  • 8. Taking Unix Online
    • Remote Logins
      • Web Access
      • Remote Access to Other Unix Systems
    • Transferring Files
      • scp and rcp
      • FTP
        • Command-line ftp
        • sftp: ftp to secure sites
        • FTP with a web browser
        • FTP with curl
        • FTP from the Finder
        • Other FTP solutions
      • Easy Shortcuts with New Remote Connection
  • 9. Of Windows and X11
    • X11
      • Using X11
      • Differences Between OS X and X11
      • Customizing X11
        • Customizing X11s Applications menu
    • GIMP, the X11 Graphics Editor
  • 10. Where to Go from Here
    • Documentation
      • The man Command
      • Documentation on the Internet
      • Books
    • Customizing Your Unix Experience
      • Shell Aliases and Functions
      • Programming
        • Shell scripts
        • Turning shell scripts into AppleScript droplets
      • Perl, Python, and Ruby
      • C and C++
  • Index

Dodaj do koszyka Learning Unix for OS X. Going Deep With the Terminal and Shell. 2nd Edition

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.