Skip to content

Commit

Permalink
Monospace
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jul 26, 2023
1 parent 36fd24b commit 88f01be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/virtual-box.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Download Ubuntu LTS from [here](https://ubuntu.com/download/desktop)

To set up the working environment, follow these steps:
- Open Virtualbox and create a new virtual machine.
- Select the ISO image downloaded earlier (.iso file).
- Select the ISO image downloaded earlier (`.iso` file).
- Choose a username and a password. Check the "Guest Additions" option (to enable features such as shared clipboard and shared folders).
- Set the memory size to 2GB and allocate 2 CPUs.
- Create a virtual hard disk with a size of 25GB.
Expand All @@ -29,7 +29,7 @@ If you encounter the error _"Username is not in the sudoers file. This incident
- Select the kernel with the "recovery mode" option and press Enter to open the Recovery menu.
- In the "Recovery menu", move over to the line "root Drop to root shell prompt", then press Enter.
- Use the root password and press Enter to start the "maintenance mode".
- At this point, you should be at the root shell prompt. Change the system to be mounted as read/write by running the command: "mount -o rw,remount /"
- At this point, you should be at the root shell prompt. Change the system to be mounted as read/write by running the command: `mount -o rw,remount /`
- Execute the following command to add the user to the sudo group: "adduser username sudo" (use the actual username on the system).
- Type the exit command to go back to the "Recovery menu": "Exit"
- Use the Right Arrow to select `<Ok>` and press Enter.
Expand Down

0 comments on commit 88f01be

Please sign in to comment.