Scifi Curoisity
  • CSS Quiz 8 AKTU Prutor

      Q:1.  Password should be combination of ____. (according to the video lecture). 1. Lower case letters only 2. Memorable names and dates 3....

    READ MORE
  • CSS quiz 7 AKTU PRUTOR

      Q:1.  ____ is a type of permission in an unix file which can be assigned to a ______. 1. execute, administrator 2. read, group 3. - > w...

    READ MORE
  • CSS Quiz 5 AKTU

      Q1) Chroot jail is used to _______ process and its children by ________ to the supplied directory name. isolate, changing the root directo...

    READ MORE
  • CSS Quiz 2 aktu

    Q1) The storm botnet was mainly used for _______ ? Phishing ->D-Dos Attack Hacking None of the above Reason :  The storm botnet was mainl...

    READ MORE

Featured

CSS Quiz 8 AKTU Prutor

  Q:1.  Password should be combination of ____. (according to the video lecture). 1. Lower case letters only 2. Memorable names and dates 3....

Tags

Recommended Posts

randomposts

Trending This Week

CSS Quiz 8 AKTU Prutor

  Q:1.  Password should be combination of ____. (according to the video lecture). 1. Lower case letters only 2. Memorable names and dates 3. Upper case and lower-case letters, numbers and non letter characters 4. -> Upper case and lower-case letters, numbers and symbols Reason: The key aspects of a strong password are length (the longer the better); a mix of letters (upper and lower case), numbers, and symbols, no ties to your personal information, and no dictionary words Q:2.  The cookies we use, are sent with ______, which in general, _____ the performance. 1. only when requested,improves 2. -> every request, degrades 3. extra information, is useless for 4. None of the mentioned Reason : typically cookies are used for a variety of purposes: ... Cookies impact performance because every time you make a request to a ... an HTML file, a CSS file, an image) the browser will send the cookie in the request to the server. ... request becomes a little bigger and thus perfo...

How to integrate Git bash With Vs code

  # Integrated-VS-code-with-git-bash Let's See How to integrate git bash with vs code  > first you need to oopen setting > sarch setting.json  > then in last you have to paste like these  >      "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"  Now you will able to use git bash terminal in vs code 

CSS quiz 7 AKTU PRUTOR

  Q:1.  ____ is a type of permission in an unix file which can be assigned to a ______. 1. execute, administrator 2. read, group 3. - > write, user 4. All of the above Reason :   Write is a type of permission in an unix file which can be assigned to a user and The permissions of a file are the first line of defense in the security of a Unix system. The basic building blocks of Unix permissions are the read, write, and execute permissions Q:2.  Which of the following statement is correct for access token ? 1. It contains the destination for access token. 2. It contains a list of the privileges held by either the user or the user's groups. 3. -> Impersonation Token is a personal token. 4. All of the above Reason: Impersonation tokens are a type of personal access token that can only be created by an admin for a specific user. They are a great fit if you want to build applications or scripts that authenticate with the API as a specific user. ... For more informati...

Featured