Difference between revisions of "Basic Submission Rules"

no edit summary
imported>Verityproductions
imported>Verityproductions
Line 6: Line 6:
= How to Create an Account =
= How to Create an Account =


During the account creation process, some contributors have had issues providing the correct response to a command such as:
During the account creation process, some contributors have had issues providing the correct response to a questopm such as:


  What is the output of " date -u +%WLinux|sha256sum|sed 's/\W//g' " ?'''  
  What is the output of " date -u +%WLinux|sha256sum|sed 's/\W//g' " ?'''  




The command provided must of course must be placed into a Linux terminal in order to get the answer. Furthermore, it is worthwhile noting that the command itself must be entered <u>without the speech marks</u>, as otherwise the terminal will simply create an error message. So, for the above example, the following would be placed into the terminal in order to provide the correct response:
The command provided must of course must be placed into a Linux terminal in order to get the answer. Furthermore, it is worthwhile noting that the command itself must be entered <u>without the speech marks</u>, as otherwise the terminal will simply respond with an error message. So, for the above example, the following would be placed into the terminal in order to provide the correct response:


  date -u +%WLinux|sha256sum|sed 's/\W//g'
  date -u +%WLinux|sha256sum|sed 's/\W//g'