-
Install Visual Studio Code and extensions
-
Install VritualBox
7.0.6& extension Pack -
Install Vagrant
2.3.4& plugins- Vagrant
- vagrant-disksize
vagrant plugin install vagrant-disksize
-
Create VM via vagrant
# add an empty folder as a workspace mkdir ~/vagrant # switch directory cd ~/vagrant # create an initial Vagrantfile vagrant init ubuntu/focal64 # launch VM vagrant up # SSH into VM vagrant ssh
-
Create new SSH key
ssh-keygen -t ed25519
-
Append the SSH public key to
~/.ssh/authorized_keyson the VM# test if key works ssh -T vagrant@192.168.56.10 -
Setup Remote - SSH
-
Notifications
You must be signed in to change notification settings - Fork 0
KyleChang95/Development-Note
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
This repository is used to document my notes and insights in programming development.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published