How to save my work?

QuestionsQuestions8 SkillsProPermissions of FilesNov, 10 2025
0243

To save your work in the LabEx VM, you can follow these steps:

  1. File Save: If you are working on a file, go to the menu and select File > Save. You can then name your file and choose the location where you want to save it.

  2. Specific File Format: If you are capturing network data, for example, you can save it in a specific format like .pcapng. You can do this by naming your file myfirstcapture.pcapng and saving it in the desired directory (e.g., /home/labex).

  3. Using Command Line: If you are working in the terminal and want to save changes to files, make sure to use commands like git add, git commit, and git push if you are using Git for version control.

  4. Exporting Data: If you are using specific applications, look for an export or save option within the application to ensure your work is saved correctly.

Make sure to regularly save your work to avoid losing any progress!

0 Comments

no data
Be the first to share your comment!