Tag: check
Object Or Array Check in JavaScirpt
June 13, 2009
Test whether an object is an object or an array if(Object.prototype.toString.apply(arr) === ‘[object Array]’) alert(“Array”) Original Article
Spell Check a Text File using Aspell
January 11, 2009
You can use Aspell to spell check of a text document using this command. It must be executed in a…
Check Ext2 FS
December 4, 2008
repair / check integrity of ext2 filesystem on disk hda1 fsck.ext2 /dev/hda1
Do Md5 check on CD/DVD/HDD
October 4, 2008
Perform an md5sum on a device, like a CD dd if=/dev/hdc | md5sum
Verify RPM Package
September 24, 2008
Verify the integrity of a rpm package rpm –checksig package.rpm
grpck Command
July 25, 2008
Check correct syntax and file format of ‘/etc/group’ and groups existence grpck
Recent Comments