- 博客(10)
- 收藏
- 关注
原创 Kickstart Study Note
Dependency PXE Client, DHCP, HTTP, TFTP, Kickstart Server:mgt 192.168.220.99 DHCP # yum install dhcp # vim /etc/dhcp/dhcpd.conf subnet 192.168.220.0 netmask 255.255.255.0 { range 192.168.220.200 192.168.220.250; # IP Range option subnet-mask 25.
2021-09-24 10:50:25
135
原创 Ansible Study Note
Depedency NIS/LDAP, EPEL Repository, SSH Without Password Create EPEL Repository Install & Configure Ansible # yum install ansible # which ansible /usr/bin/ansible # ansible --version ansible 2.9.25 config file = /etc/ansible/ansible.cfg
2021-09-23 14:38:02
136
原创 VNC Study Note
Depedency RHEL7.9, LDAP/NIS, KDE Desktop, VNC Install KDE Desktop Configure BASE & EPEL Repository # yum -y groupinstall "X Window system" # yum -y groupinstall "KDE" # init 3 # init 5 Install VNC # yum -y install xterm # rpm -ivh VNC-Server
2021-09-19 20:45:08
155
2
原创 LSF Study Note
Dependence NIS/LDAP, NFS Add LSF Administrator # useradd -u 50001 lsfadmin Configure install.config # vim /tools/tmp/lsf/install.config LSF_TOP="/tools/env/lsf" (Install Directory) LSF_ADMINS="lsfadmin" (LSF Administrator) LSF_CLUST
2021-09-17 17:04:20
386
原创 Bugzilla Study Note
Configure YUM repository # vim /etc/yum.repos.d/CentOS.repo [base] name=CentOS-7.9.2009 - Base - mirrors.aliyun.com failovermethod=priority baseurl=http://mirrors.aliyun.com/centos/7.9.2009/os/$basearch/ http://mirrors.aliyuncs.com/centos/7.9.20
2021-09-10 14:05:35
121
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人