-
First thing change your password with
passwd
commands -
Your VM assignments can be found at the directory
/opt/se2001/<assignment_name>/
-
Your solution has to be present in directory
~/se2001/<assignment name>/
-
Once you have completed the assignment specified in the
/opt/se2001/<assignment_name>/README.md
, you have to runsynchro eval
from the respective assignment directory~/se2001/<assignment name>/
-
If you get the below output, your code is passed and your submission is recorded.
Evaluation Successful.
Submission Successful.
- Other useful packages installed
tmux
a terminal multiplexer useful in splitting the terminal, recover your terminal session even when you disconnected from VM.batcat
a rust based alternative tocat
that will display the file contents with color
-
How to reset my password?
- Execute the command
passwd
and provide your current password and new password as per the prompt. - The password typed will not be visible during and after the input.
- Execute the command
-
How to reset my password if I forgot mine?
- Send a mail to [email protected] with subject
SE2001 VM PASSWORD RESET
- Send a mail to [email protected] with subject
-
I am getting
Evaluation failed.
in my output, what should I do?- Submission failed means that your task is not completed properly, verify your script with the problem statement in
/opt/se2001/<assignment_name>/README.md
.
- Submission failed means that your task is not completed properly, verify your script with the problem statement in
-
I am getting
Submission failed.
in my output, what should I do?- Submission failed means that your activity is not recorded, contact us through email/discourse.
- Search for the relevant discourse post and comment on it, if there is no relevant then create one and assign the tag
vm