- CINACON 2007
Archive - Sep 2007 - Blog entry
September 27th
September 26th
Attended Leadership Training Class - Step One
The past Sunday I attended the PKUAANC leadership training class - Step One. I definitely enjoyed this sessioin by mentor Elizabeth. Also I had very good conversation with some successful people in SV, the learning spirit of them is something I was very impressed.
A 20 dollar donation to PKUAANC is required for attending but the value is far more worth it.
Looking forward to the next one.
Created facebook connection - 1
This is my first try to link facebook back to my blog site. I just ues the import blog site function in the Notes application and it works. Great!
Here is my facebook link: http://www.facebook.com/profile.php?id=593495282
This series of web2.0 experience will definitely help me to understand the trend and how to engineer my own sites.
September 17th
shell script to check out the content of multiple rpm files
- How to extract files in rpm packages without installing them for file in `ls -1 ../*.rpm` ; do rpm2cpio $file | cpio -ivmud ; done
- Files inside multiple rpm packages for file in `ls -1 ../*.rpm`; do echo The Files in $file >>filelist.txt; rpm -ql -p $file >>filelist.txt; echo >>filelist.txt ; echo >>filelist.txt; done





Recent comments
1 day 10 hours ago
1 day 15 hours ago
2 days 11 hours ago
3 days 12 hours ago
3 days 12 hours ago
3 days 12 hours ago
3 days 12 hours ago
4 days 11 hours ago
1 week 2 days ago
1 week 2 days ago