青春纸盒子

文: 芦苇

你喜欢我笑的样子

我靠上了落寞的窗子

晚风吹起了我的袖子

明月沾湿了你的眸子


转身,你走出了两个人的圈子

树影婆娑,整座院子


挽起袖子

回头,把揽你忧伤一地的影子

装进,青春,这纸盒子


更多代码请关注我的微信小程序: "ecoder"

luwei0915

导航

十四.自定义yum仓库、源码编译安装

pc7:192.168.4.7

1.自定义yum仓库
1.1 源码仓库下:/root/tools/other
]# createrepo .
]# ls
ntfs-3g-2014.2.15-6.el6.x86_64.rpm
repodata
1.2 写入
]# vim /etc/yum.repos.d/ceph.repo
[myrpm]
name=other
baseurl=file:///root/tools/other
enabled=1
gpgcheck=0

######################

2.源码编译安装 inotifywait inotifywatch
2.1 源码 目录下:/root/tools/inotify-tools-3.13
]# ./configure --prefix=/opt/myrpm
]# make && make install
2.2 查看生成的文件
]# ls /opt/myrpm/
bin include lib share
2.3 查看生成的程序
]# ls /opt/myrpm/bin/
inotifywait inotifywatch

posted on 2019-03-06 11:11  芦苇の  阅读(214)  评论(0编辑  收藏  举报