Posts archive for May, 2011

How to upload file in Symfony 1.4

advertisement

symfonyJust a note for myself on how to upload file in Symfony 1.4. This upload feature is a bit different compare to symfony 1.0. I’ve been using Symfony 1.0 for a long time and recently just switch to 1.4 and i found there’s a lot of changes.

To upload file in Symfony 1.4, follow the code below:-

Continue reading How to upload file in Symfony 1.4 »

How to create zip file in Mac OS X

advertisement

macIf you are new to Mac, you might wan to know how to create zip file in Mac OS X. In case you do not know what is zip file, you can refer to here. With the help of zip file, you are able to compress multiple files into one within few mouse clicks and share it with your friends easily.

To create zip files in Mac OS X, follow the steps below:-

Continue reading How to create zip file in Mac OS X »

How to extract password rar file in command line – Linux

advertisement

linuxJust received a password protected rar file in my Linux box and have no idea how to extract it using command line. The reason I need to extract this password protected rar file thru command line is because there is no GUI install in this low end Linux box. As google is my best friend, i found a very simple way to extract password protected rar file.

To extract password rar file in Linux, follow the steps below:-

Continue reading How to extract password rar file in command line – Linux »