Cargando…

Getting Started with tmux : maximize your productivity by accessing several terminal sessions from a single window using tmux /

The book is intended for software developers, DevOps engineers, and other professionals who make heavy use of the terminal in their daily workflow. Some familiarity with the terminal is useful but no prior experience with tmux or other terminal multiplexers (such as GNU Screen) is required.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Quinn, Victor (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2014.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn892047116
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 141003s2014 enk o 000 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d N$T  |d E7B  |d UMI  |d COO  |d DEBBG  |d EBLCP  |d YDXCP  |d OCLCQ  |d OCLCF  |d OCLCQ  |d AGLDB  |d ICA  |d MERUC  |d OCLCQ  |d REB  |d D6H  |d VTS  |d TEFOD  |d CEF  |d NLE  |d UKMGB  |d OCLCQ  |d WYU  |d STF  |d UAB  |d AU@  |d M8D  |d UKAHL  |d VT2  |d OCLCQ  |d OCLCO  |d OCLCQ  |d QGK  |d OCLCO 
016 7 |a 018007009  |2 Uk 
019 |a 892239997  |a 894504415  |a 907286333  |a 1259204443 
020 |a 9781783985173  |q (electronic bk.) 
020 |a 1783985178  |q (electronic bk.) 
020 |a 1322158347  |q (electronic bk.) 
020 |a 9781322158341  |q (electronic bk.) 
020 |z 178398516X 
020 |z 9781783985166 
029 1 |a AU@  |b 000062539870 
029 1 |a AU@  |b 000067113385 
029 1 |a CHNEW  |b 000696472 
029 1 |a CHNEW  |b 000696476 
029 1 |a CHNEW  |b 000888897 
029 1 |a CHVBK  |b 374476160 
029 1 |a DEBBG  |b BV042489980 
029 1 |a DEBSZ  |b 434831611 
029 1 |a DEBSZ  |b 484729462 
029 1 |a GBVCP  |b 882842129 
029 1 |a UKMGB  |b 018007009 
035 |a (OCoLC)892047116  |z (OCoLC)892239997  |z (OCoLC)894504415  |z (OCoLC)907286333  |z (OCoLC)1259204443 
037 |a CL0500000496  |b Safari Books Online 
037 |a E19EFDEF-D43D-41FF-95E1-046146083D72  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.9.U83 
072 7 |a COM  |x 070000  |2 bisacsh 
082 0 4 |a 005.438  |2 23 
049 |a UAMI 
100 1 |a Quinn, Victor,  |e author. 
245 1 0 |a Getting Started with tmux :  |b maximize your productivity by accessing several terminal sessions from a single window using tmux /  |c Victor Quinn. 
260 |a Birmingham :  |b Packt Publishing,  |c 2014. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Community experience distilled 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Jump Right In; Running tmux; Sessions; Naming the session; The window string; Creating another window; The Prefix key; Help on key bindings; Searching for text; Detaching and attaching; Explaining tmux commands; Tab completion; Aliases; Renaming windows; Killing windows; Summary; Chapter 2: Configuring tmux; Using the set-option command; Creating a tmux configuration file; Emacs or vi mode; Enabling mouse modes; Changing the status bar. 
505 8 |a Modifying the background color of the status barReloading the configuration; Changing the foreground color of the status bar; Highlighting the active window; Binding keys; Viewing current bindings; Chaining multiple commands to a single key; Comments in the configuration file; Binding a new prefix key; Binding keys without the prefix key; Unbinding keys; Status bar revisited; Option types; Handy configuration tips; Binding the double tapping of the prefix key to last-window; Changing the escape time; Lengthening the history limit; Lengthening the display time; Starting the base index at 1. 
505 8 |a Accessing the man pageShow options; Summary; Chapter 3: Sessions, Windows, and Panes; Overviews; Sessions; Windows; Panes; Playing around with sessions, windows, and panes; Multiple sessions; Multiple panes; Working with more panes; Zooming panes; Resizing panes; Switching between panes by number; Cycling through pane layouts; Other pane operations; Summary; Chapter 4: Manipulating Text; Explaining the Window history; Explaining the different tmux modes; A sample workflow with Copy mode workflow; Entering Copy mode; Moving the cursor around; Scrolling through the Window history. 
505 8 |a Jump by search or lineLeaving Copy mode; Copying text into the paste buffer; Interacting with the paste buffer; Pasting text from the paste buffer; Choosing items from the paste buffer; Working with the paste buffer; Summary; Chapter 5: Diving Deeper; Understanding tmux commands and Command mode; Advanced paste buffer usage; Saving a paste buffer to a file; Loading a paste buffer from a file; Setting a paste buffer directly; Capturing pane contents in a paste buffer; Deleting copied text from a paste buffer; Clearing the paste buffer history; An advanced session and window usage. 
505 8 |a Jumping from one window in a session to another window in another sessionMoving windows; Linking a window between sessions; Breaking panes; Joining panes; Launching with defaults; Summary; Chapter 6: tmux for SSH, Pair Programming, and More; Using tmux over SSH for long lived sessions; Benefits of using Vagrant; Creating a virtual machine with Vagrant; Walking through a sample workflow with tmux over SSH; Launching tmux on SSH connect automatically; Using tmux for pair programming; Connecting to the same session locally; Vagrant Cloud for better security pair programming. 
520 |a The book is intended for software developers, DevOps engineers, and other professionals who make heavy use of the terminal in their daily workflow. Some familiarity with the terminal is useful but no prior experience with tmux or other terminal multiplexers (such as GNU Screen) is required. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a User interfaces (Computer systems) 
650 0 |a Windows (Computer programs) 
650 6 |a Interfaces utilisateurs (Informatique) 
650 6 |a Fenêtres (Informatique) 
650 7 |a COMPUTERS  |x User Interfaces.  |2 bisacsh 
650 7 |a User interfaces (Computer systems)  |2 fast 
650 7 |a Windows (Computer programs)  |2 fast 
776 0 8 |i Print version:  |a Quinn, Victor.  |t Getting Started with tmux : maximize your productivity by accessing several terminal sessions from a single window using tmux.  |d Birmingham, England : PACKT Publishing, ©2014  |h 130 pages  |k Community experience distilled.  |z 9781783985166 
830 0 |a Community experience distilled. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781783985166/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH27096594 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1797272 
938 |a ebrary  |b EBRY  |n ebr10943999 
938 |a EBSCOhost  |b EBSC  |n 854549 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis29835430 
938 |a YBP Library Services  |b YANK  |n 12092498 
994 |a 92  |b IZTAP