π
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ββ(~/Code/homestead)(main S:9) | |
ββ(130)β vagrant destroy -f | |
==> homestead: Forcing shutdown of VM... | |
==> homestead: Destroying VM and associated drives... | |
ββ(~/Code/homestead)(main S:9) | |
βββ vagrant up | |
Bringing machine 'homestead' up with 'virtualbox' provider... | |
==> homestead: Importing base box 'laravel/homestead'... | |
==> homestead: Matching MAC address for NAT networking... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[0401/124336.209908:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ββ(~/Code/homestead)(20.04 S:8)ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
βββ vagrant up β(17:05:05)(02/23/21)ββ | |
Bringing machine 'homestead' up with 'virtualbox' provider... | |
==> homestead: Box 'laravel/homestead' could not be found. Attempting to find and install... | |
homestead: Box Provider: virtualbox | |
homestead: Box Version: ~> 10 | |
==> homestead: Loading metadata for box 'laravel/homestead' | |
homestead: URL: https://vagrantcloud.com/laravel/homestead | |
==> homestead: Adding box 'laravel/homestead' (v10.1.1) for provider: virtualbox | |
homestead: Downloading: https://vagrantcloud.com/laravel/boxes/homestead/versions/10.1.1/providers/virtualbox.box |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
β(~/Code/homestead)(20.04 M:1 S:8)ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
βββ vagrant destroy -f && vagrant up β(17:12:21)(02/23/21)ββ | |
==> homestead: Forcing shutdown of VM... | |
==> homestead: Destroying VM and associated drives... | |
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 '10.1.1' is up to date... | |
==> homestead: Setting the name of the VM: homestead | |
==> homestead: Clearing any previously set network interfaces... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ββ(~/Code/homestead)(release S:8)ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
ββ(1)β vagrant destroy -f && vagrant up β(10:30:53)(01/31/21)ββ | |
==> homestead: Destroying VM and associated drives... | |
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 '9.7.2' is up to date... | |
==> homestead: Setting the name of the VM: homestead | |
==> homestead: Fixed port collision for 23517 => 23517. Now on port 2200. | |
==> homestead: Clearing any previously set network interfaces... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\Users\halo\Code\homestead> vagrant box add laravel/homestead --provider hyperv | |
==> box: Loading metadata for box 'laravel/homestead' | |
box: URL: https://vagrantcloud.com/laravel/homestead | |
==> box: Adding box 'laravel/homestead' (v10.1.1) for provider: hyperv | |
box: Downloading: https://vagrantcloud.com/laravel/boxes/homestead/versions/10.1.1/providers/hyperv.box | |
Download redirected to host: vagrantcloud-files-production.s3.amazonaws.com | |
box: | |
box: Calculating and comparing box checksum... | |
==> box: Successfully added box 'laravel/homestead' (v10.1.1) for 'hyperv'! | |
PS C:\Users\halo\Code\homestead> vagrant up |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
halo@Rage:/mnt/c/Users/halo/Code/homestead$ sudo ./bin/wsl-init | |
Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease | |
Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease | |
Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease | |
Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease | |
Reading package lists... Done | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
Calculating upgrade... Done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
halo@Rage:/mnt/c/Users/halo/Code/homestead$ ./bin/homestead wsl:create-site | |
[sudo] password for halo: | |
rehash: warning: skipping duplicate certificate in ca.homestead.Rage.pem | |
/mnt/c/Users/halo/Code/homestead/src/WslCreateSiteCommand.php:91: | |
string(125) "Updating certificates in /etc/ssl/certs... | |
1 added, 0 removed; done. | |
Running hooks in /etc/ca-certificates/update.d... | |
done. | |
" | |
/mnt/c/Users/halo/Code/homestead/src/WslCreateSiteCommand.php:97: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
export DEBIAN_FRONTEND=noninteractive | |
# Update Package List | |
apt-get update | |
# Update System Packages | |
apt-get upgrade -y |