法華里市民農園是一個有生機的小地方,早晚三三兩兩的市民街頭交耳的互相觀摩彼此種植的心得,誰肥施得太多,葉子燒焦。誰水澆的多寡,影響到菜的生長,你有空幫我,我有空幫你,不論是抓菜蟲,或是施肥 ,澆水,實在令人開心,雖然現在菜很便宜,但這些交流已是超越了金錢。
2008年8月27日 星期三
2008年8月7日 星期四
linux
that is my new subject to learn linux
rpm -e --allmatches gpg -pubkey
rpm --import RPM-GPG-KEY-Centos-5
rpm -ivh x3270* #resolve dependency but uninstall need one by one
rpm -e x3270 * will error
rpm -qa | grep 'x3270' will tell not erase
use yum
need to wrap it one file
createrepo /var/ftp/download #to build a package to save the dependence file ,that be usec by yum
so createrepo is a program to creat a repom from a set of rpm
yum -y install 'x3270*'
rpm -qa | grep 'x3270'
yum list | grep 'x3270'
yum -y remove 'x3270*'
rpmbuild --rebuild vsftpd-2.0.5-10.e15.src.rpm
rpm -ivh vsftpd-2.0.5-10.e15.src.rpm
rpm -e --allmatches gpg -pubkey
rpm --import RPM-GPG-KEY-Centos-5
rpm -ivh x3270* #resolve dependency but uninstall need one by one
rpm -e x3270 * will error
rpm -qa | grep 'x3270' will tell not erase
use yum
need to wrap it one file
createrepo /var/ftp/download #to build a package to save the dependence file ,that be usec by yum
so createrepo is a program to creat a repom from a set of rpm
yum -y install 'x3270*'
rpm -qa | grep 'x3270'
yum list | grep 'x3270'
yum -y remove 'x3270*'
rpmbuild --rebuild vsftpd-2.0.5-10.e15.src.rpm
rpm -ivh vsftpd-2.0.5-10.e15.src.rpm
訂閱:
意見 (Atom)