Posts Tagged ‘disable’

How to disable anonymous FTP access in Vsftp

December 17th, 2009

1. SSH to the server that has VsFTP, and SU to it.
2. Edit file /etc/vsftpd/vsftpd.conf, find line
anonymous_enable=YES
change to
anonymous_enable=NO
3. Do /sbin/service vsftpd restart
4. Try to ftp to domain or IP without providing a user/password. Access will be rejected.

Anonymous FTP has been rejected!

How To Disable Windows 7 / Vista / Windows 2008 From Downloading Automatic Updates

November 12th, 2009

To disable Windows 7 / Vista from downloading automatic updates, follow these simple steps.

Open Start menu, right-click on Computer and click Properties. This will open System dialog box that will show basic information about your computer. On the left sidebar, under See also heading, you will find Windows Update. Clicking it will bring you to the Windows Update dialog box, now on the left sidebar click on Change Settings. You will now see a window that will look like this,

windowsupdate

You will notice that Windows has enabled option as default, to disable it, simply select Never check for updates and you are done.

Note: Microsoft recommends that you must keep your windows up-to-date in order to remain secure. And I recommend the same, my computer is always up-to-date, this is one reason I never get attacked by any kind of virus.