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 »
Tags: block .log file, block .log htaccess, block log file htaccess
Posted in Linux, Web, Web Hosting | No Comments »
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.

To solve Mac Migration Assistant keep “looking for other computers”, follow the steps below:-
Continue reading Mac Migration Assistant keeps “looking for other computers” »
Tags: mac migration assistant, migration assistant, migration assistant looking for other computers, migration looking for other computers
Posted in Mac | No Comments »
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.
sudo is a program in the Unix / Linux that allow a user to execute command with the security privileges of another user (usually it’s superuser or root)
To add a user to sudoer list in linux, follow the steps below:-
Continue reading How to add user to sudoer list in Linux »
Tags: add user sudo, add user sudo list, add user sudoer list, add user to sudoer, visudo
Posted in Linux | 1 Comment »