文章 2017-11-21 来自:开发者社区

菜鸟学Linux 第006篇笔记 根文件系统2

复制和移动文件命令 cp copy files and directories  -i prompt before overwrite  -r copy directories recursively  -f if an existing destination file cannot be opened, remove it and try again  ...

文章 2017-11-21 来自:开发者社区

菜鸟学Linux 第052篇笔记 httpd-install and section2

菜鸟学Linux 第052篇笔记  httpd-install and section2 apache 17years NCSA, httpd A Patchey Server = Apache FSF (GNU, GPL Free Software Foundation) ASF (Apache Software Foundation) web: httpd  tomcat....

文章 2017-11-20 来自:开发者社区

菜鸟学Linux 第032篇笔记 进程管理

菜鸟学Linux 第032篇笔记 进程管理 cpu MMU memory management unit Memory 线性内存 物理内存 用户空间 内核空间 内核数据结构 task structure PPID PID Context Switch 上下文件切换 进程所占内存空间大小 VSZ virtual size RSS Resi...

文章 2017-11-20 来自:开发者社区

菜鸟学Linux 第044篇笔记 算法和私有CA

菜鸟学Linux 第044篇笔记 算法和私有CA 证书吊销列表CRL(Certificate Revocation List )  如何解决私钥丢失 PKI: Public Key Infrastructure CA: Cretificate Authority 证书存储格式 x509, pkcs12 x509 公钥及其有效期限 证书的合法拥有者 证书该如何被使...

文章 2017-11-20 来自:开发者社区

菜鸟学Linux 第065篇笔记 nfs

菜鸟学Linux 第065篇笔记 nfs NFS (Network File System) 是一个可以将远端的计算机硬盘挂载到本地来进行使用,让本地的计算机可以使用远程 计算机所提供的硬盘,而且和在操作本地硬盘所使用的命令相同,没有区别 (个人解释) 它允许网络中的计算机之间通过TCP/IP网络共享资源。在NFS的应用中,本地NFS的客户端应用可以透明地读写位于远端NFS服务器上...

文章 2017-11-20 来自:开发者社区

菜鸟学Linux 第091篇笔记 RHCS

菜鸟学Linux 第091篇笔记 RHCS 内容总览 RHCS功能 Cluster Infrastructure 集群基础设施 gfs, clvm, ccs 分布式文件系统 浅谈网站的架构 架设RHCS 云的描述 RHCS (Red Hat Cluster Suite) 也是一个集群管理软件的一个套件,由redhat提供,除了基本的集群管理,它还包含了一些 其...

文章 2017-11-20 来自:开发者社区

菜鸟学Linux 第111篇笔记 Memory

菜鸟学Linux 第111篇笔记 Memory 建议查看原文(因为复制版的格式可能有问题) 原文出自 Winthcloud 链接: 内容总览 内存子系统组件 Memory提升 Viewing system calls Strategies for using memory Tunning page allocation Tuning overcommit Slab cache...

文章 2017-11-17 来自:开发者社区

菜鸟学Linux 第039篇笔记 ssh dropbear

菜鸟学Linux 第039篇笔记 ssh dropbear telnet: 远程登录协议 23/tcp C/S 架构 S telenet server C telenet client ssh Secure SHell  应用层协议, 22/tcp 通信过程及认证过程都是加密的,可以实现主机认证 主机密钥, 非对称加密 secret key   public ...

文章 2017-11-15 来自:开发者社区

菜鸟学Linux 第036篇笔记 busybox+vmlinux

菜鸟学Linux 第036篇笔记  busybox+vmlinux 以下为制作Mini_linux 用busybox 和宿主机的vmlinuz 下一章节就是busybox + 自制kernel 软件源 www.busybox.net 内核编译: busybox: Kernel+rootfs() kernel+initrd(ramdisk) kernel+ busybox--&g....

文章 2017-11-15 来自:开发者社区

菜鸟学Linux 第069篇笔记 nsswitch, PAM

菜鸟学Linux 第069篇笔记 nsswitch, PAM 管理资源授权服务 Authentication (认证) Authorization (授权) Audition (审计) FQDN --> IP   (名称解析库) dns /etc/hosts mysql nis (Network Information System) ldap (LlightWe...

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

产品推荐

Linux宝库