Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: check

13 Jun

Object Or Array Check in JavaScirpt

Test whether an object is an object or an array


if(Object.prototype.toString.apply(arr) === '[object Array]') alert("Array")

Original Article

admin Posted in Code, JavaScript array, check, Code, JavaScript, object 1 Comment
11 Jan

Spell Check a Text File using Aspell

You can use Aspell to spell check of a text document using this command. It must be executed in a termial – as it has an console interface.


aspell check test.txt

Original Article

admin Posted in Command Line, Linux aspell, check, command, Linux, spell, spelling, text 1 Comment
04 Dec

Check Ext2 FS

repair / check integrity of ext2 filesystem on disk hda1


fsck.ext2  /dev/hda1
admin Posted in Command Line, Linux check, command, ext2, filesystem, filler, fs, fsck, Linux Leave a comment
04 Oct

Do Md5 check on CD/DVD/HDD

Perform an md5sum on a device, like a CD


dd if=/dev/hdc | md5sum 
admin Posted in Command Line, Linux check, checksum, command, dd, filler, Linux, md5, md5sum, test 2 Comments
24 Sep

Verify RPM Package

Verify the integrity of a rpm package


rpm --checksig package.rpm
admin Posted in Command Line, Linux check, checksum, command, fedora, filler, integrity, Linux, package, rpm Leave a comment
25 Jul

grpck Command

Check correct syntax and file format of ‘/etc/group’ and groups existence


grpck
admin Posted in Command Line, Linux check, command, group, grpck, Linux Leave a comment

Post navigation

Categories

  • Code
  • Command Line
  • Configuration
  • CSS
  • HTML
  • internet
  • JavaScript
  • Linux
  • Mobile
  • Perl
  • PHP
  • Python
  • Ruby
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Fruitful theme by fruitfulcode Powered by: WordPress
↑