06 2016 档案

摘要:#/bin/bash #set -x set -e usage() { cat Purpose: xxxxxxxxxxxx Description: None Parameters: OPTIONS -i image -- images, registry:2 by default -p -- host port, 5000 by default ... 阅读全文
posted @ 2016-06-29 14:58 Anor 阅读(467) 评论(0) 推荐(0)
摘要:什么是.Net .Net 本身就是基于公共语言基础架构(CLI)实现的平台独立的公共语言开发平台,只是自2006年成为规范以来的CLI,只有Windows自己支持罢了(mono除外)。微软的.Net Framework 就是CLI的实现,称之为CLR(公共语言运行时)。其核心部分就是对CLI的虚拟执 阅读全文
posted @ 2016-06-24 10:30 Anor 阅读(13817) 评论(4) 推荐(0)
摘要:1. Mount RHEL Installation ISO 2. Get Media ID with the ISO 3. Add yum configuration file for the ISO Repository (ISO.repo) Appendix, An example of is 阅读全文
posted @ 2016-06-23 15:53 Anor 阅读(320) 评论(0) 推荐(0)
摘要:http://www.pathname.com/fhs/ /boot -- Static files of the boot loader Purpose: contains everything required for the boot process except configuration 阅读全文
posted @ 2016-06-23 10:18 Anor 阅读(269) 评论(0) 推荐(0)