Linux
Replacing Windows desktop with Linux desktop
To be honest, I am not a desktop guy and that's why I stick with Windows desktop for a very long time. I always think Linux lacks support for some of my favorite hobby applications. :-) You know I am a server guy so I don't really need that much from desktop for my work. But this time I decide to make some serious change as once again my WinXP totally screwed up on my old home pc.
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
Quick reference
Reference
Linux based desktop applications
Here is a list applications I am using on my Linux desktop.
Open Source
My open source initiatives started 10 years ago when I was asked to build up a all in one financial inquiry system. I chose Linux+Apache+Postgresql+PHP and got the whole thing up and running in a fairly amount of time. It had 16 serial ports for dial in access and customers from all levels of government were able to use their windows machine to dial in with PPP connection and query stuff from IE browser. All the data were exported from the bank's mainframe and imported into Postgresql everyday.

Recent comments
3 hours 57 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