about apache session timeout Posted by Albert 4901Day 17Hour 6Min 28Sec ago [2012-06-27] sometimes you can find your website logout Automatically when you are not using that longtime.[Session]session.save_handler filessession.save_path /tmpsession.use_cookies 1session.name PHPSESSIDsession.auto_start 0session.cookie_lifetime 0session.cookie_path /session.gc_maxlifetime 1440session.cache_expire 180… fancyapps Posted by Albert 4902Day 23Hour 38Min 25Sec ago [2012-06-26] fancyapps popup centos get count Posted by Albert 4906Day 22Hour 56Min 12Sec ago [2012-06-22] when you wish to get the file count numberfind -type f | wc -lwhen you wish to check the all document and files find | wc -l SHRINKDATABASE Posted by Albert 4909Day 17Hour 9Min 32Sec ago [2012-06-19] DBCC SHRINKDATABASE(dbname) // it is shrink mdf file size case order by sample Posted by Albert 4909Day 17Hour 13Min 13Sec ago [2012-06-19] SELECT * FROM XXTABLEORDER BY CASE COLUMEWHEN #AA# THEN 1WHEN #BB# THEN 2 WHEN #CC# THEN 3 ELSE 100END