打包系统 软件包管理系统是怎样工作的 包文件 资源库 依赖性 常见软件包管理任务 查找资源库中的软件包 卸载软件 经过资源库来更新软件包 经过软件包文件来升级软件 列出所安装的软件包 确定是否安装了一个软件包 显示所安装软件包的信息 总结归纳 拓展阅读 If we spend any time in the Linux com...
网络系统 检查和监测网络 ping traceroute netstat 网络中传输文件 ftp lftp - 更好的 ftp wget 与远程主机安全通信 ssh scp 和 sftp 拓展阅读 网络系统 When it comes to networking, there is probably nothing that ...
Go 语言是什么? Go 是一个开源的编程语言,它可以轻松构建简单、可靠、高效的软件。 原文:Go is an open source programming language that makes it easy to build simple, reliable, and efficient software Go是从2007年末由Go...
命令行编辑 移动光标 剪切和粘贴文本 The Meta Key 自动补全 set | less 利用历史命令 搜索历史命令 历史命令展开 script script [file] 总结归纳 拓展阅读 I often kiddingly describe Unix as “the operating system for peopl...
启动一个项目 第一阶段:最小的文档 第二阶段:添加一点儿数据 变量和常量 给变量和常量赋值 Here Documents 总结归纳 拓展阅读 启动一个项目 Starting with this chapter, we will begin to build a program. The purpose of this project i...