Friday, January 28, 2011

customize cpanel

If you want to customize your cpanel Sometimes it is very safe to restrict limited icons to your client cpanel to avoid some messes.

If you have a WHM account you can make a feature list and which can be add to your package. Here i am explaining how to enable a feature list and which is added to the particular domain.

1. Login to your WHM.
2. Click on Feature Manager menu
3. Type a new feature list name and hit the Add button.
4. Select which all are the icons you want, and deselect which icons you don't want.
5. Hit the Save button
6. After that click Edit Package menu
7. Select the package name which your particular domain is using, and then click Edit button.
8. Go to the bottom where you can see Feature List and a drop down option.
8. Select the new feature list name(which you have made on step 3) and click the Save Changes button.

Thanks,

Thursday, January 27, 2011

Virus in Windows

There is one type of virus that we are all seen in windows machine is Folders inside the folder. Some time these folders we can not delete because of the invalid file name. In Windows based machine we can not make any files with invalid words. But viruses can make this folders on your windows machine :)

Once we have these issue, we will use antivirus such as Nod32 and AVG etc ...These antivirus packages can delete these invalid files.

But without installing these Antivirus we can delete these folders using DOS commands

For deleting

rd /S "\\?\c:\path to your folder/file name"

here we use "rd" command instead of using "del" command.

Friday, January 21, 2011

wget for windows

wget Command

Most us know "wget" is a command which is monopoly to unix based OS. We can use wget command now in wondows based systems also. Using wget you can download and retrieve files softwares using the protocol such as http and ftp. Why iam introducing this if any one don't know about this, use at least one genuine software on your windows machine :-) . wget is a free open software which you can use your own property.

Windows users can get more information here :
http://gnuwin32.sourceforge.net/packages/wget.htm

After installing this software you can retrieve files on your DOS prompt
usage : wget download path
wget http://download.admod.net/ezeelogin_4.9.34_debug.bin

Saturday, January 1, 2011

myisam_sort_buffer_size

Database error: Invalid SQL: select * from members where email='
ajeeshbkannan@gmail.com' and password='ajeeshbkanan'
*MySQL Error*:144 Table './table name' is marked as crashed
and last (automatic?) repair failed

This is may due to myisam_sort_buffer_size is too small. I have increased mysql buffer size from 64Mb to 256Mb, and fixed my issue.

You can verify table by using the command,
mysql> check table tablename;

All your comments are welcomed ...