Reparo WordPress MySQL Comment Table...Why?August 20th, 2007 Nowadays my WordPress comments table is frequently getting corrupted and I have to repair it. The MySQL table repair command does the trick.
MySQL Tip: How To Check, Repair & Optimize All Tables in All DatabasesApril 20th, 2008 Here is a simple command to auto repair, check and optimize all the tables in all databases running on a MySQL server:
mysqlcheck -u root -p --auto-repair --check --optimize --all-databases
mysqlcheck is available in MySQL 3.23.38 and later. mysqlcheck uses the SQL statements CHECK TABLE, REPAIR TABLE, ANALYZE TABLE, and OPTIMIZE TABLE in a convenient way for the user.
How to Recover Deleted Files from Removable MediaOctober 20th, 2008 There is hardly anyone who has any relation with computers and doesn't own one pocket hard drive or a pen drive or a flash drive. The mobility they provide is absolutely remarkable.
How to: 5 Ways to Fix Blue Screen of Death in Windows VistaDecember 26th, 2008 If these men die the death of all men or if they suffer the fate of all men, then the LORD has not sent me. No I am not here to remind you of an old saying of Bible.
How To Exclude Files From Displaying in Subversion Status Command?October 25th, 2006 Often you have files in your subversion directiory which you do not want to commit / check-in. Such files could be compiled files, intermediate files used for data processing etc.
Sun Microsystems: We may have broken US anti-bribery law; Oracle: We Knew it May 9th, 2009 Sun Micro: We may have broken US anti-bribery law
SAN JOSE, Calif. — Sun Microsystems Inc.
Subversion: How To Ignore Files From Status DisplayJune 23rd, 2007 In directories under subversion there may be files which you do not want to add to subversion. Normally such files would show in subversion status (svn stat) with ? in front of them.
How to Compress CSS Files Using PHP without RenamingJanuary 5th, 2009 IF you are using a stylish and feature rich environment for your website, then your CSS files must have reached its limit of annoyance for you. So how can you compress CSS files using PHP? You can.
XBox 360: Major Trouble Ahead From Wii & ItselfJuly 24th, 2007 Wii continues to dominate the US market. Nintendo shifted 381,800 Wii consoles and 561,900 DS handhelds in June compared to 98,500 PlayStation 3 units and 198,400 Xbox 360 consoles.
How To Recursively Delete Files And Directories Using JavaJune 15th, 2006 How can you recursively delete files and directories in windows? You can select them in explorer (in windows) and delete it, right?
The problem with the explorer approach is that if one or more files and / or directories cannot be deleted then the whole process fails. Try cleaning your Local Settings\temp directory to see an example.
How To Install Windows msi Files in LinuxJuly 12th, 2008 In Linux wine (or crossover office if you like to pay) is used to execute Windows applications. wine normally open exe files only.
Apache Ant: How To Include Multiple Jar Files In A Single Jar FileAugust 19th, 2008 Apache Ant is an excellent and popular Java based build system. It has several built-in commands (tasks in Ant lingo) one of which allows you to create Jar file from your existing class file and resources.
How To Recover Files From Hard Disk CrashFebruary 13th, 2007 My desktop computers hard-disk crashed today morning without any warning. The S.M.A.R.T.
How to Convert .rar Files into itunes (.mp3) Files on an Apple MacDecember 1st, 2008 If you have downloaded .rar files into your computer and want them to be played through itunes in your Mac, what will you do? You can find lots of descriptions for decompressing .rar files on PCs but no description of how to do so on a mac. Here are some quick and easy steps to get the files you want decompresse onto your computer, iPod, or mp3 player directly.
Simplest Way to Mount / Extract iso files without BurningNovember 14th, 2008 Isn't it pretty annoying to burn any .iso file to make it work? In linux, you have a pretty simple way to mount an iso file without even burning them. This allows you to view the files within the iso file as simply as you would view files in any normal directory.