Archive for the 'Security' Category

How to block access to certain file types using .htaccess

Tuesday, January 26th, 2010

It’s a good practice to block visitor access to file types that is not being used in web server. You can configure .htaccess to block access to specific file types (eg: inc, bak, log, sh). It’s common for webmaster to edit files at the server and rename the old filename to .bak. If your file [...]

How to remove Cyber Security

Tuesday, December 15th, 2009

If you see Cyber Security when PC started, then the PC is infected by Cyber Security. It’s quite difficult to remove Cyber Security. You need a 3rd party program to remove Cyber Security as it will disable your Malwarebytes if you have one.
Cyber Security is a rogue antispyware which cant be easily remove unless [...]

Secure file transfer thru scp in Mac and Linux

Sunday, December 28th, 2008

If you do not have SFTP, you might wan to consider using SCP for secure file transfer. SCP (means secure copy) means secure file transfer thru secure shell (SSH) channel. Thru ssh channel, data packet will be transfer in encrypted form and this will secure your file transfer process.
Below is the scp example for secure [...]