Archive for March, 2007

How to disable directory browsing using .htaccess - Apache Web Server

Tuesday, March 13th, 2007

Apache web server allow directory browsing by default. It’s always good to disable directory browsing in security aspect. To disable directory browsing in apache web server you need to edit the httpd.conf or .htaccess

How to split large file into several smaller files - Linux

Thursday, March 1st, 2007

Have you ever want to split a large file into several small files? I’ve face this problem few days ago. I need to split a large file (3GB log file) into several smaller file where i can read it using normal text editor.
To split large file into several smaller files, you can use split [...]