2015年7月31日 星期五

建立軟體倉儲

network 設定成 橋接介面卡

install vsftp
copy rhel7 光碟資料到  /var/ftp/pub內
install createrepo
#createrepo -g /var/ftp/pub/repodata/76....-comps-.....xml /var/ftp/pub/
#cd /etc/yum.repo.d/
#gedit test.repo    //自己命名

[RHEL7]
name=RHEL7
baseurl=ftp://localhost/pub
enable=1
gpgcheck=0

#systemctl enable vsftp.service
#restorecon -R /var/ftp/pub
#firewall-cmd --permanent --add-service=ftp
#systemctl restart vsftpd.service
#systemctl status vsftpd.service   //查看vsftp有沒有啟動



https://fedoraproject.org/wiki/EPEL?rd=Epel


2015年7月30日 星期四

RHEL7 reset root passwd

重新開機到開機選單後按  'e'
linux16的最後面加上  rd.break  或  init=/bin/bash
ctrl + x
#mount -o remount,rw /sysroot
#chroot /sysroot
#passwd root
設定新密碼(輸入兩次)
#touch /.autorelabel
#exit
#exit

參考網站http://technote.aven-network.com/854/rhel7-centos7-reset-root-password

2015年7月28日 星期二

上課工具


1.Blogger 加入關鍵字的方法
  http://blog.xuite.net/wucaiyou/527travel/54048108-在blog放入關鍵字的方法

2.Putty
  http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
  
3.VirtualBox
https://www.virtualbox.org

4.NotePad++
https://notepad-plus-plus.org/download/v6.8.html