FLC on December 6th, 2009

Yesterday, I was like having a blackout. I can’t access to the internet and it’s so frustrating. I have enrolled to the best 3G wireless network in my country, but yet the signal was terrible. It was like how many bytes and not kilobytes per second… it’s really a nightmare.
I was preparing a quotation to [...]

Continue reading about Persistent In Action

FLC on November 8th, 2009

So I got this old friend suddenly called me because he is desperately need my help to do an urgent assignment. I was surprised about what I am able to help for him.
He told me about his predicament, and need my help to catch his spouse for cheating him. So, there were few options, and [...]

Continue reading about Catch Infidelity

FLC on October 26th, 2009

Recently, I have a request to extract data from a compressed file in the form of .gz file (which was compressed using gunzip). The system OS is Solaris platform. And they need to retrieve particular string start with U1 until U9 after a comma, below is the command I use :
gzcat 2009032514.SMT.gz | egrep ‘\,U1|\,U2|\,U3|\,U4|\,U5|\,U6|\,U7|\,U8|\,U9|\,U0′ [...]

Continue reading about Extract Multiple String in GZ file