Posts archive for July, 2010

How to block .log file using in .htaccess

advertisement

linuxlog 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 »

Mac Migration Assistant keeps “looking for other computers”

advertisement

mac, apple macJust 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” »

How to add user to sudoer list in Linux

advertisement

linux, macLogin 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 »