Posts

Showing posts with the label Arunass N V

WILDCARDS IN KALI LINUX

Image
                                 WILDCARDS IN KALI LINUX      Wildcards are symbols that is used make the codings small multiple times . A single symbol(wildcard) is  represents  many . there are 4 types of wildcards.      they are :             An asterisk  *  – matches one or more occurrences of any character, including no character. Question mark  ?  – represents or matches a single occurrence of any character.doesnot include no character. Bracketed characters  [ ]  – matches any occurrence of character enclosed in the square brackets. It is possible to use different types of characters (alphanumeric characters): numbers, letters, other special characters etc.  IMAGE THAT EXPLAINS ABOUT AN ASTERISK IMAGE THAT EXPLAINS ABOUT QUESTIONMARK IMAGE THAT EXPLAINS ABOUT BRACKETED CHARACTERS : NOTE :W...

KALI LINUX DUAL BOOT ISSUE

  When we dual boot kali linux and windows there may occur some error. The common error was when all the steps are completed for dual booting the error will occur actually it was not an error that was GRUB ISSUES .     when it was all done and restarted to boot menu there was only kali linux we can't open widows this was due to grub errors.     To clear that there was two commands the commands aim was to update grub and to find missing operating  system in the hard disk it can be done by the following commands                                     1)update-grub                                2)apt-install os-prober  (to install os prober)                                3)os-prober (to ron os prober) After thi...