摘要:
Linux kvm management tools - 猿码设计师 在kvm的官网上,找到了一些kvm的管理工具。有开源和商业的。 https://www.linux-kvm.org/page/Management_Tools There are a several options availab 阅读全文
摘要:
Linux command line 快捷键 - 猿码设计师 It may or may not surprise you to know that the bash shell has a very rich array of convenient shortcuts that can make 阅读全文
摘要:
Jpam - 猿码设计师 Jpam is a Java-PAM bridge. PAM, or Pluggable Authentication Modules, is a standard security architecture used on Linux, Solaris, HP-UX, M 阅读全文
摘要:
NTP and Chrony在RHEL - 猿码设计师 在RHEL7上,Chrony已经代替了NTP来做时间同步服务。 1 服务器上操作 yum -y install chrony vim /etc/chrony.conf # Allow NTP client access from local n 阅读全文
摘要:
详解 DNS 与 CoreDNS 的实现原理 - 猿码设计师 域名系统(Domain Name System)是整个互联网的电话簿,它能够将可被人理解的域名翻译成可被机器理解 IP 地址,使得互联网的使用者不再需要直接接触很难阅读和理解的 IP 地址。 https://draveness.me/dn 阅读全文
摘要:
yum install nginx Installation instructions Before you install nginx for the first time on a new machine, you need to set up the nginx packages reposi 阅读全文