Blogs
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
Drupal upgraded to 5.2
To fix the CSS security vulnerabilities.
I did the backup for both files and db, then copy over the new version, copy back the file .htaccess and sites/default/settings.php, then run the update.php. All went smoothly and the site is up in 30 minutes.
drupal.org site search with google
Recently drupal.org turned off the site search function but suggested to use google instead. Here is the snippet from Eric which is great for my drupal based website too.
"I almost always use site:drupal.org -site:lists.drupal.org -site:cvs.drupal.org -site:api.drupal.org at google.com to search through the forums and the rest of Drupal.org."
What kind of infrastructure is supporting drupal.org?
From the Improvements to the Drupal.org infrastructure posted at drupal.org, you can have some idea on what the folks are working on.
Here is the whole article for my reference:
nx client setup tips
- NX private key needs to be copied from the server and put into the client.
- enable ssl encryption, otherwise it will not work.
I started my job in San Francisco for two weeks now.
Foundstone signature for finding missing patch
I found conflict between Foudnstone and Shavlik when Foundstone reported missing patch while Shavlik reported patch installed. The bad news is you have no clue how Foundstone determines that so I had to call the support. Fourtunately the support is quite helpful and here is the signature they are looking for:
Fixed the nedi issue of not showing the rrd graph of subinterface
After installed nedi 1.0.w, I got the following error msg when viewed the graph for subinterface from web gui.

Recent comments
3 hours 54 min ago
1 day 8 hours ago
2 days 15 hours ago
3 days 12 hours ago
1 week 3 hours ago
1 week 20 hours ago
1 week 6 days ago
2 weeks 2 days ago
2 weeks 2 days ago
2 weeks 2 days ago