目标:完成一款linux(CLOS)软件架构设计。
思路:整,借,思,变。
思想:取势,明道,优术,合众,践行。
前期准备:
1.目标分解。
2.逛论坛,博客等,寻找学习路线。
3.准备基本学习资料,包括学习环境和资料。
日期 | 计划内容 | 完成内容 | 备注 |
5月16日(上午) | 安装VMWAARE虚拟机及ContOS6.5系统 | 完成 | 单台PC安装两个linux环境,第一台用镜像安装,第二台克隆安装。克隆安装需要修改第二台的IP及MAC地址。SecureCRT安装配置。 |
5月16日(下午) | 学习linux基本命令 | 完成 | 用man命令查询分析linux常用命令 |
5月17日(上午) | 学习linux基本命令 | 完成 | ls,ll,cd,cp,mv,rm,touch,mk |
5月17日(下午) | 学习linux基本命令 | 完成 | /etc/hosts,hostname,uname -r,ifconfig -a /etc/sysconfig/network-scripts/ifcfg-eth0,route |
5月18日(上午) | 学习linux基本命令 | 完成 | chkconfig --list,chkconfig --level xx on/off, service iptables start|stop|restart|reload ,service network start|stop|restart|reload |
5月18日(下午) | 学习linux基本命令 | 完成 | grep,sed,awk |
5月19日(上午) | 学习linux基本命令 | 完成 | top,free -m,df -h |
5月19日(下午) | 学习linux基本命令 | 完成 | fdisk -l,fisk /dev/sda,parted |
5月20日(上午) | 学习linux基本命令 | 完成 | ext2,ext3.ext4,ping,tracert |
5月20日(下午) | 学习linux基本命令 | 完成 | mount,umount,/var/log/messages,/etc/fstab |
5月21日(上午) | 学习linux基本命令 | 完成 | /etc/exports,nfs,rpcbind |
5月21日(下午) | 学习linux基本命令 | 进行中 | showmount -e ip,mount -o,mount -t |
5月22日(上午) | 学习linux基本命令 | ||
5月22日(下午) | 学习linux基本命令 |
本文出自 “topas” 博客,请务必保留此出处http://topas.blog.51cto.com/4346804/1775634
原文地址:http://topas.blog.51cto.com/4346804/1775634