log file normally contain some sensitive information about a website. it’s good to block .log file from being access by visitor. If log file is not block, hacker might use the log file content to launch attack or profile a website. If you are running apache webserver, you can easily block .log file using .htaccess
To block .log file using .htaccess, follow the steps below:-
Continue reading How to block .log file using in .htaccess »

Just tried Mac Migration assistant to migrate my account using firewire but no luck. I stuck at “looking for other computers” forever. I’ve tried to restart migration assistant for few times but it still the same. Finally, i found a way to solve this problem.
Login as root is a very bad practice. Thus, it’s good to implement sudo in Linux system. You can add user to sudo list, so the user in the sudoer list will be able to perform task in different privilege.