- 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
shell script to check out the content of multiple rpm files
Regex tips
Just two quick tips when dealing with regular expression
1. Regex coach, an interactive regular expressions testbed program from http://weitz.de/regex-coach/
2. To match the rpm file name, for example: gcc-5.0.1-99-102.i386.rpm
([^\d]+)-(\d.\d.\d)-(\d\d)-(\d+).(\w+).rpm
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:
Cisco IPS inline mode
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.
configure ciktel voip service
1. For x-lite softphone:
cmtor1.ciktel.com 64.187.25.78
Enabled: Yes
Display Name: 4165487147
Username: 999******
Authorization User: CIK*******
Password: ****
Domain/Realm: 64.187.25.78
SIP Proxy: CMTor1.ciktel.com
Out Bound Proxy: CMTor1.ciktel.com

Recent comments
3 hours 42 min ago
1 day 8 hours ago
2 days 14 hours ago
3 days 12 hours ago
1 week 2 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