Skip to content

Instantly share code, notes, and snippets.

View rbruhn's full-sized avatar

Robert rbruhn

  • Florida State University
View GitHub Profile
@rbruhn
rbruhn / gist:348eaadddedf415472ab6aaf0823a572
Last active March 3, 2024 17:38
WSL Mirrored Working
Name : WslCore-Allow-Inbound-ICMPv4-1-40e0ac32-46a5-438a-a0b2-2b479e8f2e90
DisplayName : WslCore Inbound ICMPv4 Default Allow Rule
Direction : Inbound
VMCreatorId : {40E0AC32-46A5-438A-A0B2-2B479E8F2E90}
Protocol : ICMPv4
LocalAddresses : Any
LocalPorts : {3, 11}
RemoteAddresses : Any
RemotePorts : Any
Action : Allow
@rbruhn
rbruhn / gist:c05f72cf9fdbe000852a080bf725ff14
Last active March 3, 2024 17:37
WSL Mirrored not working
Name : WslCore-Allow-Inbound-ICMPv4-1-40e0ac32-46a5-438a-a0b2-2b479e8f2e90
DisplayName : WslCore Inbound ICMPv4 Default Allow Rule
Direction : Inbound
VMCreatorId : {40E0AC32-46A5-438A-A0B2-2B479E8F2E90}
Protocol : ICMPv4
LocalAddresses : Any
LocalPorts : {3, 11}
RemoteAddresses : Any
RemotePorts : Any
Action : Allow
$ vagrant destroy && vagrant up
==> homestead-15x: VM not created. Moving on...
Bringing machine 'homestead-15x' up with 'virtualbox' provider...
==> homestead-15x: Importing base box 'laravel/homestead'...
==> homestead-15x: Matching MAC address for NAT networking...
==> homestead-15x: Checking if box 'laravel/homestead' version '14.0.2' is up to date...
==> homestead-15x: Setting the name of the VM: homestead-15x
==> homestead-15x: Pruning invalid NFS exports.
==> homestead-15x: Clearing any previously set network interfaces...
==> homestead-15x: Preparing network interfaces based on configuration...
$ vagrant destroy && vagrant up
==> homestead-15x: VM not created. Moving on...
Bringing machine 'homestead-15x' up with 'virtualbox' provider...
==> homestead-15x: Importing base box 'laravel/homestead'...
==> homestead-15x: Matching MAC address for NAT networking...
==> homestead-15x: Checking if box 'laravel/homestead' version '14.0.2' is up to date...
==> homestead-15x: Setting the name of the VM: homestead-15x
==> homestead-15x: Clearing any previously set network interfaces...
==> homestead-15x: Preparing network interfaces based on configuration...
homestead-15x: Adapter 1: nat
@rbruhn
rbruhn / gist:1ac076a032c731ac6d90c728da780c96
Last active August 8, 2023 18:49
vagrant destory && vagrant up
$ vagrant destroy && vagrant up
homestead: Are you sure you want to destroy the 'homestead' VM? [y/N] y
==> homestead: Forcing shutdown of VM...
==> homestead: Destroying VM and associated drives...
==> homestead: Pruning invalid NFS exports.
Bringing machine 'homestead' up with 'virtualbox' provider...
==> homestead: Importing base box 'laravel/homestead'...
==> homestead: Matching MAC address for NAT networking...
==> homestead: Checking if box 'laravel/homestead' version '13.0.0' is up to date...
==> homestead: Setting the name of the VM: homestead
D:\Homestead> vagrant destroy
homestead: Are you sure you want to destroy the 'homestead' VM? [y/N] y
==> homestead: Forcing shutdown of VM...
==> homestead: Destroying VM and associated drives...
==> homestead: Pruning invalid NFS exports.
D:\\Homestead> vagrant up
Bringing machine 'homestead' up with 'virtualbox' provider...
==> homestead: Importing base box 'laravel/homestead'...
@rbruhn
rbruhn / gist:b75460ddf46e083202359d1db56c64cc
Created September 20, 2021 20:51
Homestead VB Vagrant
vagrant destroy --force
==> homestead: Forcing shutdown of VM...
==> homestead: Destroying VM and associated drives...
==> homestead: Pruning invalid NFS exports.
Process finished with exit code 0
vagrant up
Bringing machine 'homestead' up with 'virtualbox' provider...
==> homestead: Importing base box 'laravel/homestead'...