The Linux Programming Interface 國際中文版 (上冊) (1版)
其他會員也一起購買
The Linux Programming Interface國際中文版(上冊)
ISBN13:9789864761678
出版社:碁峰資訊
作者:Michael Kerrisk
譯者:廖明沂;楊竹星
裝訂/頁數:平裝/880頁
規格:23cm*17cm*4cm (高/寬/厚)
版次:1
出版日:2016/10/19
中國圖書分類:系統程式設計與程式
立即查看
你終究要學會Linux Shell指令完整使用精解
其他會員也一起購買
你終究要學會Linux:Shell指令完整使用精解
ISBN13:9786267146064
出版社:深智數位
作者:李超;王曉晨
裝訂/頁數:平裝/392頁
規格:23cm*17cm*1.9cm (高/寬/厚)
版次:1
出版日:2022/05/23
中國圖書分類:電腦程式語言
內容簡介
你終究有一天要回到Linux shell的,
為何不現在就開始?
被Windows和MacOS帶壞的你,想當個稱職的工程師,終究還是得回到Command Line。自動化固定性的工作、玩弄作業系統於股掌之間、用編輯器之神vim、宗師級的oh-my-zsh,別再牽拖,現在就開始用!
類Linux系列是全世界被最多人使用的作業系統(不是Windows哦,如果算上Android、MacOS和iOS的核心),他最強大的功能不是不會中毒,更不會是醜醜的GUI(你也可以讓他很漂亮!),一定就是那通殺每個工程師的shell指令。 這本書將會是你踏入專業領域最重要的一本工具書。
本書特色
◎針對初學者
這本書簡單易學,絕不在一開始就堆砌專業術語,而是注重趣味性和參與感,學習的過程就像你一邊敲鍵盤,我們一邊在你身旁聊一聊那些讓你疑惑的點,聊著聊著你就學會了。除了帶大家一步步操作,書中還會重點講解想法與方法,說明不同部分之間的內在關聯和區別,以便大家建立知識網,知其然亦知其所以然。
◎強調實用性
書中每個概念、工具都儘量配合程式範例,方便各位自學。隨書程式開放原始碼a,以容器形式提供完整的作業環境,大家既可以手動架設環境,也可以先體驗效果,再決定要不要深入了解。除了介紹應用的使用方法,書中還包含安裝和移除方法—裝卸自如,大家可以根據個人情況靈活取捨。
◎注重準確性
網路資源浩如煙海,但準確性參差不齊,大家篩選的過程需要耗費大量精力。而我們經過多年的學習,本身已經掌握了大量互動列知識並閱讀消化了不少資料,因此,我們在寫作本書的過程中遵循了一個原則:儘量使用第一手資料,避免大家被不可靠的轉述帶著走冤枉路。
◎針對多種作業系統
本書以Linux 使用者為主,兼顧macOS 和Windows 使用者:介紹了在3種平台上架設互動列環境的方法,範例程式在Linux Mint 20、macOS 和Windows(WSL:Ubuntu 20.04 LTS)下通過測試。另外,還需要強調一點,這本書的寫作離不開開放原始碼工具和社區,期待讀者也能以開放的心態閱讀本書,學成之後可以積極參與開放原始碼活動,力爭為開放原始碼技術貢獻一份力量。
目錄
第1 章 開闢鴻蒙:從零架設互動列環境
1.1 架設系統方案選擇
1.2 製作Linux 體驗隨身碟
1.3 啟動Linux 體驗系統
1.4 驗證硬體相容性
1.5 安裝並啟動正式的Linux 系統
1.6 系統初始設定
1.7 其他架設方案
1.8 小結
第2 章 腳踏實地:檔案系統及其管理
2.1 檔案樹和目錄跳躍
2.2 許可權系統
2.3 檢視檔案資訊
2.4 建立檔案和目錄
2.5 複製和更改檔案和目錄
2.6 刪除檔案和目錄
2.7 檔案系統核心概念和常用指令一覽
2.8 小結
第3 章 調兵遣將:應用和套件管理
3.1 應用和套件管理的由來
3.2 系統套件管理工具:apt 和dpkg
3.3 跨平台套件管理工具
3.4 管理可執行檔
3.5 管理手動編譯的應用
3.6 以語言為基礎的套件管理
3.7 常用套件管理指令一覽
3.8 小結
第4 章 王者歸來:互動列及shell 強化
4.1 shell 外掛程式系統
4.2 訂製互動提示字元
4.3 目錄跳躍
4.4 搜尋檔案和目錄
4.5 智慧輔助
4.6 別名機制
4.7 說明文件隨手查
4.8 常用互動列增強工具一覽
4.9 小結
第5 章 縱橫捭闔:文字瀏覽與處理
5.1 了解文字資料
5.2 文字瀏覽
5.3 文字搜尋
5.4 文字連接
5.5 文字轉換
5.6 常用文字處理指令一覽
5.7 小結
第6 章 點石成金:資料分析
6.1 資料格式和分析工具
6.2 產生範例資料
6.3 資料概覽
6.4 資料抽樣和排序
6.5 資料篩選
6.6 數值計算
6.7 分組整理
6.8 其他工具
6.9 常用資料分析工作和實現指令一覽
6.10 小結
第7 章 駕馭神器:Vim 文字編輯
7.1 Vim 核心:模式編輯
7.2 暫存器和巨集
7.3 說明系統
7.4 設定Vim
7.5 借助外掛程式系統強化Vim 功能
7.6 模式編輯常用指令和鍵位圖
7.7 小結
第8 章 運籌帷幄:執行緒管理和工作空間組織
8.1 執行緒管理
8.2 工作空間組織
8.3 常用執行緒和服務管理指令一覽
8.4 小結
附錄A
盲打指南
A.1 鍵盤
A.2 調整鍵盤設定
附錄B
推薦資源
B.1 常用生產力工具
B.2 閱讀書目和網路資源
後 記
讓我們一起創造歷史
立即查看
灰帽 C#:建立自動化安全工具的駭客手冊
其他會員也一起購買
<姆斯>灰帽 C#:建立自動化安全工具的駭客手冊 <碁峰> Brandon Perry 9789864766314
立即查看
Introduction to Automata Theory, Languages, & Computation (3版)
相關熱銷的書籍推薦給您
Description
This classic book on formal languages, automata theory, and computational complexity has been updated to present theoretical concepts in a concise and straightforward manner with the increase of hands-on, practical applications. This new edition comes with Gradiance, an online assessment tool developed for computer science.
Please note, Gradiance is no longer available with this book, as we no longer support this product.
Features
Presents theoretical concepts in a concise and¿accessible¿style.
Emphasizes modern applications of the theory
Uses numerous figures to help convey ideas
Provides more detail and intuition for definitions and proofs
Challenges readers with extensive exercises at various levels of difficulty at the end of each chapter
Includes additional practice and tests comprehension of important concepts with Gradiance, an online homework and tutorial system. Please note, Gradiance is no longer available with this book.
New to this Edition
Provides more detail and intuition for definitions and proofs
Challenges readers with extensive exercises at various levels of difficulty at the end of each chapter
Includes additional practice and tests comprehension of important concepts with Gradiance an online homework and tutorial system. Please note, Gradiance is no longer available with this book.
原價:
1100
售價:
1010
現省:
90元
立即查看
( 特價書199 ) THE LINUX COMPANION FOR SYSTEM ADMINISTRATORS 2/E 2001 (AW) (2版)
類似書籍推薦給您
原價:
1580
售價:
205
現省:
1375元
立即查看
THE LINUX NETWORK 1998
類似書籍推薦給您
原價:
1320
售價:
1122
現省:
198元
立即查看
THE LINUX KERNEL BOOK 1998 (JW) 0-471-98141-9
類似書籍推薦給您
立即查看
Your UNIX/Linux: The Ultimate Guide (3版)
類似書籍推薦給您
Your UNIX/Linux: The Ultimate Guide 3/e
作者:Sumitabha Das
ISBN:9780071086295
版次:3
年份:2013
出版商:McGraw-Hill
頁數/規格:760頁/平裝單色
Description
Your UNIX/Linux: The Ultimate Guide, written with both users and programmers in mind, is the ultimate UNIX/Linux text. Both pedagogical tool and exhaustive reference, it is well-suited to any course that includes UNIX or Linux. A strong pedagogical framework sets it apart from similar texts and allows beginning students to gain a firm grasp of fundamental concepts, while chapters on advanced topics inspire the more experienced reader to move beyond the basics. Nearly a thousand exercises and self-test questions provide a way for students to test and reinforce their understanding of the material.
Table of Contents
Part I -- User UNIX
Chapter 1 Introducing UNIX
Chapter 2 Getting familiar with UNIX Commands
Chapter 3 The File System
Chapter 4 File Attributes
Chapter 5 The vi/vim Editor
Chapter 6 The Shell
Chapter 7 The Process
Chapter 8 The Shell - Customizing the Environment
Chapter 9 Simple Filters
Chapter 10 Filters Using Regular Expressions - grep and sed
Chapter 11 Networking and Internet Tools
Part II--Programmer UNIX
Chapter 12 Filtering and programming with awk
Chapter 13 Shell Programming
Chapter 14 A C Programming Primer
Chapter 15 Program Development Tools
Chapter 16 Systems Programming I - Files
Chapter 17 Systems Programming II - Process Control
Chapter 18 perl - The Master Manipulator
Part III -- System Administration
Chapter 19 System Administration
原價:
1200
售價:
1128
現省:
72元
立即查看