Error number: 0x80070424 in Windows Update – Solution

advertisement

I’ve encounter Error number: 0x80070424 in Windows Update on one of my PC. If you have 0x80070424 i guess you will not able to perform any windows update including using the windows update website. After googling a while i found that Error number: 0x80070424 in Windows Update is caused by some of the dll registration problem.

To solve the Error number: 0x80070424 in Windows Update follow the steps below:-
Continue reading Error number: 0x80070424 in Windows Update – Solution »

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

advertisement

apache web server, apache logo, web server, apache foundationApache 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

Continue reading How to disable directory browsing using .htaccess – Apache Web Server »

How to split large file into several smaller files – Linux

advertisement

linux, split file linuxHave 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 command in linux. Just follow the steps below and you will be able to split large file into smaller files.

Continue reading How to split large file into several smaller files – Linux »