To save your work in the LabEx VM, you can follow these steps:
-
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. -
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 filemyfirstcapture.pcapngand saving it in the desired directory (e.g.,/home/labex). -
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, andgit pushif you are using Git for version control. -
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!
